<!--
function newWin(nameImg,width,height)
	{
		win=open("","","width="+width+"px ,height="+height+"px");
		win.document.write('<html><head><title>Русский паркет - rusparket.ru</title><meta HTTP-EQUIV="Content-Type" content="text/html; charset=windows-1251"><link href="/new_site/rp.css" rel="stylesheet" type="text/css"></head><body bgcolor="#F2F2F2" marginheight="0" marginwidth="0" topmargin="40" leftmargin="0" class="text">');
		win.document.write('<table align="center" valign="middle" class="text"><tr><td><table border="0" cellspacing="0" cellpadding="0"><tr><td bgcolor="#AB8364"><table border="0" cellspacing="1" cellpadding="15"><tr><td bgcolor="#FFFFFF"><img src="/'+nameImg+'" style="cursor:hand;" onclick="window.close();" alt="закрыть окно"></td></tr></table></td></tr></table></td></tr><tr><td align="center" style="cursor:hand;" onclick="window.close();"><br><br>Закрыть окно</td></tr></table></body></html>');

		
	}

//-->


