var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'CAPTAIN',
    bIsWebPath:true,
    sUrl:'captain.html'
},
{   sTitle:'RATES',
    bIsWebPath:true,
    sUrl:'rates.html'
},
{   sTitle:'BOAT',
    bIsWebPath:true,
    sUrl:'boat.html'
},
{   sTitle:'GALLERY',
    bIsWebPath:true,
    sUrl:'gallery.html'
}]
});
