var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Accueil',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Services',
    bIsWebPath:true,
    sUrl:'page7.html',
    sTarget:'_self'
},
{   sTitle:'PC\'s',
    bIsWebPath:true,
    sUrl:'page2.html',"childArray" : [
    {   sTitle:'pro sys core i7',
        bIsWebPath:true,
        sUrl:'page11.html',
        sTarget:'_self'
    },
    {   sTitle:'pro sys core i5',
        bIsWebPath:true,
        sUrl:'page10.html',
        sTarget:'_self'
    },
    {   sTitle:'pro sys core i3',
        bIsWebPath:true,
        sUrl:'page9.html',
        sTarget:'_self'
    },
    {   sTitle:'pro sys office',
        bIsWebPath:true,
        sUrl:'page8.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Nos Offres',
    bIsWebPath:true,
    sUrl:'page3.html'
},
{   sTitle:'Nous contacter',
    bIsWebPath:true,
    sUrl:'page4.html'
}]
});
