var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'accueil',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'peintures',
    bIsWebPath:true,
    sUrl:'peintures.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'sur toile',
        bIsWebPath:true,
        sUrl:'toile.html',
        sTarget:'_self'
    },
    {   sTitle:'sur carton...',
        bIsWebPath:true,
        sUrl:'cartons.html',
        sTarget:'_self'
    },
    {   sTitle:'sur papier',
        bIsWebPath:true,
        sUrl:'papier.html',
        sTarget:'_self'
    },
    {   sTitle:'anciennes',
        bIsWebPath:true,
        sUrl:'anciennes.html',
        sTarget:'_self'
    }]
},
{   sTitle:'sculptures',
    bIsWebPath:true,
    sUrl:'sculptures.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'cubes',
        bIsWebPath:true,
        sUrl:'cubes.html',
        sTarget:'_self'
    },
    {   sTitle:'villes',
        bIsWebPath:true,
        sUrl:'villes.html',
        sTarget:'_self'
    },
    {   sTitle:'maisons',
        bIsWebPath:true,
        sUrl:'plateaux.html',
        sTarget:'_self'
    },
    {   sTitle:'terres cuites',
        bIsWebPath:true,
        sUrl:'terres_cuites.html',
        sTarget:'_self'
    }]
},
{   sTitle:'installations',
    bIsWebPath:true,
    sUrl:'installations.html'
},
{   sTitle:'détails',
    bIsWebPath:true,
    sUrl:'details.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'peintures',
        bIsWebPath:true,
        sUrl:'details_peinture.html',
        sTarget:'_self'
    },
    {   sTitle:'sculptures',
        bIsWebPath:true,
        sUrl:'details_sculp.html',
        sTarget:'_self'
    },
    {   sTitle:'installations',
        bIsWebPath:true,
        sUrl:'details_instal.html',
        sTarget:'_self'
    }]
},
{   sTitle:'littérature',
    bIsWebPath:true,
    sUrl:'litterature.html'
},
{   sTitle:'nouveautés',
    bIsWebPath:true,
    sUrl:'wordpress/index.php',
    sTarget:'_self'
},
{   sTitle:'parcours',
    bIsWebPath:true,
    sUrl:'parcours.html',
    sTarget:'_self'
},
{   sTitle:'liens',
    bIsWebPath:true,
    sUrl:'liens.html',
    sTarget:'_self'
},
{   sTitle:'contact',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
