function popWin(file){ newWin=window.open("","Billede","width=300,height=200,status=no"); txt='Billede<\57ti'+'tle><\57bo'+'dy><\57ht'+'ml>'; newWin.document.write(txt); newWin.document.close(); }