<!--
function newWin(nameImg,width,height)
	{
		win=open("","","width="+width+"px ,height="+height+"px");
		win.document.write('<html><head><title>COTTUS</title><meta HTTP-EQUIV="Content-Type" content="text/html; charset=windows-1251"></head><body bgcolor="#ffffff" marginheight="0" marginwidth="0" topmargin="0" leftmargin="0">');
		win.document.write('<table cellpadding=0 cellspacing=0 border=0><tr><td><img src="i/'+nameImg+'" style="cursor:hand;" onclick="window.close();" alt="закрыть окно"></td></tr></table></body></html>');

		
	}

//-->



function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function MM_close() { //v2.0
  window.close();
}