var os_ver = window.navigator.appVersion;


if (navigator.systemLanguage != "ko")
{
	alert("ÇöÀç »ç¿ëÀÚ PCÀÇ ¾ð¾î°¡ ÇÑ±¹¾î°¡ ¾Æ´Õ´Ï´Ù.");
}

if(os_ver.indexOf("WOW64")>0){
  //alert("Å°º¸µåº¸¾ÈÀº 64bit OS¸¦ Áö¿øÇÏÁö ¾Ê½À´Ï´Ù.");
	document.write('<object classid="CLSID:39FC0CF9-86F3-4502-B773-D16706EDEC83" codebase="http://softcamp.nefficient.co.kr/busanjung/SCSK4_WOW64.cab#version=4,0,6000,31" width=0 height=0 id="secukey" style="position:absolute; left:-1px; top:-1px;" >');
	document.write('<param name="USEICON" value="1">');
	document.write('<param name="OPTION" value="2">');
	document.write('</object>');  
	var SCSKScriptVer = "4.0.6000.28";
}
else if(os_ver.indexOf("Win64")>0)
{
	alert("32bit Internet Explorer¸¦ »ç¿ëÇÏ½Ê½Ã¿À.");
}
else if(os_ver.indexOf("NT 6")>0){
	//alert("»ç¿ëÀÚ ¿î¿µÃ¼Á¦´Â À©µµ¿ì ºñ½ºÅ¸ ÀÔ´Ï´Ù.");
	document.write('<object classid="CLSID:39FC0CF9-86F3-4502-B773-D16706EDEC83" codebase="http://softcamp.nefficient.co.kr/busanjung/SCSK4_vista.cab#version=4,0,6000,31" width=0 height=0 id="secukey" style="position:absolute; left:-1px; top:-1px;" >');
	document.write('<param name="USEICON" value="1">');
	document.write('<param name="OPTION" value="2">');
	document.write('<param name="UHOPTION" value="1">'); //usbhack¿¡ ´ëÇÑ °æ°íÈÄ °­Á¦ ¸®ºÎÆÃ
	document.write('</object>');
	var SCSKScriptVer = "4.0.6000.28";
} else {
	//alert("»ç¿ëÀÚ ¿î¿µÃ¼Á¦´Â À©µµ¿ì ºñ½ºÅ¸°¡ ¾Æ´Õ´Ï´Ù.");
	document.write('<object classid="CLSID:39FC0CF9-86F3-4502-B773-D16706EDEC83" codebase="http://softcamp.nefficient.co.kr/busanjung/SCSK4.cab#version=4,0,20,11" width=0 height=0 id="secukey" style="position:absolute; left:-1px; top:-1px;" >');
	document.write('<param name="USEICON" value="1">');
	document.write('<param name="OPTION" value="2">');
	document.write('</object>');
	var SCSKScriptVer = "4.0.20.8";
}
//if(typeof(secukey) == "undefined" || secukey.object == null) 
//{
	//¼³Ä¡ÆäÀÌÁö·Î ÀÌµ¿
//	document.location="install.html";
//}

