function PW(WINDOW_NAME,WINDOW_PROPORTIONS,PICTURE_PROPORTIONS)
{
var controller = window.open("",WINDOW_NAME,WINDOW_PROPORTIONS,'screenX=48, screenY=48, scrollbars=0');
controller.document.write("<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 3.2 Final//EN'><HTML><HEAD><TITLE>function PW</TITLE><META NAME='author' content=''><META NAME='copyright' content=''></HEAD><BODY BGCOLOR='lemonchiffon'><img src="+PICTURE_PROPORTIONS+" border=0><br><br><FORM><center><INPUT TYPE=Button Value='Close - schlie&szlig;en' onClick='window.self.close()'></input></center></FORM></BODY></HTML>")
controller.focus();
controller.document.close();
}
