var customnavtree6 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Biographie',
    bIsWebPath:true,
    sUrl:'biographie_fr.html',
    sTarget:'_self'
},
{   sTitle:'Discographie',
    bIsWebPath:true,
    sUrl:'discografie_fr.html',
    sTarget:'_self'
},
{   sTitle:'Partitions',
    bIsWebPath:true,
    sUrl:'partituren_fr.html',
    sTarget:'_self'
},
{   sTitle:'Calendrier',
    bIsWebPath:true,
    sUrl:'kalender_fr.html',
    sTarget:'_self'
},
{   sTitle:'Reservations',
    bIsWebPath:true,
    sUrl:'boekingen_fr.html',
    sTarget:'_self'
},
{   sTitle:'Livre d\'or',
    bIsWebPath:true,
    sUrl:'gastenboek_fr.html',
    sTarget:'_self'
},
{   sTitle:'Album Photo',
    bIsWebPath:true,
    sUrl:'fotoalbum_fr.html',
    sTarget:'_self'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links_fr.html',
    sTarget:'_self'
}]
});