<!--
function newWin(nameImg,width,height)
	{
		win=open("","","width="+width+"px ,height="+height+"px");
		win.document.write('<html><head><title>ÌÀØÈÍÎÈÌÏÎÐÒ | MACHINOIMPORT</title><meta HTTP-EQUIV="Content-Type" content="text/html; charset=windows-1251"></head><body bgcolor="#FFFFFF" marginheight=0 marginwidth=0 topmargin=0 leftmargin=0 rightmargin=0 bottommargin=0 >');
		win.document.write('<table cellpadding=0 cellspacing=0 border=0><tr><td><img src="images/'+nameImg+'" style="cursor:pointer;" onclick="window.close();" alt="Çàêðûòü îêíî"></td></tr></table></body></html>');
	}
//-->
