var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Accueil',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Photos',
    bIsWebPath:true,
    sUrl:'photos.html'
},
{   sTitle:'Multimédia',
    bIsWebPath:true,
    sUrl:'multimedia.html'
},
{   sTitle:'Newsletter',
    bIsWebPath:true,
    sUrl:'newsletter.html'
},
{   sTitle:'Guestbook',
    bIsWebPath:true,
    sUrl:'guestbook.html'
},
{   sTitle:'Blogs',
    bIsWebPath:true,
    sUrl:'blogs.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
