var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'home.html'
},
{   sTitle:'Services',
    bIsWebPath:true,
    sUrl:'services.html'
},
{   sTitle:'Accommodations',
    bIsWebPath:true,
    sUrl:'accomodations.html',"childArray" : [
    {   sTitle:'Pictures',
        bIsWebPath:true,
        sUrl:'pictures1.html'
    }]
},
{   sTitle:'Location',
    bIsWebPath:true,
    sUrl:'location.html',"childArray" : [
    {   sTitle:'Pictures',
        bIsWebPath:true,
        sUrl:'pictures2.html'
    }]
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
