<!--
function open_bigphoto(width1,height1,image_path,title1){
	var w1=window.open('','','menubar=no,toolbar=no,top=10,left=10,width=' + (width1+30) + ',height=' + (height1+90))
	w1.document.open()
	var sz='<html><head><title>' + title1 + '</title>'
	sz+='<meta http-equiv="Content-Type" content="text/html; charset=windows-1251">'
	sz+='<meta http-equiv="imagetoolbar" content="no">'
	sz+='</head>'
	sz+='<body bgcolor="#ffffff" text="#000066" link="#000000" vlink="#000000" alink="#000000" leftmargin="0" topmargin="0" rightmargin="0" bottommargin="0" marginwidth="0" marginheight="0">'
	sz+='<div align="center"><br><b>' + title1 + '</b>'
	sz+='<table cellspacing="0" cellpadding="0" border="0">'
	sz+='<tr><td><a href="javascript:void(0)" onClick="self.close()">'
	sz+='<img src="'+image_path+'" width="' + width1 + '" height="' + height1 + '" border="0" alt="закрыть окно"></a>'
	sz+='<br><img src="' + szD + 'img/spacer.gif" alt="" width="1" height="10" border="0"></td></tr>'
	sz+='<tr><td class="t1b_gr" align="right">'
	sz+='<a class="decgr" href="javascript:void(0)" onClick="self.close()">закрыть окно / close the window</a>'
	sz+='</td></tr></table></div></body></html>'
	w1.document.write(sz)
	w1.document.close()
}
function open_bigphoto2(width1,height1,image_path,title1){
	var w1=window.open('','','menubar=no,toolbar=no,top=10,left=10,width=' + width1 + ',height=' + height1)
	w1.document.open()
	var sz='<html><head><title>' + title1 + '</title>'
	sz+='</head>'
	sz+='<body bgcolor="#ffffff" text="#000066" link="#000000" vlink="#000000" alink="#000000" leftmargin="0" topmargin="0" rightmargin="0" bottommargin="0" marginwidth="0" marginheight="0" onload="window.print()">'
	sz+='<a href="javascript:void(0)" onClick="self.close()">'
	sz+='<img src="'+image_path+'" width="' + width1 + '" height="' + height1 + '" border="0" alt="закрыть окно"></a>'
	sz+='</body></html>'
	w1.document.write(sz)
	w1.document.close()
}
function open_bigphoto_flash(width1,height1,image_path,title1){
	var w1=window.open('','','menubar=no,toolbar=no,top=10,left=10,width=' + (width1+30) + ',height=' + (height1+110))
	w1.document.open()
	var sz='<html><head><title>' + title1 + '</title>'
	sz+='</head>'
	sz+='<body bgcolor="#ffffff" text="#000066" link="#000000" vlink="#000000" alink="#000000" leftmargin="0" topmargin="0" rightmargin="0" bottommargin="0" marginwidth="0" marginheight="0"><br>'
	sz+='<div align="center"><h1>' + title1 + '</h1>'
	sz+='<a href="javascript:void(0)" onClick="self.close()">'
	sz+='<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="'+ width1 +'" height="'+ height1+'">'
	sz+='<param name="movie" value="'+ image_path +'">'
	sz+='<param name="quality" value="high">'
	sz+='<param name="menu" value="0">'
	sz+='<embed src="'+ image_path +'" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="'+ width1 +'" height="'+ height1+'"></embed>'
	sz+='</object>'
	sz+='<p class="t1b_gr" align="right"><a class="decgr" href="javascript:void(0)" onClick="self.close()">закрыть окно</a>&nbsp;&nbsp;&nbsp;</p>'
	sz+='</div></body></html>'
	w1.document.write(sz)
	w1.document.close()
}
// -->
