var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Accueil',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Où ...',
    'bIsWebPath':true,
    'sUrl':'cafouquand.html'
},
{   'sTitle':'Comment',
    'bIsWebPath':true,
    'sUrl':'comment.html'
},
{   'sTitle':'Sujets',
    'bIsWebPath':true,
    'sUrl':'cafpistes.html'
},
{   'sTitle':'Contact',
    'bIsWebPath':true,
    'sUrl':'contact.html'
}]
});
