var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Accueil',
    bIsWebPath:true,
    sUrl:'index.htm'
},
{   sTitle:'Expression',
    bIsWebPath:true,
    sUrl:'forum.htm'
},
{   sTitle:'Partitions',
    bIsWebPath:true,
    sUrl:'partitions.htm'
},
{   sTitle:'Photos',
    bIsWebPath:true,
    sUrl:'photos.htm'
},
{   sTitle:'Vidéos',
    bIsWebPath:true,
    sUrl:'videos&pps.htm'
},
{   sTitle:'Musiques',
    bIsWebPath:true,
    sUrl:'musiques.htm'
},
{   sTitle:'Textes',
    bIsWebPath:true,
    sUrl:'textes.htm'
}]
});