
<!--
function goMenu(Arg){
   var Arg;
	if (Arg == "a1"){	
		location.href="/about/about_01.html";
	}else if (Arg == "a2"){
		location.href="/about/about_02.html";
	}else if (Arg == "a3"){
		location.href="/about/about_03.html";
	}else if (Arg == "a4"){
		location.href="/about/about_04.html";
	}else if (Arg == "a5"){
		location.href="/about/about_05.html";

		


	}else if (Arg == "b1"){
		location.href="/service/service_01.html";			
	}else if (Arg == "b2"){
		location.href="/service/service_02.html";		
	}else if (Arg == "b3"){
		location.href="/service/service_03.html";
	}else if (Arg == "b4"){
		location.href="/service/service_04.html";
	}else if (Arg == "b5"){
		location.href="/service/service_05.html";		
	}else if (Arg == "b6"){
		location.href="/service/service_06.html";
	}else if (Arg == "b7"){
		location.href="/service/service_07.html";
		
		
		
		
	}else if (Arg == "c1"){
		location.href="/customer/customer_01.html";	
	}else if (Arg == "c2"){
		location.href="/customer/customer_02.html";
	}else if (Arg == "c3"){
		location.href="/customer/customer_03.html";
	}else if (Arg == "c4"){
		location.href="/board/list.php?bbs_id=customer_04";
			

	

		
	}
}

//-->

<!--
function goProgram(Arg){
   var Arg;
	if (Arg == "m1"){	
		location.href="/program/program01.php";
	}else if (Arg == "m2"){
		location.href="/group/group01.php";
	}else if (Arg == "m3"){
		location.href="/network/network01.php";

		
	}
}

//-->
