
function menu1(s1, s2){
	alert(s1);
}

function menu(menuID) {
  aTarket = "_self";
  bTarket = "_blank";

  switch(menuID) {
 
     case 'home':
      url = '/';
      break;
	  
	 case 'us_home':
      url = 'http://www.koppex.com/Language/US/koppex.htm';
      break;
 
 
 
 	 case 'par_apply':
			url = 'javascript:OpenWindow("/participation/visit_input.htm", "637", "700")';
      break;
 
 
 
  
     case '1_1':
      url = '/koppex/koppex_01.htm';
      break;
	  case '1_2':
      url = '/koppex/koppex_02.htm';
      break;
	  case '1_3':
      url = '/koppex/koppex_03.htm';
      break;
	  case '1_4':
      url = '/koppex/koppex_04.htm';
      break;
	  case '1_5':
      url = '/koppex/koppex_05_2011.htm';
      break;
	  
	  


    case '2_1':
      url = '/participation/participation_01.htm';
      break;
	  case '2_2':
      url = '/participation/participation_02.htm';
      break;
	  case '2_3':
      url = '/participation/participation_03.htm';
	  case '2_4':
      url = '/participation/participation_03.htm';
      break;


 

    case '3_1':
      url = '/view/view_01.htm';
      break;
	  case '3_2':
      url = '/view/view_02_1.htm';
      break;
      case '3_3':
      url = '/view/view_03.htm';
      break;
	  case '3_4':
      url = '/view/view_04.htm'
      break;
	  case '3_5':
      url = '/participation/visit_input1.htm'
      break;
	  case '3_6':
      url = '/participation/visit_check.htm'
      break;
	 
	 


    case '4_1':
      url = "/samevent/samevent_01.htm";
      break;
	  case '4_2':
      url = "/samevent/samevent_02.htm";
      break;
	 
	 


   case '5_1':
      url = '/customer/news.htm';
      break;
	  case '5_2':
      url = '/customer/event.htm';
      break;
	  case '5_3':
      url = '/customer/download.htm';
      break;

   case 'us_1_1':
      url = '/Language/US/koppex.htm';
      break;
	  case 'us_1_1_2':
      url = '/Language/US/about.htm';
	  break;
	  case 'us_1_1_3':
      url = '/Language/US/result_2011.htm';
	  break;
	  case 'us_1_1_4':
      url = '/Language/US/exhibitors_2011.htm';
      break;
	  case 'us_1_2':
      url = '/Language/US/outline.htm';
      break;
	  case 'us_1_3':
      url = "/Language/US/program_02.htm";
      break;
	  case 'us_1_4':
      url = "/Language/US/program_02.htm";
      break;
	  case 'us_1_5':
      url = '/Language/US/visitors_01.htm';
      break;
	  case 'us_1_6':
      url = '/Language/US/visitors_02.htm';
      break;
  }

  window.open( url, aTarket);
}






function autoblur() {
        if(event.srcElement.tagName == "A") document.body.focus();
}
document.onfocusin = autoblur;

