/*
 * Tämä tiedosto on JT-Sivupalvelun omaisuutta.  Lähdekoodin kopioiminen,
 * jälleenmyynti tai muokkaus ilman JT-Sivupalvelun kirjallista lupaa on
 * kielletty!
 *
 * Copyright 2009 JT-Sivupalvelu Avoin Yhtiö
 * http://www.jt-sivupalvelu.net
 */
var popup_current=null;function pop(a,event,w,h){if(!event)event=window.event;if(!w)w=1000;if(!h)h=700;x=event.screenX-w/2;y=event.screenY-h/2;if(x>screen.width){x=screen.width-w-10;}if(y>screen.height){y=screen.height-h-10;}if(x<0){x=0;}if(y<0){y=0;}unpop();popup_current=window.open("","imgpopup","height="+(h+4)+","+"width="+(w+4)+","+"scrollbars=no,"+"toolbar=no,"+"location=no,"+"fullscreen=yes,"+"status=no,"+"menubar=no,"+"resizable=no,"+"screenX="+x+","+"screenY="+y);popup_current.document.write("<html>\n"+"<head>\n"+"<style type=\"text/css\">\n"+"body {\n"+"  border:0;"+"  margin:0;"+"  padding:0;"+"  width:"+w+"px;"+"  height:"+h+"px;"+"  background-color:#000000;"+"}\n"+"a,img {"+"  border:0;"+"  margin:0;"+"  padding:0;"+"}\n"+"</style>\n"+"<title>"+htmlspecialchars(a.title)+"</title>\n"+"</head>\n"+"<body>\n"+"<a onclick=\"window.close();return(false);\">"+"<img src=\""+htmlspecialchars(a.href)+"\""+"  width=\""+w+"\""+"  height=\""+h+"\""+"  alt=\"\""+"  title=\""+translate("Sulje ikkuna klikkaamalla kuvaa")+"\" />"+"</a>"+"</body></html>");popup_current.document.close();if(popup_current.focus)popup_current.focus();return false;}function unpop(){if(popup_current){popup_current.close();popup_current=null;}}
