var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Inicio',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Directorio',
    bIsWebPath:true,
    sUrl:'directorio.html'
},
{   sTitle:'Revista',
    bIsWebPath:true,
    sUrl:'revista.html'
},
{   sTitle:'Contacto',
    bIsWebPath:true,
    sUrl:'contacto.html'
}]
});