var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Accommodation',
    bIsWebPath:true,
    sUrl:'accommodation.html'
},
{   sTitle:'Facilities',
    bIsWebPath:true,
    sUrl:'facilities.html'
},
{   sTitle:'Gallery (outside)',
    bIsWebPath:true,
    sUrl:'gallery1.html'
},
{   sTitle:'Gallery (inside)',
    bIsWebPath:true,
    sUrl:'gallery2.html'
},
{   sTitle:'Gallery (area)',
    bIsWebPath:true,
    sUrl:'gallery3.html'
},
{   sTitle:'Local Attractions (1)',
    bIsWebPath:true,
    sUrl:'localattractions1.html'
},
{   sTitle:'Local Attractions (2)',
    bIsWebPath:true,
    sUrl:'localattractions2.html'
},
{   sTitle:'Availability (1)',
    bIsWebPath:true,
    sUrl:'availability1.html'
},
{   sTitle:'Availability (2)',
    bIsWebPath:true,
    sUrl:'availability2.html'
},
{   sTitle:'Rates',
    bIsWebPath:true,
    sUrl:'rates.html'
},
{   sTitle:'Special Offers',
    bIsWebPath:true,
    sUrl:'specialoffers.html'
},
{   sTitle:'Location',
    bIsWebPath:true,
    sUrl:'location.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
