var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Inicio',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'VidaCell',
    bIsWebPath:true,
    sUrl:'vidacell.html',"childArray" : [
    {   sTitle:'Más acerca de las Células',
        bIsWebPath:true,
        sUrl:'celulas.html'
    },
    {   sTitle:'Actualidad',
        bIsWebPath:true,
        sUrl:'actualidad.html'
    },
    {   sTitle:'Acerca de comprar VidaCell',
        bIsWebPath:true,
        sUrl:'acercacompravidacell.html'
    }]
},
{   sTitle:'VidaShield',
    bIsWebPath:true,
    sUrl:'vidashield.html'
},
{   sTitle:'CPN',
    bIsWebPath:true,
    sUrl:'cpn.html'
},
{   sTitle:'Oportunidad',
    bIsWebPath:true,
    sUrl:'oportunidad.html'
}]
});
