/* traducir.js*/

function traducir(a,b,c){
return c;
}
var idioma=0;
/* fn-portal.js*/
var idioma; function traducir(a,b,c){ return c;}
function valida_forma(){ var idioma; if(document.loginForm.login.value==""){ alert(traducir('',idioma,'Escriba su nombre de usuario (login)')); document.loginForm.login.focus(); return false
}
if(document.loginForm.clave.value==""){ alert(traducir('',idioma,'Escriba su clave de acceso')); document.loginForm.clave.focus(); return false
}
return true;}
function checkEnter(e,id){ var idioma = 0; var characterCode;if(e&&e.which){characterCode=e.which}else{characterCode=e.keyCode}if(characterCode==13){if(id=='submit'){(valida_forma())?document.getElementById('loginForm').submit():false;return false}else{document.getElementById(id).focus();return false}}else{return true}}
function abreAvisos(lugar){ var error=""; try{ventana.close()}catch(error){}ventana=window.open('despliega_avisos_pop_portal.php?plantel='+plantel+'&idu=P',traducir('',idioma,'Avisos'),'toolbar=no, ,width=550,height=450, left=160, top=100, resizable=yes'); return true
}function cambiar(item,letra){obj=document.getElementById(item);visible=(obj.style.display!="none");key=document.getElementById(letra+item);if(visible){obj.style.display="none";if(letra!='ind'){key.innerHTML="<img src='tree/folder.gif' width='16' height='16' hspace='0' vspace='0' border='0'>"}}else{obj.style.display="block";if(letra!='ind'){key.innerHTML="<img src='tree/textfolder.gif' width='16' height='16' hspace='0' vspace='0' border='0'>"}}}function mensajeYAbreSeccion(id){switch(id){case'notiRSS':document.getElementById(id).style.display="block";document.getElementById(id).innerHTML="<img src='images/loading.gif'>";xajax_abreSeccion(id);break;default:document.getElementById('instrucciones').innerHTML='';cambiar(id,'ind');if(document.getElementById(id).innerHTML.length<50){document.getElementById(id).innerHTML="<img src='images/loading.gif'>";document.getElementById(id).style.display="block";xajax_abreSeccion(id)}}}
function startlistb(){ var nav="layout-menu"; if (document.all && document.getElementById(nav).currentStyle) { var navroot = document.getElementById(nav); var lis=navroot.getElementsByTagName("LI"); for (i=0; i<lis.length; i++) { if(lis[i].lastChild.tagName=="UL"){ lis[i].onmouseover=function() { this.lastChild.style.display="block";}
lis[i].onmouseout=function() { this.lastChild.style.display="none";}
}
}
}
}
function abreventana(url, name,attr) { try { wnd.close()}
catch(err){}
return wnd = window.open(url,name,attr);}
function abreSeccion(id, plantel){ abreventana('noticia_gen.php?id='+id+'&amp;plantel='+plantel,'Seccion','resizable, scrollbars, width=500,height=500,left = 0,top = 0');}
function abreImagen(id, plantel){ abreventana('noticia_gen.php?id='+id+'&amp;plantel='+plantel,'Seccion','resizable, scrollbars, width=500,height=500,left = 0,top = 0');}

