
	function viewImg() {
		window.open('../img_admin/explorer.jsp', "CashWin", "width=650,height=500,toolbar=n,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes");
	}

	function winOpen(url, width, height, scroll, resize) {
		window.open(url, "", "width=" + width + ",height=" + height + ",toolbar=n,location=no,directories=no,status=no,menubar=no,scrollbars=" + scroll + ",resizable=" + resize);
	}

