var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'accueil',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'photos 1',
    bIsWebPath:true,
    sUrl:'photos1.html',"childArray" : [
    {   sTitle:'morbihan',
        bIsWebPath:true,
        sUrl:'morbihan.html'
    },
    {   sTitle:'graffiti',
        bIsWebPath:true,
        sUrl:'graffiti.html'
    },
    {   sTitle:'bordeaux nuit',
        bIsWebPath:true,
        sUrl:'bxnuit.html'
    },
    {   sTitle:'popchats',
        bIsWebPath:true,
        sUrl:'page14.html'
    },
    {   sTitle:'normandie',
        bIsWebPath:true,
        sUrl:'normandie.html'
    },
    {   sTitle:'matieres',
        bIsWebPath:true,
        sUrl:'matieres.html'
    },
    {   sTitle:'cuisine',
        bIsWebPath:true,
        sUrl:'cuisine.html'
    },
    {   sTitle:'louisiane',
        bIsWebPath:true,
        sUrl:'louisiane.html'
    }]
},
{   sTitle:'photos 2',
    bIsWebPath:true,
    sUrl:'photos2.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'fleurs',
        bIsWebPath:true,
        sUrl:'fleurs.html'
    },
    {   sTitle:'montagne',
        bIsWebPath:true,
        sUrl:'montagne.html'
    },
    {   sTitle:'paris',
        bIsWebPath:true,
        sUrl:'paris.html'
    },
    {   sTitle:'littoral',
        bIsWebPath:true,
        sUrl:'littoral.html'
    },
    {   sTitle:'machines',
        bIsWebPath:true,
        sUrl:'machines.html'
    },
    {   sTitle:'amsterdam',
        bIsWebPath:true,
        sUrl:'amsterdam.html'
    },
    {   sTitle:'graphisme',
        bIsWebPath:true,
        sUrl:'graphisme.html'
    }]
},
{   sTitle:'internet',
    bIsWebPath:true,
    sUrl:'internet.html'
},
{   sTitle:'plaquettes',
    bIsWebPath:true,
    sUrl:'plaquette.html'
},
{   sTitle:'book',
    bIsWebPath:true,
    sUrl:'book.html'
},
{   sTitle:'divers',
    bIsWebPath:true,
    sUrl:'divers.html'
},
{   sTitle:'actuellement',
    bIsWebPath:true,
    sUrl:'actuellement.html'
},
{   sTitle:'liens',
    bIsWebPath:true,
    sUrl:'liens.html'
},
{   sTitle:'contact',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});