
var TouchEnsafe_CLSID="clsid:CDD6E613-CBEF-40C3-A140-4F5EEE0C4E00";	

var TouchEnsafe_CODEBASE="http://dn.softsecurity.co.kr/TouchEnsafe/seolbi/TouchEnsafe.cab";	

var TouchEnsafe_VERSION="version=1,0,1,3";

var USING_TouchEnsafe = "1";

if (USING_TouchEnsafe == "1" && navigator.appName.indexOf("Microsoft")!=-1 && navigator.platform == "Win32" && navigator.appVersion.indexOf("4.")!=-1) 
{
			var Str="";

			Str+= '<object classid="' + TouchEnsafe_CLSID + '"';
			Str+= '\n\t codebase="' + TouchEnsafe_CODEBASE + '#' + TouchEnsafe_VERSION + '"';
			Str+= '\n\tvspace="0" hspace="0" width="0" id="TouchEnsafe" style="display:none;">';
			Str+= '\n\tNo TouchEnsafe Plugin';
			Str+= '</object>';
		
			document.write(Str);			
			//alert(Str);	
		//if(!HaveControl_TouchEnsafe())
			//alert("No TouchEnsafe");
} 
else if (navigator.appName.indexOf("Netscape")!=-1) {
		USING_TouchEnsafe = "0";
		alert("ÇöÀç °í°´´Ô²²¼­´Â ¼³Ä¡ ºÒ°¡´ÉÇÑ ½Ã½ºÅÛÀ» »ç¿ëÇÏ°í °è½Ê´Ï´Ù.\n\nTouchEnsafe¸¦ »ç¿ëÇÏ½Ã·Á¸é Windows 2000ÀÌ»ó \n\nInternet Explorer 6 ~ 8 ÀÌ¾î¾ß ÇÕ´Ï´Ù.");
}



function HaveControl_TouchEnsafe()
{
	
	//alert("document.TouchEnsafe: " + document.TouchEnsafe);
  //alert("typeof(document.TouchEnsafe): " + typeof(document.TouchEnsafe));
  //alert("document.TouchEnsafe.object: " + document.TouchEnsafe.object);

	if(document.TouchEnsafe==null || typeof(document.TouchEnsafe) == "undefined" || document.TouchEnsafe.object == null)
		return false;
	else
		return true;
}


