var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html',"childArray" : [
    {   sTitle:'augsa',
        bIsAnchor:true,
        bIsWebPath:true,
        sUrl:'index.html#WE'
    }]
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contactus.html'
},
{   sTitle:'Sinks',
    bIsWebPath:true,
    sUrl:'sinks.html'
},
{   sTitle:'Materials',
    bIsWebPath:true,
    sUrl:'materials.html',"childArray" : [
    {   sTitle:'Granite',
        bIsWebPath:true,
        sUrl:'granite.html'
    },
    {   sTitle:'Quartz',
        bIsWebPath:true,
        sUrl:'quartz.html',"childArray" : [
        {   sTitle:'quartz top',
            bIsAnchor:true,
            bIsWebPath:true,
            sUrl:'quartz.html#See'
        }]
    }]
},
{   sTitle:'OnlineQuote',
    bIsWebPath:true,
    sUrl:'granite4you.co.uk-online-quote.html'
}]
});