var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Charter',
    bIsWebPath:true,
    sUrl:'charter.html',
    sTarget:'_self'
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'gallery.html',
    sTarget:'_self'
},
{   sTitle:'Forum',
    bIsWebPath:true,
    sUrl:'forum.html',
    sTarget:'_self'
},
{   sTitle:'FAQ',
    bIsWebPath:true,
    sUrl:'faq.html',
    sTarget:'_self'
},
{   sTitle:'Interactive',
    bIsWebPath:true,
    sUrl:'interactive.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Live Cam',
        bIsWebPath:true,
        sUrl:'live-cam.html',
        sTarget:'_self'
    },
    {   sTitle:'Shipping Map',
        bIsWebPath:true,
        sUrl:'shipping-map.html',
        sTarget:'_self'
    },
    {   sTitle:'Marine Observations',
        bIsWebPath:true,
        sUrl:'marine-observations.html',
        sTarget:'_self'
    },
    {   sTitle:'Gale Warnings',
        bIsWebPath:true,
        sUrl:'gale-warnings.html',
        sTarget:'_self'
    },
    {   sTitle:'Inshore Waters',
        bIsWebPath:true,
        sUrl:'inshore-waters.html',
        sTarget:'_self'
    },
    {   sTitle:'Storm Warnings',
        bIsWebPath:true,
        sUrl:'storm-warnings.html',
        sTarget:'_self'
    },
    {   sTitle:'Extended Outlook',
        bIsWebPath:true,
        sUrl:'extended-outlook.html',
        sTarget:'_self'
    },
    {   sTitle:'Surface Pressure',
        bIsWebPath:true,
        sUrl:'surface-pressure.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Videos',
    bIsWebPath:true,
    sUrl:'videos.html',
    sTarget:'_self'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html',
    sTarget:'_self'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html',
    sTarget:'_self'
}]
});
