function mostrar(documento) {	var izq,arr,ancho,alto	ancho=600	alto=380	izq=(screen.width-ancho)/2	arr=((screen.height-alto)/2)-15	aviso = window.open(documento ,"_blank","height="+alto+",width="+ancho+",scrollbars=yes,menubar=False,resizable=false,top="+arr+",left="+izq)}function control() { 				document.entrada.password.value= document.entrada.palabra.value;				document.entrada.palabra.value= "";			}			ruta=window.location.pathname.toLowerCase();ruta=ruta.substring(0, ruta.lastIndexOf(".nsf")+4);ns4 = (document.layers)? true:false;ie4 = (document.all)? true:false;if (ie4) {	document.writeln("<LINK REL=STYLESHEET type=\"text/css\" href=\""+ruta+"/docgeneral.css\">")}else {	document.writeln("<link rel=stylesheet type=\"text/css\" href=\""+ruta+"/docgeneralns.css\">")}document.getElementById('form_entrada').onsubmit = function() {	control();	 return true; }
