var buf="";
function pict(ImgName,ImgWidth,ImgHeight){
	buf="";
	myWin=window.open("","_blank","width="+eval(ImgWidth+5)+",height="+eval(ImgHeight+5)+",titlebar=no,toolbar=no,directories=no,status=no,scrollbars=auto,resizable=no,menubar=no");
    buf= "<html><head><title>TopDownloads.net Images</title>";
	buf += "</head>";
	buf += "<body topmargin=0 marginheight=0 leftmargin=0 marginwidth=0>";
	buf += "<center><table height=100% border=0 cellpadding=0 cellspacing=0><tr><td>";
	buf += "<center><a href='javascript:window.close()'><img src='"+ImgName+"' width="+ImgWidth+" height="+ImgHeight+" border=0 alt='Click to close this window!'></a>";
	buf += "</td></tr></table>";
	buf += "</body></html>";
	myWin.document.write(buf);
	myWin.document.close();
	myWin.window.focus();
}
