function OW(URL,Width,Height){
var win;
var ns4up = (document.layers) ? 1 : 0
var ie4up = (document.all) ? 1 : 0
var xsize = Width+40
var ysize = Height+70
var xpos = (screen.availWidth/2)-(Width+40)
var ypos = screen.availHeight/10
var b0=xsize, h0=ysize, x0=xpos, y0=ypos
win=window.open("","w0","scrollbars=no,status=no,toolbar=no,location=no,directories=no,resizable=no,menubar=no,width="+b0+",height="+h0+",screenX="+x0+",screenY="+y0+",top="+y0+",left="+x0)
win.setTimeout('window.close()',15000);
win.document.write ("<HTML><HEAD><TITLE>");
win.document.write ("</TITLE></HEAD>");
win.document.write ("<BODY BGCOLOR='#CCCCCC' background='../images/hg/hg_1900-1300-1.jpg' text='#000066' link='000099' vlink='#0000CC' alink='#0000CC' leftmargin='10' topmargin='20'>");
win.document.write ("<P ALIGN=CENTER>");
win.document.write ("<FONT FACE='Arial' SIZE='+2' COLOR='White'><B>");
win.document.write ("</B></FONT>");
win.document.write ("<IMG SRC=");
win.document.write (URL);
win.document.write (">");
win.document.write ("</P>");
win.document.write ("<center><FORM><INPUT TYPE='button' VALUE='Fenster zu' onClick='self.close()'>");
win.document.write ("</FORM></CENTER></BODY></HTML>");
win.document.write ("</BODY></HTML>");
win.setTimeout('window.close()',15000);
}


