var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Accueil',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Coordonnées médecins généralistes',
    bIsWebPath:true,
    sUrl:'page2.html'
},
{   sTitle:'Gardes',
    bIsWebPath:true,
    sUrl:'page4.html',"childArray" : [
    {   sTitle:'01-2010',
        bIsWebPath:true,
        sUrl:'page9.html',
        sTarget:'_self'
    },
    {   sTitle:'02-2010',
        bIsWebPath:true,
        sUrl:'page10.html',
        sTarget:'_self'
    },
    {   sTitle:'03-2010',
        bIsWebPath:true,
        sUrl:'page11.html',
        sTarget:'_self'
    },
    {   sTitle:'04-2010',
        bIsWebPath:true,
        sUrl:'page12.html',
        sTarget:'_self'
    },
    {   sTitle:'05-2010',
        bIsWebPath:true,
        sUrl:'page13.html',
        sTarget:'_self'
    },
    {   sTitle:'06-2010',
        bIsWebPath:true,
        sUrl:'page14.html',
        sTarget:'_self'
    },
    {   sTitle:'07-2010',
        bIsWebPath:true,
        sUrl:'page15.html',
        sTarget:'_self'
    },
    {   sTitle:'08-2010',
        bIsWebPath:true,
        sUrl:'page16.html',
        sTarget:'_self'
    },
    {   sTitle:'09-2010',
        bIsWebPath:true,
        sUrl:'page17.html',
        sTarget:'_self'
    },
    {   sTitle:'10-2010',
        bIsWebPath:true,
        sUrl:'page18.html',
        sTarget:'_self'
    },
    {   sTitle:'11-2010',
        bIsWebPath:true,
        sUrl:'page19.html',
        sTarget:'_self'
    },
    {   sTitle:'12-2010',
        bIsWebPath:true,
        sUrl:'page20.html',
        sTarget:'_self'
    }]
}]
});