	function showImg(file, w, h){
		window.open('/show_img.php?file='+file, 'img_window', 'top=1,left=1,scrollbars=no,resizable=no,location=0,directoties=0,status=0,menubar=0,height = '+h+', width ='+w);
	}
