
<!--
function menu(Arg){
   var Arg;
	if (Arg == "a1"){
		location.href="/html/company_01.php?no=1";
	}else if (Arg == "a2"){
		location.href="/html/company_02.php?no=2";
	}else if (Arg == "a3"){
		location.href="/html/company_03.php?no=3";
	}else if (Arg == "a4"){
		location.href="/html/company_04.php?no=4";
	}else if (Arg == "a5"){
		location.href="/html/company_05.php?no=5";
	}else if (Arg == "a6"){
		location.href="/html/company_06.php?no=6";
	}else if (Arg == "a7"){
		location.href="/html/company_07.php?no=7";


	}else if (Arg == "b1"){
		location.href="/html/business_01.php?no=1";
	}else if (Arg == "b2"){
		location.href="/html/business_02.php?no=2";
	}else if (Arg == "b3"){
		location.href="/html/business_03.php?no=3";


	}else if (Arg == "c1"){
		location.href="/html/research_01.php?no=1";
	}else if (Arg == "c2"){
		location.href="/html/research_02.php?no=2";
	}else if (Arg == "c3"){
		location.href="/html/research_03.php?no=3";
	}else if (Arg == "c4"){
		location.href="/html/research_04.php?no=4";
	}else if (Arg == "c5"){
		location.href="/html/research_05.php?no=5";


    }else if (Arg == "d1"){
		location.href="/html/product_01.php?no=1";
	}else if (Arg == "d2"){
		location.href="/html/product_02.php?no=2";
	}else if (Arg == "d3"){
		location.href="/html/product_03.php?no=3";
	}else if (Arg == "d4"){
		location.href="/html/product_04.php?no=4";
    }else if (Arg == "d5"){
		location.href="/html/product_05.php?no=5";


    }else if (Arg == "e1"){
		location.href="/html/recruit_01.php?no=1";
    }else if (Arg == "e2"){
		location.href="/html/recruit_02.php?no=2";
    }else if (Arg == "e3"){
		location.href="/html/recruit_03.php?no=3";
    }else if (Arg == "e4"){
		location.href="/html/recruit_04.php?no=4";
    }else if (Arg == "e5"){
		location.href="/html/recruit_05.php?no=5";
		

    }else if (Arg == "f1"){
		location.href="/board/bbs/board.php?bo_table=news";
    }else if (Arg == "f2"){
		location.href="/board/bbs/board.php?bo_table=event";
    }else if (Arg == "f3"){
		location.href="/board/bbs/board.php?bo_table=information";
    }else if (Arg == "f4"){
		location.href="/html/customer_04.php?no=4";
    }else if (Arg == "f5"){
		location.href="/board/bbs/board.php?bo_table=relation";


/* Global Menu */

    }else if (Arg == "global1"){
		location.href="/index.php";
	}else if (Arg == "global2"){
		location.href="/html/sitemap.php";
	}else if (Arg == "global3"){
		location.href="mailto:webmaster@dspharm.com";
	}else if (Arg == "global4"){
		location.href="/eng_index.php";




/* ENG_Menu */

    }else if (Arg == "eng_global1"){
		location.href="/eng_index.php";
	}else if (Arg == "eng_global2"){
		location.href="/html/eng_sitemap.php";
	}else if (Arg == "eng_global3"){
		location.href="mailto:webmaster@dspharm.com";
  	}else if (Arg == "eng_global4"){
    	location.href="/index.php";
  
    }else if (Arg == "eng_a1"){
		location.href="/html/eng_company_01.php?no=1";
    }else if (Arg == "eng_a2"){
		location.href="/html/eng_company_02.php?no=2";
	}else if (Arg == "eng_a3"){
		location.href="/html/eng_company_03.php?no=3";
	}else if (Arg == "eng_a4"){
		location.href="/html/eng_company_04.php?no=4";
	}else if (Arg == "eng_a5"){
		location.href="/html/eng_company_05.php?no=5";


	}else if (Arg == "eng_b1"){
		location.href="/html/eng_business_01.php?no=1";
	}else if (Arg == "eng_b2"){
		location.href="/html/eng_business_02.php?no=2";
	}else if (Arg == "eng_b3"){
		location.href="/html/eng_business_03.php?no=3";


	}else if (Arg == "eng_c1"){
		location.href="/html/eng_research_01.php?no=1";
	}else if (Arg == "eng_c2"){
		location.href="/html/eng_research_02.php?no=2";
	}else if (Arg == "eng_c3"){
		location.href="/html/eng_research_03.php?no=3";
	}else if (Arg == "eng_c4"){
		location.href="/html/eng_research_04.php?no=4";
	}else if (Arg == "eng_c5"){
		location.href="/html/eng_research_05.php?no=5";


    }else if (Arg == "eng_d1"){
		location.href="/html/eng_product_01.php?no=1";
	}else if (Arg == "eng_d2"){
		location.href="/html/eng_product_02.php?no=2";
	}else if (Arg == "eng_d3"){
		location.href="/html/eng_product_03.php?no=3";






	}
}

//-->