	function openwin(file,w,h) {
		window.open('showimg.php?file='+file, "DETAIL", "scrollbars=auto,resizable=no,status=no,top=0,left=100,width="+w+",height="+h);
	}

