	var nn4=(document.layers) ? true : false;
	function openImage(href, width, height) {
		var posX=Math.round((screen.width-width)/2);
		var posY=Math.round((screen.height-height)/2);
		if (posX < 0) { posX = 0; }
		if (posY < 0) { posY = 0; }
		var posCode = (nn4) ? "screenX="+posX+",screenY="+posY : "left="+posX+",top="+posY;
		var imgwin = window.open(href, "imgwin", "width=" + width + ", height=" + height + ", toolbar=no, directories=no, menubar=no, scrollbars=no, status=no, resizable=no,"+posCode);
		imgwin.focus();
		imgwin.document.write('<title>Институт культурной политики</title><body topmargin=0 bottommargin=0 rightmargin=0 leftmargin=0 marginwidth=0 marginheight=0>');
		imgwin.document.write('<a href="#" onClick="javascript:self.close()"><img src='+href+' border=0></a>');
	}
