var faux = null;var pic = new Image(); function copyCat(pic,br,lg) {faux = window.open('','newWin','dependent,resizable,top=20,left=20,width=550,height=380');var fd = faux.document;faux.resizeTo(br,lg);faux.focusfd.open();fd.write('<html><head><title>Belle Optik St.Vith</title></head>');fd.write('<body bgcolor="white" onLoad="window.focus()">');fd.write('<table border="0" cellpadding="0" cellspacing="0" width="100%" height="80%">');fd.write('<tr><td align="center" valign="middle"><img src="' + "pictures/" + pic + '"></td></tr>');fd.write('</table>');fd.write('</body></html>');fd.close();}function openHTML(sc,br,lg){	var win;	win=window.open(sc,"Test"," width=500,high=500,resizable=yes,dependent=yes,scrollbars=yes");	win.moveTo(30,30)	win.resizeTo(br,lg);}