var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sDescription:'Wind Wave Workboats provides support for offshore renewable energy sites',
    sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sDescription:'Samson - a new vessel providing support for renewable energy offshore sites',
    sTitle:'SAMSON',
    bIsWebPath:true,
    sUrl:'samson.html',"childArray" : [
    {   sTitle:'Samson stern',
        bIsWebPath:true,
        sUrl:'samson_stern.html'
    },
    {   sTitle:'Samson dive platform',
        bIsWebPath:true,
        sUrl:'samson_dive_platform.html'
    },
    {   sTitle:'Samson side',
        bIsWebPath:true,
        sUrl:'samson_side.html'
    },
    {   sTitle:'Samson bow',
        bIsWebPath:true,
        sUrl:'samson_bow.html'
    }]
},
{   sDescription:'Pamela P - vessel providing support for offshore renewable energy sites',
    sTitle:'PAMELA P',
    bIsWebPath:true,
    sUrl:'pamela.html'
},
{   sDescription:'Diving facilities for offshore renewable energy sites available with Wind Wave Workboats',
    sTitle:'Diving',
    bIsWebPath:true,
    sUrl:'diving.html',"childArray" : [
    {   sTitle:'Dive platform',
        bIsWebPath:true,
        sUrl:'dive_platform.html'
    }]
},
{   sDescription:'Monopile cleaning available with Wind Wave Workboats',
    sTitle:'Monopile Cleaning',
    bIsWebPath:true,
    sUrl:'monopile.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});