var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home Page',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Accommodation & Facilities',
    bIsWebPath:true,
    sUrl:'page2.html',"childArray" : [
    {   sTitle:'Accommodation',
        bIsAnchor:true,
        bIsWebPath:true,
        sUrl:'page2.html#Accommodation'
    }]
},
{   sTitle:'La Quinta Golf',
    bIsWebPath:true,
    sUrl:'page4.html',"childArray" : [
    {   sTitle:'La Quinta Golf',
        bIsAnchor:true,
        bIsWebPath:true,
        sUrl:'page4.html#LaQuintaGolf'
    }]
},
{   sTitle:'Area of Interest',
    bIsWebPath:true,
    sUrl:'page5.html'
},
{   sTitle:'Pools & Gardens',
    bIsWebPath:true,
    sUrl:'page6.html'
},
{   sTitle:'Prices & Availability',
    bIsWebPath:true,
    sUrl:'page7.html'
},
{   sTitle:'Contact us',
    bIsWebPath:true,
    sUrl:'page8.html'
}]
});
