var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'SV-LSD',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'PRODUITS',
    bIsWebPath:true,
    sUrl:'produits.html',
    sTarget:'_self'
},
{   sTitle:'SEPT VENTS',
    bIsWebPath:true,
    sUrl:'septvents.html',
    sTarget:'_self'
},
{   sTitle:'LA LANDE SUR DRÔME',
    bIsWebPath:true,
    sUrl:'lsd.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'LSD L\'hiver',
        bIsWebPath:true,
        sUrl:'lsd l\'hiver.html',
        sTarget:'_self'
    }]
},
{   sTitle:'DIVERS',
    bIsWebPath:true,
    sUrl:'divers.html',
    sTarget:'_self'
}]
});
