var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Inicio',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Noticias',
    bIsExternal:true,
    sUrl:'http://www.capuchins.org/news',"childArray" : [
    {   sTitle:'Calendario de Provincia',
        bIsExternal:true,
        sUrl:'http://capuchins.org/news/?page_id=661'
    }]
},
{   sTitle:'Hermanos',
    bIsWebPath:true,
    sUrl:'friars.html',"childArray" : [
    {   sTitle:'¿Quiénes somos?',
        bIsWebPath:true,
        sUrl:'whoarewe.html'
    },
    {   sTitle:'Historia de la provincia',
        bIsWebPath:true,
        sUrl:'history.html'
    },
    {   sTitle:'Publicaciones',
        bIsWebPath:true,
        sUrl:'publications.html'
    },
    {   sTitle:'Conozca a un fraile',
        bIsWebPath:true,
        sUrl:'spotlights.html'
    }]
},
{   sTitle:'Clarisas',
    bIsWebPath:true,
    sUrl:'poorclares.html',"childArray" : [
    {   sTitle:'Galletas de las Clarisas',
        bIsWebPath:true,
        sUrl:'cookies.html'
    },
    {   sTitle:'Paquina de la Federación',
        bIsExternal:true,
        sUrl:'http://www.capuchinpoorclares.org',
        sTarget:'_blank'
    }]
},
{   sTitle:'Carisma',
    bIsWebPath:true,
    sUrl:'charism.html',"childArray" : [
    {   sTitle:'Fray Leopoldo de Alpandeire',
        bIsWebPath:true,
        sUrl:'frayleopoldo.html'
    },
    {   sTitle:'Oraciones Franciscanas en Español',
        bIsExternal:true,
        sUrl:'http://capuchins.org/news/?page_id=1402'
    }]
},
{   sTitle:'Vocaciones',
    bIsWebPath:true,
    sUrl:'vocations.html',"childArray" : [
    {   sTitle:'¿Como nace una vocación?',
        bIsWebPath:true,
        sUrl:'howtoknow.html'
    }]
},
{   sTitle:'Multimedias',
    bIsWebPath:true,
    sUrl:'multimedia.html',"childArray" : [
    {   sTitle:'Fotos',
        bIsExternal:true,
        sUrl:'http://capuchins.org/news/?page_id=766'
    }]
},
{   sTitle:'Ayuda',
    bIsWebPath:true,
    sUrl:'support.html'
},
{   sTitle:'Contacto',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
