var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'ACCUEIL',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'METEO',
    bIsWebPath:true,
    sUrl:'meteo-frejus.html'
},
{   sTitle:'PARTENAIRES',
    bIsWebPath:true,
    sUrl:'partenaires.html'
},
{   sTitle:'CONTACT',
    bIsWebPath:true,
    sUrl:'contact.html'
},
{   sTitle:'QUI SOMMES NOUS',
    bIsWebPath:true,
    sUrl:'qui-sommes-nous.html'
},
{   sTitle:'MENTIONS LEGALES',
    bIsWebPath:true,
    sUrl:'mentions-legales.html'
}]
});
