<!--
function newWin(nameImg,width,height)
	{
		win=open("","","width="+width+"px ,height="+height+"px");
		win.document.write('<html><head><title>Цитадель 2011</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="'+nameImg+'" style="cursor:hand;" onclick="window.close();" alt="Закрыть окно"></td></tr></table></body></html>');
	
	}
function newWin2(url, w, h) {
 w1=window.open(url,'new_window','resizable=no,menubar=no,status=no,scrollbars=yes,width='+w+',height='+h);
    w1.focus();
    }
//-->
