function Afinity() { var ancho = 750; var alto = 550; var arriba = (screen.height-alto)/2; var derecha = (screen.width-ancho)/2; window.open('https://afinity.geyce.es/pls/agpi/p_ident_sec.cos','AFINITY','toolbar=no,location=no,directories=no,status=no,scrollbars=0,resizable=no,copyhistory=no,top='+arriba+',left='+derecha+',width='+ancho+',height='+alto+''); } function Plano() { var ancho = 780; var alto = 440; var arriba = (screen.height-alto)/2; var derecha = (screen.width-ancho)/2; window.open('mapas.asp?img=fla','MAPA','toolbar=no,location=no,directories=no,status=no,scrollbars=0,resizable=no,copyhistory=no,top='+arriba+',left='+derecha+',width='+ancho+',height='+alto+''); } function Itinerario() { var ancho = 478; var alto = 420; var arriba = (screen.height-alto)/2; var derecha = (screen.width-ancho)/2; window.open('mapas.asp?img=map','MAPAS','toolbar=no,location=no,directories=no,status=no,scrollbars=1,resizable=no,copyhistory=no,top='+arriba+',left='+derecha+',width='+ancho+',height='+alto+''); } function tS(){ x=new Date(tN().getUTCFullYear(),tN().getUTCMonth(),tN().getUTCDate(),tN().getUTCHours(),tN().getUTCMinutes(),tN().getUTCSeconds()); x.setTime(x.getTime()+3600000); return x; } function tN(){ return new Date(); } function lZ(x){ return (x>9)?x:'0'+x; } function dT(){ if(fr==0){ fr=1; document.write(''+eval(oT)+''); } tP.innerText=eval(oT); setTimeout('dT()',1000); } function y4(x){ return (x<500)?x+1900:x; } var dN=new Array('Domingo','Lunes','Martes','Miércoles','Jueves','Viernes','Sábado'),mN=new Array('Enero','Febrero','Marzo','Abril','Mayo','Junio','Julio','Agosto','Setiembre','Octubre','Noviembre','Diciembre'),fr=0,oT="dN[tS().getDay()]+','+' '+tS().getDate()+' '+mN[tS().getMonth()]+' '+y4(tS().getYear())+' '+'|'+' '+lZ(tS().getHours())+':'+lZ(tS().getMinutes())";