	function OpenWindow(url,intWidth,intHeight) { 
	window.open(url, "_blank", "width="+intWidth+",height="+intHeight+",resizable=0,toolbars=0,scrollbars=1") ;
	}

	function formHandler(form){
	var URL = document.form.site.options[document.form.site.selectedIndex].value;
	window.location.href = URL;
	}

	var currentToggle;

	function toggle(e) {
		oldTd = document.getElementById("faq"+currentToggle);
		newTd = document.getElementById("faq"+e);
		if(currentToggle && currentToggle != e) oldTd.style.display = "none";
		if(newTd.style.display == "") newTd.style.display = "none";
		else newTd.style.display = "";
		currentToggle = e;
	}

	function flashview (dirNswf,fwidth,fheight) {
	var flashobjec="";

	flashobjec+="		<object classid=\'clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\' codebase=\'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0\' width=\'"+fwidth+"\' height=\'"+fheight+"\'>";
	flashobjec+="      <param name=\'movie\' value=\'"+dirNswf+"\'>";
	flashobjec+="      <param name=\'wmode\' value=\'transparent\'>";
	flashobjec+="      <param name=\'menu\' value=\'false\'>";
	flashobjec+="      <embed src=\'"+dirNswf+"\' width=\'"+fwidth+"\' height=\'"+fheight+"\' quality=\'high\' pluginspage=\'http://www.macromedia.com/go/getflashplayer\' type=\'application/x-shockwave-flash\' menu=\'false\' wmode=\'transparent\'></embed>";
	flashobjec+="    </object>";

	document.write(flashobjec);

	}

	 self.onError=null;
	 currentX = currentY = 0;  
	 whichIt = null;           
	 lastScrollX = 0; lastScrollY = 0;
	 NS = (document.layers) ? 1 : 0;
	 IE = (document.all) ? 1: 0;
	 <!-- STALKER CODE -->
	 function heartBeat() {
	  if(IE) { 
		 diffY = document.body.scrollTop; 
		  diffX = 0; 
			 }
		 if(NS) { diffY = self.pageYOffset; diffX = self.pageXOffset; }
	  if(diffY != lastScrollY) {
					 percent = .1 * (diffY - lastScrollY);
					 if(percent > 0) percent = Math.ceil(percent);
					 else percent = Math.floor(percent);
	   if(IE) document.all.divMenu.style.pixelTop += percent;  //·¹ÀÌ¾î id
	   if(NS) document.divMenu.top += percent;      //·¹ÀÌ¾î id
					 lastScrollY = lastScrollY + percent;
		 }
	  if(diffX != lastScrollX) {
	   percent = .1 * (diffX - lastScrollX);
	   if(percent > 0) percent = Math.ceil(percent);
	   else percent = Math.floor(percent);
	   if(IE) document.all.divMenu.style.pixelLeft += percent;  //·¹ÀÌ¾î id
	   if(NS) document.divMenu.top += percent;      //·¹ÀÌ¾î id
	   lastScrollY = lastScrollY + percent;
	  } 
	 } 
	 if(NS || IE) action = window.setInterval("heartBeat()",1);

	function MM_findObj(n, d) { //v4.0
	  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
		d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
	  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
	  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
	  if(!x && document.getElementById) x=document.getElementById(n); return x;
	}

	function MM_showHideLayers() { //v3.0
	  var i,p,v,obj,args=MM_showHideLayers.arguments;
	  for (i=0; i<(args.length-2); i+=3) if ((obj=MM_findObj(args[i]))!=null) { v=args[i+2];
		if (obj.style) { obj=obj.style; v=(v=='show')?'visible':(v='hide')?'hidden':v; }
		obj.visibility=v; }
	}

	function GoMenu(name) {
		if (eval(name) == "") {
			alert("Under Construction");
			return;    
		} else {
			document.location.href = eval(name);
		}
	}
	//Top Menu
		var home="/english/main/index.html";
		var login="/member/login.html";
		var logout="/member/logout.php";
		var sitemap="";
		var korean="";
		var goenglish="";
		var gojapanese="";
	//Product
		var sub01="/english/product/product_01.php";
		var sub01_01="/english/product/product_01.php";
		var sub01_02="/english/product/product_02.php";
		var sub01_03="/english/product/product_03.php";
	//Support
		var sub02="/english/support/support_01.php";
		var sub02_01="/english/support/support_01.php";
		var sub02_02="/english/support/support_02.php";
		var sub02_03="/english/support/support_03.php";

	//About
		var sub03="/english/company/01_aboutus.php";
		var sub03_01="/english/company/01_aboutus.php";
		var sub03_02="/english/company/02_success.php";
		var sub03_03="/english/company/03_location.php";
	//Recruit
		var sub04="/english/career/career_01.php";
		var sub04_01="/english/career/career_01.php";
		var sub04_02="/english/career/career_02.php";
		var sub04_03="/english/career/career_03.php";

	//bottom
		var bottom_01="";
		var bottom_02="javascript:OpenWindow('../manager.html','600', '582')";
		var bottom_03="javascript:winOpen('../condition.html','622', '730')";
		var bottom_04="javascript:OpenWindow('../email.html','600', '431')";
		var bottom_05="javascript:winOpen('../privacy.html','622', '730')";
		var bottom_06="javascript:OpenWindow('../popup_form2.html','585', '580')";
		var bottom_07="";
		var bottom_08="javascript:OpenWindow('../popup_form.html','585', '580')";
