var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'HOME',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'ABOUT US',
    bIsWebPath:true,
    sUrl:'about_us.html'
},
{   sTitle:'DESIGNING YOUR TRIP',
    bIsWebPath:true,
    sUrl:'DESIGNING_YOUR_TRIP.html'
},
{   sTitle:'THE ISLANDS',
    bIsWebPath:true,
    sUrl:'THE_ISLANDS.html'
},
{   sTitle:'HOTELS',
    bIsWebPath:true,
    sUrl:'HOTELS.html'
},
{   sTitle:'TRAVEL GUIDE',
    bIsWebPath:true,
    sUrl:'TRAVEL_GUIDE.html'
},
{   sTitle:'CONTACT US',
    bIsWebPath:true,
    sUrl:'CONTACT_US.html'
}]
});
