var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Accueil',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'CD Publicitaire',
    bIsWebPath:true,
    sUrl:'cd publicitaire.html',"childArray" : [
    {   sTitle:'Tarif CD',
        bIsWebPath:true,
        sUrl:'tarif cd.html'
    }]
},
{   sTitle:'Discographie',
    bIsWebPath:true,
    sUrl:'discographie.html'
},
{   sTitle:'L\'arrangement',
    bIsWebPath:true,
    sUrl:'arrangement.html'
},
{   sTitle:'Les démos',
    bIsWebPath:true,
    sUrl:'demos.html'
},
{   sTitle:'Le musicien',
    bIsWebPath:true,
    sUrl:'musicien.html'
},
{   sTitle:'Contact ',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
