function open_photo()
			{
				hp=600+100;
				wp=445+20;
				vphoto=window.open("","Bigphoto","copyhistory=0,directories=0,width="+wp+",height="+hp+"");
				vphoto.document.write("<div align=center>");
				vphoto.document.write("<b>Moscow Stars.<br> Festival Poster</b>");			
				vphoto.document.write("<br><br>");
				vphoto.document.write("<span title='Click to close'>");
				vphoto.document.write("<a href='javascript:window.close();'>");
				vphoto.document.write("<img src=../i/m_zv.jpg border=0 >");				
		    	vphoto.document.write("</a></span></div>");
				vphoto.focus();
			}
