function trivial(){
window.open('/trivial/web/index.htm?quefondo=10','Trivial','width=670,height=357');
}
function get(campo){
var texto = location.search;
var result = false;
if(texto.indexOf(campo)>=0){
var txtRst = texto.substring(texto.indexOf(campo),texto.length);
var txtCmp = txtRst.substring(0,txtRst.indexOf('&'));
if (txtCmp=='') txtCmp = txtRst.substring(0,txtRst.length);
result = txtCmp.substring((txtCmp.indexOf('=')+1),txtCmp.length);
}
return(unescape(result));
}
function abrirventana(url,name,features){
window.open(url,name,features);
}
// para cambiar el menu editar el gif, mapear y aņadir la nueva zona mapeada al codigo,cambiar el height y el nš de menu(menuXXX.gif)
// y adaptar a los diferentes niveles de navegacion
function pintamenu(){
var html = '
\n';
html = html + ' \n';
html = html + ' \n';
html = html + ' \n';
html = html + ' | \n';
html = html + '
\n';
html = html + '
\n';
document.write(html);
}
function pintamenu_nivel_2(){
var html = '\n';
html = html + ' \n';
html = html + ' \n';
html = html + ' \n';
html = html + ' | \n';
html = html + '
\n';
html = html + '
\n';
document.write(html);
}
function pintamenu_nivel_3(){
var html = '\n';
html = html + ' \n';
html = html + ' \n';
html = html + ' \n';
html = html + ' | \n';
html = html + '
\n';
html = html + '
\n';
document.write(html);
}
function pintamenu_nivel_4(){
var html = '\n';
html = html + ' \n';
html = html + ' \n';
html = html + ' \n';
html = html + ' | \n';
html = html + '
\n';
html = html + '
\n';
document.write(html);
}