var customnavtree1 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Accueil',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Graphisme',
    bIsWebPath:true,
    sUrl:'gfx.html'
},
{   sTitle:'Webdesign',
    bIsWebPath:true,
    sUrl:'webd.html'
},
{   sTitle:'Illustration',
    bIsWebPath:true,
    sUrl:'illustration.html'
},
{   sTitle:'Liens',
    bIsWebPath:true,
    sUrl:'liens.html'
},
{   sTitle:'Produits',
    bIsWebPath:true,
    sUrl:'produits.html'
},
{   sTitle:'Contact',
    sUrl:'mailto:contact@aito-studio.fr',
    sTarget:'_self'
}]
});