var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Services',
    bIsWebPath:true,
    sUrl:'page2.html'
},
{   sTitle:'Price Guide',
    bIsWebPath:true,
    sUrl:'page3.html'
},
{   sTitle:'Find Us',
    bIsWebPath:true,
    sUrl:'page4.html'
},
{   sTitle:'Enquiries',
    bIsWebPath:true,
    sUrl:'page5.html'
}]
});
