	<!--
	function ADMRefresh(){
		var meLoc = document.location.toString();
		if(meLoc.indexOf("?") > 1){
			meLoc += "&sPdChe=ADM";
		}else{
			meLoc += "?sPdChe=ADM";
		}
		document.location.replace(meLoc);
		//alert("¾ÆÁ÷ Å×½ºÆ®Áß...");
	}
	// -->

