var customnavtree35 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Réservation',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Les locations',
    bIsWebPath:true,
    sUrl:'locations.html',"childArray" : [
    {   sTitle:'Locations à Paris',
        bIsWebPath:true,
        sUrl:'locations-paris.html'
    },
    {   sTitle:'Locations à St-tropez',
        bIsWebPath:true,
        sUrl:'locations-st-tropez.html'
    },
    {   sTitle:'Locations à Nice',
        bIsWebPath:true,
        sUrl:'locations-nice.html'
    },
    {   sTitle:'Assurance annulation',
        sUrl:'http://www.aduciel.fr/Particuliers/Vacances/adar-assurance-annulation-partenaires.aspx?id=641575',
        sTarget:'_blank'
    }]
}]
});