function showpic(kepnev,cim,sizeX,sizeY){
	kepwin=window.open("","kepwin","maximize=no, noresizable, status=no, menu=no, toolbar=no, width="+sizeX+", height="+sizeY+", top=" + (screen.availHeight-sizeY) /2 + " , left=" + (screen.availWidth-sizeX)/2);
	kepwin.document.open()
	kepwin.document.writeln("<html><title>www.retro.hu" + cim + "</title>");
	kepwin.document.writeln("<SCRIPT language=\"JavaScript\"><!-- var same =  Math.floor(Math.random()*1000000); //--></SCRIPT>");
	kepwin.document.writeln("<Body topmargin=\'0\' leftmargin=\'0\' style=\'margin:0px; margin-right:0px;margin-left:0px;\' marginwidth=\'0\' marginheight=\'0\'>");
	kepwin.document.writeln("<SCRIPT language=\"JavaScript\"><!-- var same =  Math.floor(Math.random()*1000000); //--></SCRIPT>");
//	kepwin.document.writeln("<SCRIPT language=\"JavaScript\"><!-- var message="www.sartimania.hu - sarti@sartimania.hu"; function clickIE4(){if (event.button==2){alert(message) return false;}} function clickNS4(e){if (document.layers||document.getElementById&&!document.all); {if (e.which==2||e.which==3){alert(message); return false;}}} if (document.layers){document.captureEvents(Event.MOUSEDOWN); document.onmousedown=clickNS4;} else if (document.all&&!document.getElementById) {document.onmousedown=clickIE4;} document.oncontextmenu=new Function("alert(message); return false"); //--></script>");
	kepwin.document.writeln("<a href=\"javascript:window.close();\"><image border=0 src='" + kepnev + "' height='"+sizeY+"' width='"+sizeX+"' alt=\"Kattints a képre a bezárásához\"></a><br>");
	kepwin.document.writeln("<SCRIPT language=\"JavaScript\">");
//	kepwin.document.writeln("<!--document.write('<!-- www.sartimania.hu 1/2 --><img src=\"http://audit.median.hu/cgi-bin/track.cgi?uc=10995889116542&dc=1&ui='+same+'\" width=\"1\" height=\"1\">');//-->\");");
	kepwin.document.writeln("</SCRIPT>");
	kepwin.document.writeln("<NOSCRIPT>");
//	kepwin.document.writeln("<!-- www.sartimania.hu 1/2 -->");
//	kepwin.document.writeln("</NOSCRIPT>");
	kepwin.document.writeln("</body></html>");
	kepwin.focus();
}

