var customnavtree1 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Bienvenue',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Evénements',
    bIsWebPath:true,
    sUrl:'page2.html'
},
{   sTitle:'Galerie',
    bIsWebPath:true,
    sUrl:'page3.html',"childArray" : [
    {   sTitle:'Sculpture ',
        bIsWebPath:true,
        sUrl:'page4.html',
        sTarget:'_self'
    },
    {   sTitle:'Aquarelle',
        bIsWebPath:true,
        sUrl:'page5.html',
        sTarget:'_self'
    },
    {   sTitle:'Divers Procédé ',
        bIsWebPath:true,
        sUrl:'page6.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Forum',
    bIsWebPath:true,
    sUrl:'page8.html',
    sTarget:'_self'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'page9.html',
    sTarget:'_self'
}]
});