var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'East Wind',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Punti Vendita',
    bIsWebPath:true,
    sUrl:'puntivendita.html'
},
{   sTitle:'Sportswear',
    bIsWebPath:true,
    sUrl:'sportswear.html'
},
{   sTitle:'Technical Wear',
    bIsWebPath:true,
    sUrl:'technicalwear.html'
},
{   sTitle:'Yachting',
    bIsWebPath:true,
    sUrl:'yacthing.html'
},
{   sTitle:'Sailing',
    bIsWebPath:true,
    sUrl:'sailing.html'
},
{   sTitle:'Strumentazione',
    bIsWebPath:true,
    sUrl:'strumentazione.html'
},
{   sTitle:'GPS - VHF - ECHO',
    bIsWebPath:true,
    sUrl:'gps-vhf.html'
},
{   sTitle:'Gommoni - Zattere',
    bIsWebPath:true,
    sUrl:'gommoni-zattere.html'
},
{   sTitle:'Sicurezza in Mare',
    bIsWebPath:true,
    sUrl:'sicurezza.html'
},
{   sTitle:'Libri di Mare',
    bIsWebPath:true,
    sUrl:'libridimare.html'
},
{   sTitle:'Meteo Mare',
    bIsWebPath:true,
    sUrl:'meteomare.html'
},
{   sTitle:'Info Mare',
    bIsWebPath:true,
    sUrl:'infomare.html'
},
{   sTitle:'Mare a Colori',
    bIsWebPath:true,
    sUrl:'page22.html'
},
{   sTitle:'Links di Mare',
    bIsWebPath:true,
    sUrl:'page21.html'
},
{   sTitle:'Novità 2010',
    bIsWebPath:true,
    sUrl:'dotazioni_obbligatorie.html'
}]
});