var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.htm'
},
{   sTitle:'Maidstone',
    bIsWebPath:true,
    sUrl:'maidstone.htm'
},
{   sTitle:'Petts Wood',
    bIsWebPath:true,
    sUrl:'petts.htm'
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'gallery.htm'
},
{   sTitle:'Prices',
    bIsWebPath:true,
    sUrl:'prices.htm',"childArray" : [
    {   sTitle:'Hair prices',
        bIsWebPath:true,
        sUrl:'page9.htm'
    },
    {   sTitle:'Beauty Prices Page 1',
        bIsWebPath:true,
        sUrl:'page7.htm'
    },
    {   sTitle:'Beauty Prices page 2',
        bIsWebPath:true,
        sUrl:'page8.htm'
    }]
},
{   sTitle:'Brands',
    bIsWebPath:true,
    sUrl:'Brands.htm'
},
{   sTitle:'News',
    bIsWebPath:true,
    sUrl:'page11.htm'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact.htm',"childArray" : [
    {   sTitle:'Feedback',
        bIsWebPath:true,
        sUrl:'feedback.htm'
    }]
}]
});
