var os_ver = window.navigator.appVersion;

if(os_ver.indexOf("WOW64")>0){
  //alert("64bit OS and 32bit IE");
	document.write('<object classid="CLSID:39FC0CF9-86F3-4502-B773-D16706EDEC83" codebase="/fileRepository/setup/SoftCamp/SCSK4_WOW64.cab#version=4,0,6031,20" 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>');
}
else if(os_ver.indexOf("Win64")>0)
{
	alert("32bit Internet Explorer¸¦ »ç¿ëÇÏ½Ê½Ã¿À.");
}
else if(os_ver.indexOf("NT 6")>0){
	//alert("vista 32bit");
	document.write('<object classid="CLSID:39FC0CF9-86F3-4502-B773-D16706EDEC83" codebase="/fileRepository/setup/SoftCamp/SCSK4_VISTA.cab#version=4,0,6031,20" 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>');
} else {
	//alert("ÀÏ¹Ý OS");
	document.write('<object classid="CLSID:39FC0CF9-86F3-4502-B773-D16706EDEC83" codebase="/fileRepository/setup/SoftCamp/SCSK4.cab#version=4,0,31,20" 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>');
}