var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Présentation',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Logiciels',
    bIsWebPath:true,
    sUrl:'logiciels-sur-mesure-windev.html'
},
{   sTitle:'Sites web',
    bIsWebPath:true,
    sUrl:'realisations-sites-web.html'
},
{   sTitle:'Produits',
    bIsWebPath:true,
    sUrl:'logiciels-realises-en-windev.html',"childArray" : [
    {   sTitle:'Losard',
        bIsWebPath:true,
        sUrl:'losard-loto-keno-euromillions-jokerplus.html'
    }]
},
{   sTitle:'Téléchargement',
    bIsWebPath:true,
    sUrl:'telechargement-logiciels-windev.html'
},
{   sTitle:'Commander',
    bIsWebPath:true,
    sUrl:'paiement-avec-paypal.html'
},
{   sTitle:'Contactez-nous',
    bIsWebPath:true,
    sUrl:'contact-berloz.html'
}]
});
