var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Latest News',
    bIsWebPath:true,
    sUrl:'Latest News.html',"childArray" : [
    {   sTitle:'Granite4YOU Blog',
        bIsWebPath:true,
        sUrl:'http://granite4uk.blogspot.com/',
        sTarget:'_self'
    },{   sTitle:'Special Offers',
        bIsWebPath:true,
        sUrl:'SpecialOffers.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Products',
    bIsWebPath:true,
    sUrl:'products.html',"childArray" : [
	{   sTitle:'Bathroom Vanity',
        bIsWebPath:true,
        sUrl:'bathroom_vanity_tops.html',
        sTarget:'_self'
    },	
    {   sTitle:'Kitchen worktops',
        bIsWebPath:true,
        sUrl:'granite.html',
        sTarget:'_self'
    },
    
    {   sTitle:'Shower panels',
        bIsWebPath:true,
        sUrl:'showerpanels.html',
        sTarget:'_self'
    },
	{   sTitle:'Sinks',
        bIsWebPath:true,
        sUrl:'sinks.html',
        sTarget:'_self'
    }
	]},
    {   sTitle:'Granite',
        bIsWebPath:true,
        sUrl:'granite.html',
        sTarget:'_self'
    },
    {   sTitle:'Quartz',
    bIsWebPath:true,
    sUrl:'quartz.html',"childArray" : [
		{
	    sTitle:'Cimstone',
        bIsWebPath:true,
        sUrl:'CimstoneQuartz.html',
        sTarget:'_self'
    },	{
	    sTitle:'Compac Quartz',
        bIsWebPath:true,
        sUrl:'CompacQuartz.html',
        sTarget:'_self'
    },						   
									   
    {   sTitle:'Granite4u Quartz',
        bIsWebPath:true,
        sUrl:'G4UQuartz.html',
        sTarget:'_self'
    },
	{   sTitle:'Stone Italiana',
        bIsWebPath:true,
        sUrl:'StoneItaliana.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Online Quote',
    bIsWebPath:true,
    sUrl:'onlinequote.html',
    sTarget:'_self'
},
{   sTitle:'Call-U-Back',
    bIsWebPath:true,
    sUrl:'CallBack.html'
},

{   sTitle:'Contact us',
    bIsWebPath:true,
    sUrl:'contactus.html'
}]
});
