var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Inicio',
    bIsWebPath:true,
    sUrl:'index.html',
    sTarget:'_self'
},
{   sTitle:'Cancún 2010',
    bIsExternal:true,
    bIsWebPath:true,
    sUrl:'congreso.html'
},
{   sTitle:'Historia',
    bIsWebPath:true,
    sUrl:'historia.html',"childArray" : [
    {   sTitle:'Misión',
        bIsWebPath:true,
        sUrl:'misión.html'
    },
    {   sTitle:'Estatutos',
        bIsWebPath:true,
        sUrl:'estatutos.html'
    }]
},
{   sTitle:'Mesa Directiva',
    bIsWebPath:true,
    sUrl:'mesa directiva.html',"childArray" : [
    {   sTitle:'Sociedades',
        bIsWebPath:true,
        sUrl:'sociedades.html'
    }]
},
{   sTitle:'Consenso y Posiciones',
    bIsWebPath:true,
    sUrl:'consensos y posiciones.html'
},
{   sTitle:'Sitios de Interes',
    bIsWebPath:true,
    sUrl:'sitios de interes.html'
},
{   sTitle:'Eventos',
    bIsWebPath:true,
    sUrl:'eventos.html'
},
{   sTitle:'Utilidades',
    bIsWebPath:true,
    sUrl:'utilidades.html'
},
{   sTitle:'Galería',
    bIsWebPath:true,
    sUrl:'galeria.html'
},
{   sTitle:'Contacto',
    bIsWebPath:true,
    sUrl:'contacto.html'
},
{   sTitle:'Preguntas Frecuentes',
    bIsWebPath:true,
    sUrl:'preguntas frecuentes.html',
    sTarget:'_self'
}]
});
