var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Accueil',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Planning sans CB',
    bIsWebPath:true,
    sUrl:'planningsanscb.html',
    sTarget:'_self'
},
{   sTitle:'Planning CB',
    bIsWebPath:true,
    sUrl:'planningcb.html',
    sTarget:'_self'
},
{   sTitle:'Voyance par SMS',
    bIsWebPath:true,
    sUrl:'voyanceparsms.html',
    sTarget:'_self'
},
{   sTitle:'Horoscope',
    bIsWebPath:true,
    sUrl:'horoscope.html',
    sTarget:'_self'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html',
    sTarget:'_self'
},
{   sTitle:'Liens',
    bIsWebPath:true,
    sUrl:'liens.html',
    sTarget:'_self'
}]
});