var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sDescription:'Supply and installation for Bathrooms, Wetrooms and Central Heating throughout Southwest England and South Wales',
    sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Bathrooms',
    bIsWebPath:true,
    sUrl:'news.html',"childArray" : [
    {   sTitle:'Wetrooms',
        bIsWebPath:true,
        sUrl:'page8.html'
    }]
},
{   sTitle:'Heating',
    bIsWebPath:true,
    sUrl:'page7.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'page9.html',"childArray" : [
    {   sTitle:'How We Work',
        bIsWebPath:true,
        sUrl:'about.html'
    }]
}]
});
