function image_window(img_name,height,width,title)
{
	window.open("../image_view.php?img_name="+img_name,"","width="+width+",height="+height+",resizable=no,menubar=no,left=10,top=10,screenX=10,screenY=10,scrollbars=no");
}
