var url = document.location.href;
if(url.indexOf("vt") < 0){

	document.write('<object classid="CLSID:39FC0CF9-86F3-4502-B773-D16706EDEC83" codebase="http://softcamp.nefficient.co.kr/CHANNEL/DONGGU_ULSAN/SCWEBSC.cab#version=4,0,30,7" width="0" height="0" id="secukey" >');
	document.write('<param name="USEICON" value="2">');
	document.write('</object>');
	//document.write('<object classid="CLSID:6687DEFA-B8AB-4895-B3BD-68DBEEF569DC" codebase="http://softcamp.nefficient.co.kr/CHANNEL/DONGGU_ULSAN/SCWEBSC.cab#version=1,0,7,6" width="0" height="0" ID="WebSecurer">');
	//document.write('<PARAM NAME="PageAcl" VALUE="00000000">');
	//document.write('</object>');

} else { 

	var os_ver = window.navigator.appVersion;

	if(os_ver.indexOf("WOW64")>0){
		document.write('<object classid="CLSID:D923AE0C-190D-4EDF-B07A-76AC571FBFD4" codebase="http://softcamp.nefficient.co.kr/CHANNEL/UIWANG/SCSKEX_WOW64.cab#version=4,0,31,26" width=0 height=0 id="secukeyex" style="position:absolute; left:-1px; top:-1px;" >');
		document.write('</object>');  
	}
	else if(os_ver.indexOf("Win64")>0)
	{
		alert("32bit Internet Explorer¸¦ »ç¿ëÇÏ½Ê½Ã¿À.");
	}
	else 
	{
		document.write('<object classid="CLSID:D923AE0C-190D-4EDF-B07A-76AC571FBFD4" codebase="http://softcamp.nefficient.co.kr/CHANNEL/UIWANG/SCSKEX.cab#version=4,0,31,26" width=0 height=0 id="secukeyex" style="position:absolute; left:-1px; top:-1px;" >');
		document.write('</object>');
	}
	if(!(typeof(secukeyex) == "undefined" || secukeyex.object == null)){
		if(window.location.href.indexOf("VolHomeAction")>0){
			secukeyex.RWViewerOption("1");
		} else {
			secukeyex.RWViewerOption("3");
		}
	}

}
