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