var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Prestations',
    'bIsWebPath':true,
    'sUrl':'prestations.html'
},
{   'sTitle':'Album',
    'bIsWebPath':true,
    'sUrl':'album.html'
},
{   'sTitle':'Tarifs',
    'bIsWebPath':true,
    'sUrl':'tarifs_mariage.html'
},
{   'sTitle':'A propos',
    'bIsWebPath':true,
    'sUrl':'a_propos.html'
},
{   'sTitle':'Contact',
    'bIsWebPath':true,
    'sUrl':'contact.html'
}]
});
