// MediKey JS 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.jsp"; w=window.open(pagina,"Rating",stile); } function fcnPopLoginNews() { 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_news.jsp"; w=window.open(pagina,"Rating",stile); } function fcnPopLogout() { pagina = "https://ssl.medikey.it/logout.aspx?id=173&t=null"; stile = "width=320,height=210,menubar=no,scrollbars=no,resizable=yes,dependent=1,zorder=1" w=window.open(pagina,"Rating",stile); }