function KeyProtectExe(){
	 var Html_Body = "";
	 Html_Body +="<object classid='CLSID:6D90F94A-FC00-4179-B7C0-357936F52515' codebase='http://hcare.hauri.net/HProduct/livekey/hauricokr/CLIENT/LIVEKEY/hksec.exe#version=2010,3,26,1' width='0' height='0' id='LiveKey'>";
	 Html_Body +="<param name='OperationMode' value='protect-currentframe'>";
	 Html_Body +="<PARAM name='ProtectionFeatures' value=';DECO+;BHO+;SCR-;STOP+;'>";
	 Html_Body +="</object>";

	 if(!document.getElementById("KeyProtectDiv").innerHTML){
		document.getElementById("KeyProtectDiv").innerHTML = Html_Body;
	 }
		return true;
}