function open_pict(pict_path, autor, width, height)
{
	curr_win = window.open("", "win_pict",'width='+eval(width)+',height='+eval(height)+',top=10,'+
	"left=100,scrollbars=yes,"+ "status=no,toolbar=no,menubar=no,"+
	"location=no,resizable=no"); 
	curr_win.document.write("<HTML><HEAD>" +
	'<TITLE>Valentine Gallery - 2004</TITLE>' +
	'<meta http-equiv="Content-Type" content="text/html; charset=windows-1251">'+
	"</HEAD><BODY leftmargin=0 topmargin=0 marginwidth=0" +
	"marginheight=0><CENTER><h4>Valentine Gallery - 2004<h4><IMG SRC='" + pict_path +
	"' border=0><br><br>" + "<p align=center>"+ autor +"</p>"+
	"<A HREF='javascript: window.close();'>Close</A>" +
	"</CENTER></BODY></HTML>");
}
