function go(pagina) { x=window.screen.availWidth-10; y=window.screen.availHeight-10; if (navigator.appName=='Microsoft Internet Explorer') { stile = "top=0,left=0,width="+x+",height="+y+",zorder=1" } else { stile = "screenX=0,screenY=0,width="+x+",height="+y+",zorder=1" } w=window.open(pagina,"Medikey",stile); } function vai() { document.location="#aspetta"; document.frmLogin.submit(); } function fcnPopLogin() { x=(window.screen.availWidth/2)-100; y=(window.screen.availHeight/2)-100; if (navigator.appName=='Microsoft Internet Explorer') { stile = "top="+y+",left="+x+",width=240,height=260,menubar=no,scrollbars=no,resizable=no,alwaysRaised=yes,status=yes,titlebar=no,dependent=1,zorder=1" } else { stile = "screenX="+x+",screenY="+y+",width=240,height=260,menubar=no,scrollbars=no,resizable=no,alwaysRaised=yes,status=yes,titlebar=no,dependent=1,zorder=1" } pagina = "/medikey/ticket_request.asp"; w=window.open(pagina,"Rating",stile); } function fcnPopLogout() { pagina = "https://ssl.medikey.it/logout.aspx?id=113&t="; stile = "width=200,height=210,menubar=no,scrollbars=no,resizable=yes,dependent=1,zorder=1" w=window.open(pagina,"Rating",stile); }