<!--
  function go_menu(main, sub)
  {
    if (main == 1)
    {
      if(sub==1) goUrl = '/company/greeting.htm';
      else if(sub==2) goUrl = '/company/business.htm';
      else if(sub==3) goUrl = '/company/vision.htm';
	  else if(sub==4) goUrl = '/company/history.htm';
      else if(sub==5) goUrl = '/company/org.htm';
      else if(sub==6) goUrl = '/company/global.htm';
	  else if(sub==7) goUrl = '/company/relation.htm';
	  else if(sub==8) goUrl = '/company/recruit.htm';
	  else if(sub==9) goUrl = '/company/map.htm';
	  else goUrl = '/company/greeting.htm';
    }
    else if (main == 2)
    {
      if(sub==1) goUrl = '/product/dtis.htm';
      else if(sub==2) goUrl = '/product/prove.htm';
      else if(sub==3) goUrl = '/product/pcb.htm';
      else if(sub==4) goUrl = '/product/test.htm';
      else if(sub==5) goUrl = '/product/cok.htm';
      else if(sub==6) goUrl = '/product/burn.htm';
      else if(sub==7) goUrl = '/product/ccm.htm';
      else if(sub==8) goUrl = '';
	  else goUrl = '/product/dtis.htm';
    }
    else if (main == 3)
    {
      if(sub==1) goUrl = '/notice/main.php?table_name=notice';
      else if(sub==2) goUrl = '/notice/main.php?table_name=sbteknews';
      else if(sub==3) goUrl = '/notice/main.php?table_name=newsdata';
	  else if(sub==4) goUrl = '/notice/main.php?table_name=data';
	  else goUrl = '/notice/main.php?table_name=notice';
    }
    else if (main == 4)
    {
      if(sub==1) goUrl = '/custom/faq.htm';
      else if(sub==2) goUrl = '/custom/link.htm';
	  else if(sub==3) goUrl = '';
	  else goUrl = '/custom/faq.htm';
    }
    else if (main == 5)
    {
      if(sub==1) goUrl = '/ir/public.htm';
      else if(sub==2) goUrl = '/ir/stock.htm';
      else if(sub==3) goUrl = '/ir/financial.htm';
      else if(sub==4) goUrl = '/ir/ir.htm';
      else if(sub==5) goUrl = '/ir/bbs.htm';
	  else goUrl = '/ir/public.htm';
    }
	else if (main == 6)
    {
      if(sub==1) goUrl = '/research/info.htm';
      else if(sub==2) goUrl = '/research/act.htm';
      else if(sub==3) goUrl = '/research/port.htm';
      else if(sub==4) goUrl = '';
      else if(sub==5) goUrl = '';
	  else goUrl = '/research/info.htm';
    }
	else if (main == 7)
    {
      if(sub==1) goUrl = 'mailto:sbtek@sbt.co.kr';
      else if(sub==2) goUrl = '/others/sitemap.htm';
      else if(sub==3) goUrl = '/english';
      else if(sub==4) goUrl = '/ir/userlogout.php';
      else if(sub==5) goUrl = '';
	  else goUrl = '/';
    }
	location.href = goUrl;
  }

//-->

