function menuURL(strTop, strMain){
	if (strTop=="A"){
		location.href="../engMain/main.php";
	} else if (strTop=="B")	{
		location.href="../engLabornews/bbs.php";
	} else if (strTop=="C")	{
		if (strMain=="01"){
			location.href="../engWhatnew/bbs.php";
		} else if (strMain=="02"){
			location.href="../engPhoto/bbs.php";
		} else {
			location.href="../engWhatnew/bbs.php";
		}
	} else if (strTop=="D")	{
		location.href="../engPublication/bbs.php";
	} else if (strTop=="E")	{
		location.href="../engStatistics/bbs.php";
	} else if (strTop=="F")	{
		location.href="../engLaborlaw/bbs.php";
	} else if (strTop=="G")	{
		if (strMain=="01"){
			location.href="../engAbout/message.php";
		} else if (strMain=="02"){
			location.href="../engAbout/objective.php";
		} else if (strMain=="03"){
			location.href="../engAbout/organization.php";
		} else if (strMain=="04"){
			location.href="../engAbout/activities.php";
		} else if (strMain=="05"){
			location.href="../engAbout/majorprojects1.php";
		} else if (strMain=="06"){
			location.href="../engAbout/majorprojects2.php";
		} else if (strMain=="07"){
			location.href="../engAbout/majorprojects3.php";
		} else if (strMain=="08"){
			location.href="../engAbout/majorprojects4.php";
		} else if (strMain=="09"){
			location.href="../engAbout/majorprojects5.php";
		} else if (strMain=="10"){
			location.href="../engAbout/majorprojects6.php";
		} else if (strMain=="11"){
			location.href="../engAbout/2005project.php";
		} else if (strMain=="12"){
			location.href="../engAbout/2004project.php";
		} else if (strMain=="13"){
			location.href="../engAbout/contactus.php";
		} else if (strMain=="14"){
			location.href="../engAbout/2007project.php";
		} else if (strMain=="15"){
			location.href="../engAbout/2005activites.php";
		} else if (strMain=="16"){
			location.href="../engAbout/bbs.php";
		} else {
			location.href="../engMember/message.php";
		}
	} else if (strTop=="H")	{
		if (strMain=="01"){					//Korean
			window.open("../../KFkor_new/", "", "");
		} else if (strMain=="02"){			//Link
			location.href="../engLink/link.php";
		} else if (strMain=="03"){			//Mailing
			window.open("../engNewsletter/newsletter.php", "NewsLetter", "width=404, height=620,  menubar=0, toolbar=0, location=0, status=0, scrollbars=0, resizable=0");
		} else if (strMain=="04"){			//SiteMap
			location.href="../engCommon/sitemap.php";
		} else if (strMain=="05"){
			location.href="../engCommon/search.php";
		} else {
			location.href="../engMain/main.php";
		}
	} else {
		location.href="../engMain/main.php";
	}
}
