var customnavtree3 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'News',
    bIsWebPath:true,
    sUrl:'news.htm',
    sTarget:'_self'
},
{   sTitle:'Qui sommes-nous?',
    bIsWebPath:true,
    sUrl:'aboutus.htm'
},
{   sTitle:'Liens',
    bIsWebPath:true,
    sUrl:'liens.htm'
},
{   sTitle:'NL',
    bIsWebPath:true,
    sUrl:'automatischepianos.htm',
    sTarget:'_self'
}]
});