var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Accommodation',
    bIsWebPath:true,
    sUrl:'accommodation.html'
},
{   sTitle:'Rental Rates',
    bIsWebPath:true,
    sUrl:'rental_rates.html',"childArray" : [
    {   sTitle:'Check Availability',
        bIsWebPath:true,
        sUrl:'availability.html'
    }]
},
{   sTitle:'Things to Do',
    bIsWebPath:true,
    sUrl:'thingstodo.html'
},
{   sTitle:'Contacts',
    bIsWebPath:true,
    sUrl:'contacts.html'
},
{   sTitle:'Local weather',
    bIsWebPath:true,
    sUrl:'local_weather.html'
}]
});
