var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'INICIO',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'TECNOEDUCATIVA',
    bIsWebPath:true,
    sUrl:'tecnoeducativa.html'
},
{   sTitle:'GALERIA',
    bIsWebPath:true,
    sUrl:'galeria.html'
},
{   sTitle:'CONTACTO',
    bIsWebPath:true,
    sUrl:'contacto.html'
}]
});
