var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Accueil',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Artistes',
    bIsWebPath:true,
    sUrl:'artistes.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'DJINESS',
        bIsWebPath:true,
        sUrl:'djiness.html',
        sTarget:'_self'
    },
    {   sTitle:'LE C.A.M.P',
        bIsWebPath:true,
        sUrl:'lecamp.html',
        sTarget:'_self'
    },
    {   sTitle:'MAHOONI',
        bIsWebPath:true,
        sUrl:'mahooni.html',
        sTarget:'_self'
    },
    {   sTitle:'N.A.P.',
        bIsWebPath:true,
        sUrl:'nap.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Vidéos',
    bIsWebPath:true,
    sUrl:'videos.html'
},
{   sTitle:'Liens',
    bIsWebPath:true,
    sUrl:'liens.html',
    sTarget:'_self'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html',
    sTarget:'_self'
}]
});