var popbackground="#000033" 
var windowtitle="Miniaturpferdezucht Steinbrecher"
var bodyattribute=(popbackground.indexOf(".")!=-1)? 'background="'+popbackground+'"' : 'bgcolor="'+popbackground+'"'

function Start(URL, WIDTH, HEIGHT) {
        windowprops = "left=50,top=50,width=" + (WIDTH+25) + ",height=" + (HEIGHT+60);

        preview = window.open("", "preview", windowprops);
        preview.document.open();
        preview.document.write('<html><title>'+windowtitle+'</title><body onblur="window.close();" '+bodyattribute+'><img src="'+URL+'" onContextmenu="return false;"><div align="center"><br><a href="#" onClick="window.close();"><font size="2" face="Arial, Helvetica, sans-serif" color="#FFCC00">Fenster schließen</a></font></div><meta http-equiv="imagetoolbar" content="no"></body></html>');
        preview.document.close();
}
