var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'gallery.html'
},
{   sTitle:'Bookings',
    bIsWebPath:true,
    sUrl:'bookings.html'
},
{   sTitle:'Recruitment',
    bIsWebPath:true,
    sUrl:'recruitment.html'
},
{   sTitle:'FAQ',
    bIsWebPath:true,
    sUrl:'faq.html'
},
{   sTitle:'Contact ',
    bIsWebPath:true,
    sUrl:'contact.html'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html'
}]
});
