function open_photo()
			{
				hp=350+100;
				wp=330+20;
				vphoto=window.open("","Bigphoto","copyhistory=0,directories=0,width="+wp+",height="+hp+"");
				vphoto.document.write("<div align=center>");
				vphoto.document.write("<b>Театру Танца Фламенко - 25 лет!</b>");			
				vphoto.document.write("<br><br>");
				vphoto.document.write("<span title='Кликните, чтобы закрыть'>");
				vphoto.document.write("<a href='javascript:window.close();'>");
				vphoto.document.write("<img src=i/25l.jpg border=0 >");				
		    	vphoto.document.write("</a></span></div>");
				vphoto.focus();
			}
