var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Inicio',
    'bIsWebPath':true,
    'sUrl':'index.htm'
},
{   'sTitle':'xDocs',
    'bIsWebPath':true,
    'sUrl':'xdocs.html'
},
{   'sTitle':'Bitácora',
    'bIsWebPath':true,
    'sUrl':'bitacora.html'
},
{   'sTitle':'Contacto',
    'bIsWebPath':true,
    'sUrl':'contacto.htm'
},
{   'sTitle':'Soporte',
    'bIsWebPath':true,
    'sUrl':'soporte.htm'
}]
});
