var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'ZONA PYME',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'ASOCIADOS',
    bIsWebPath:true,
    sUrl:'page11.html',
    sTarget:'_self'
},
{   sTitle:'ZONA FINANCIAMIENTO',
    bIsWebPath:true,
    sUrl:'page4.html',
    sTarget:'_self'
},
{   sTitle:'ZONA TECNOLÓGICA',
    bIsWebPath:true,
    sUrl:'page5.html',
    sTarget:'_self'
},
{   sTitle:'ZONA CAPACITACIÓN',
    bIsWebPath:true,
    sUrl:'page6.html',
    sTarget:'_self'
},
{   sTitle:'PYME NOTICIAS',
    bIsWebPath:true,
    sUrl:'page7.html',
    sTarget:'_self'
},
{   sTitle:'INSCRIPCIÓN',
    bIsWebPath:true,
    sUrl:'page8.html',
    sTarget:'_self'
},
{   sTitle:'LINKS RELACIONADOS',
    bIsWebPath:true,
    sUrl:'page9.html',
    sTarget:'_self'
}]
});