var win="", nr=0;

function auf(x,y,bild)

{
win=window.open("", nr, "width="+(x+20)+",height="+(y+50)+"")
win.moveTo( 0,0 );
win.document.write("<body bgcolor=#ffffff>");
win.document.write("<title>Mittwochs mit...<\/title>");
win.document.write("<img src="+bild+" width="+x+" height="+y+"><br>");
nr++;
}
