var customNavTree1 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Accueil',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Cuvée 2012',
    bIsWebPath:true,
    sUrl:'auteurs2011.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Auteurs',
        bIsWebPath:true,
        sUrl:'auteurs2011.html'
    }]
},
{   sTitle:'Informations',
    bIsWebPath:true,
    sUrl:'infos.html'
},
{   sTitle:'Boutique',
    sUrl:'http://www.blanc-sec.net/bs2shop',
    sTarget:'_blank'
},
{   sTitle:'Archives',
    bIsWebPath:true,
    sUrl:'archives.html',"childArray" : [
    {   sTitle:'2011',
        bIsWebPath:true,
        sUrl:'arch2011.html',
        sTarget:'_self'
    },
    {   sTitle:'2010',
        bIsWebPath:true,
        sUrl:'arch2011.html'
    },
    {   sTitle:'2009',
        bIsWebPath:true,
        sUrl:'arch2009.html'
    },
    {   sTitle:'2008',
        bIsWebPath:true,
        sUrl:'arch2008.html',
        sTarget:'_self'
    },
    {   sTitle:'2007',
        bIsWebPath:true,
        sUrl:'arch2007.html',
        sTarget:'_self'
    },
    {   sTitle:'2006',
        bIsWebPath:true,
        sUrl:'arch2006.html',
        sTarget:'_self'
    },
    {   sTitle:'2005',
        bIsWebPath:true,
        sUrl:'arch2005.html',
        sTarget:'_self'
    },
    {   sTitle:'2004',
        bIsWebPath:true,
        sUrl:'arch2004.html',
        sTarget:'_self'
    },
    {   sTitle:'2003',
        bIsWebPath:true,
        sUrl:'arch2003.html',
        sTarget:'_self'
    },
    {   sTitle:'2002',
        bIsWebPath:true,
        sUrl:'arch2002.html',
        sTarget:'_self'
    }]
}]
});
