var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Accueil',
    bIsWebPath:true,
    sUrl:'index.htm'
},
{   sTitle:'A Propos',
    bIsWebPath:true,
    sUrl:'apropos.html'
},
{   sTitle:'Professionnels',
    bIsWebPath:true,
    sUrl:'professionnesl.html'
},
{   sTitle:'Particuliers',
    bIsWebPath:true,
    sUrl:'particuliers.html'
},
{   sTitle:'Album',
    bIsWebPath:true,
    sUrl:'album.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
