function showArt(pic,w,h) {
aWin = open("","aWin"+Math.round(Math.random()*100),"width="+w+",height="+h);
aWin.moveTo((screen.availWidth-w)/5,(screen.availHeight-h)/5);
aWin.document.write('<title>vigorously.de</title><body marginheight="0" marginwidth="0" topmargin="0" leftmargin="0" onselectstart="return false" oncontextmenu="return false" bgcolor="#000000"><table width="100%" height="100%" cellpadding="0" cellspacing="0" border="0"><tr><td align="center"><img src="'+pic+'"></td></tr></table></body>');}

