	function openimg(img_name)
{
	var msgWindow = window.open('','','width=500,height=600,resizable=1,menubar=0,toolbar=0,location=0,directories=0,scrollbars=0,status=0,left=0,top=0,screenX=120,screenY=100');
	msgWindow.document.writeln("<HEAD><TITLE>ZHARAFILM (GALLERY)</TITLE>")
	msgWindow.document.writeln("<script language=javascript>")
	msgWindow.document.writeln("function resizeOuterTo(w,h) {")
	msgWindow.document.writeln(" if (parseInt(navigator.appVersion)>3) {")
	msgWindow.document.writeln("   if (navigator.appName=='Netscape') {")
	msgWindow.document.writeln("    top.outerWidth=w+8;")
	msgWindow.document.writeln("    top.outerHeight=h+29;")
	msgWindow.document.writeln("   }")
	msgWindow.document.writeln("   else ")
	msgWindow.document.writeln("   {")
	msgWindow.document.writeln("    top.resizeTo(400,300);")
	msgWindow.document.writeln("    wd = 400-document.body.clientWidth;")
	msgWindow.document.writeln("    hd = 300-document.body.clientHeight;")
	msgWindow.document.writeln("    top.resizeTo(w+wd,h+hd);")
	msgWindow.document.writeln("   }")
	msgWindow.document.writeln(" }")
	msgWindow.document.writeln("}")

	msgWindow.document.writeln("function init()")
	msgWindow.document.writeln("{")
	msgWindow.document.writeln("  resizeOuterTo(document.images['LargeImg'].width, document.images['LargeImg'].height);")
	msgWindow.document.writeln("}")
	msgWindow.document.writeln("</script></HEAD>")
	msgWindow.document.writeln("<body style='MARGIN: 0px;' onLoad='init();'>")
	msgWindow.document.writeln("<div style='Position: absolute; overflow:hidden; HEIGHT: 100%; WIDTH:100%; LEFT: 0; TOP:0px;' align='center'>")
	msgWindow.document.writeln("<table width=100% height=100% cellpadding=0 cellspacing=0 border=0><tr><td align=center valign=middle>")
	msgWindow.document.writeln("<img name='LargeImg' src="+img_name+" align='top' border='0' onLoad='init();'>")
	msgWindow.document.writeln("</td></tr></table>")
	msgWindow.document.writeln("</div></body>")
	msgWindow.focus();
}

	function popup(page) 
{
	window.open(''+page+'','','WIDTH=550,HEIGHT=450,resizable=1,menubar=0,toolbar=0,location=0,directories=0,scrollbars=1,status=0,left=0,top=0');
}