function openWindow(url,width,height){var optionen,bildx1,bildy1,bildname;width=(width)?width:1060;height=(height)?height:595;var x1=Math.round((window.screen.width-width)/2);var y1=Math.round((window.screen.height-height)/2*0.8);var opts="width="+width+",height="+height+",innerwidth="+width+",innerheight="+height+",screenX="+x1+",screenY="+y1+",left="+x1+",top="+y1+",dependent=1,location=0,menubar=0,status=0,toolbar=0,scrollbars=1,resizable=1";winop=window.open(url,'opwin',opts);if(window.focus)window.setTimeout("winop.focus();",200);return false};
