var customnavtree27 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Parutions médias',
    bIsWebPath:true,
    sUrl:'medias.html',"childArray" : [
    {   sTitle:'La presse',
        bIsWebPath:true,
        sUrl:'presse.html'
    },
    {   sTitle:'Sur le web',
        bIsWebPath:true,
        sUrl:'internet.html'
    },
    {   sTitle:'A la télévision',
        bIsWebPath:true,
        sUrl:'tele.html'
    },
    {   sTitle:'A la radio',
        bIsWebPath:true,
        sUrl:'radio.html'
    }]
}]
});