var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Accueil',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Professionnels',
    bIsWebPath:true,
    sUrl:'professionnels.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Dépannage',
        bIsWebPath:true,
        sUrl:'depannage-pro.html',
        sTarget:'_self'
    },
    {   sTitle:'Maintenance informatique',
        bIsWebPath:true,
        sUrl:'maintenance-informatique.html',
        sTarget:'_self'
    },
    {   sTitle:'Ventes ordinateurs',
        bIsWebPath:true,
        sUrl:'vente-ordinateur.html',
        sTarget:'_self'
    },
    {   sTitle:'Réseau Informatique',
        bIsWebPath:true,
        sUrl:'reseau-informatique.html',
        sTarget:'_self'
    },
    {   sTitle:'Sites Web',
        bIsWebPath:true,
        sUrl:'sites-web.html',
        sTarget:'_self',"childArray" : [
        {   sTitle:'Les sites réalisés',
            bIsWebPath:true,
            sUrl:'siteweb.html',
            sTarget:'_self'
        }]
    },
    {   sTitle:'Financement - Leasing informatique',
        bIsWebPath:true,
        sUrl:'leasing.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Particuliers',
    bIsWebPath:true,
    sUrl:'particuliers.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Dépannage ordinateur',
        bIsWebPath:true,
        sUrl:'depannage-particuliers.html',
        sTarget:'_self'
    },
    {   sTitle:'Vente PC',
        bIsWebPath:true,
        sUrl:'vente-pc.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Portables',
    bIsWebPath:true,
    sUrl:'portable.html',
    sTarget:'_self'
},
{   sTitle:'Copieurs',
    bIsWebPath:true,
    sUrl:'Copieur.html',
    sTarget:'_self'
},
{   sTitle:'Protections',
    bIsWebPath:true,
    sUrl:'Protections.html',
    sTarget:'_self'
},
{   sTitle:'Partenaires',
    bIsWebPath:true,
    sUrl:'partenaires.html',
    sTarget:'_self'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html',
    sTarget:'_self'
},
{   sTitle:'Qui sommes-nous',
    bIsWebPath:true,
    sUrl:'quisommesnous.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Qualité',
        bIsWebPath:true,
        sUrl:'qualité.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Ludique',
    bIsWebPath:true,
    sUrl:'ludique.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Jeux',
        bIsWebPath:true,
        sUrl:'jeux.html',
        sTarget:'_self'
    },
    {   sTitle:'Fonds d\'écran',
        bIsWebPath:true,
        sUrl:'fdecrans.html',
        sTarget:'_self'
    }]
}]
});