var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'page12.html'
},
{   sTitle:'Programme',
    bIsWebPath:true,
    sUrl:'page10.html'
},
{   sTitle:'Our Hotels',
    bIsWebPath:true,
    sUrl:'page7.html'
},
{   sTitle:'CRUISE',
    bIsWebPath:true,
    sUrl:'page8.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'page6.html'
},
{   sTitle:'Booking Form',
    bIsWebPath:true,
    sUrl:'page13.html'
}]
});
