var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Location',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Administration PPE',
    'bIsWebPath':true,
    'sUrl':'administration ppe.html'
},
{   'sTitle':'Vente',
    'bIsWebPath':true,
    'sUrl':'vente.html'
},
{   'sTitle':'Contact',
    'bIsWebPath':true,
    'sUrl':'afs-contacts.html'
}]
});
