var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Bienvenida',
    bIsWebPath:true,
    sUrl:'index.html',"childArray" : [
    {   sTitle:'Lenguaje Inclusivo',
        bIsWebPath:true,
        sUrl:'lenguaje_inclusivo.html'
    },
    {   sTitle:'Mapa del sitio',
        bIsWebPath:true,
        sUrl:'site_map.html'
    }]
},
{   sTitle:'Quien soy',
    bIsWebPath:true,
    sUrl:'about.html',"childArray" : [
    {   sTitle:'De dónde vengo',
        bIsWebPath:true,
        sUrl:'de_donde_vengo.html'
    },
    {   sTitle:'Donde estoy',
        bIsWebPath:true,
        sUrl:'donde_estoy.html'
    },
    {   sTitle:'Donde voy',
        bIsWebPath:true,
        sUrl:'donde_voy.html'
    }]
},
{   sTitle:'Que hago',
    bIsWebPath:true,
    sUrl:'que_hago.html',"childArray" : [
    {   sTitle:'Ocupación Profesional',
        bIsWebPath:true,
        sUrl:'ocupacion_profesional.html'
    },
    {   sTitle:'Otras Ocupaciones',
        bIsWebPath:true,
        sUrl:'otras_ocupaciones.html'
    }]
},
{   sTitle:'Utilidades',
    bIsWebPath:true,
    sUrl:'utilidades.html',"childArray" : [
    {   sTitle:'Links',
        bIsWebPath:true,
        sUrl:'links.html'
    },
    {   sTitle:'Descargas',
        bIsWebPath:true,
        sUrl:'downloads.html'
    },
    {   sTitle:'Herramientas',
        bIsWebPath:true,
        sUrl:'tools.html',"childArray" : [
        {   sTitle:'e-Sword',
            bIsWebPath:true,
            sUrl:'e_sword.html'
        },
        {   sTitle:'Catholic.Net',
            bIsWebPath:true,
            sUrl:'catholic_net.html'
        },
        {   sTitle:'ACI Prensa',
            bIsWebPath:true,
            sUrl:'aci_prensa.html'
        },
        {   sTitle:'Televisión',
            bIsWebPath:true,
            sUrl:'television.html'
        },
        {   sTitle:'Radio',
            bIsWebPath:true,
            sUrl:'radio.html'
        }]
    },
    {   sTitle:'Contribuciones',
        bIsWebPath:true,
        sUrl:'contributions.html'
    },
    {   sTitle:'Noticiario catolico',
        bIsWebPath:true,
        sUrl:'noticiario.html'
    }]
},
{   sTitle:'Contacto',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
