
<!--
function goMenu(Arg){
   var Arg;
	if (Arg == "a1"){	
		location.href="/info/info_01.php";
	}else if (Arg == "a2"){
		location.href="/info/info_02.php";
	}else if (Arg == "a3"){
		location.href="/info/info_03.php";

		


	}else if (Arg == "b1"){
		location.href="/recruit/recruit_01.php";			
	}else if (Arg == "b2"){
		location.href="/recruit/recruit_02.php";		
	}else if (Arg == "b3"){
		location.href="/recruit/recruit_03.php";
	}else if (Arg == "b4"){
		location.href="/recruit/recruit_04.php";
		
		
		
		
	}else if (Arg == "c1"){
		location.href="/record/record_01.php";	
	}else if (Arg == "c2"){
		location.href="/board/write.php?bbs_id=record_02";
	}else if (Arg == "c3"){
		location.href="/record/record_03.php";
	}else if (Arg == "c4"){
		location.href="/record/record_04.php";
			
		
		

    }else if (Arg == "d1"){
		location.href="/board/list.php?bbs_id=publicity_01";
	}else if (Arg == "d2"){
		location.href="/board/list.php?bbs_id=publicity_02";
	}else if (Arg == "d3"){
		location.href="/board/list.php?bbs_id=publicity_03";
	}else if (Arg == "d4"){
		location.href="/board/list.php?bbs_id=publicity_04";
		
		
		
		
    }else if (Arg == "e1"){
		location.href="/board/list.php?bbs_id=customer_01";			
	}else if (Arg == "e2"){
		location.href="/board/list.php?bbs_id=customer_02";
	}else if (Arg == "e3"){
		location.href="/board/list.php?bbs_id=customer_03";
	}else if (Arg == "e4"){
		location.href="/customer/customer_04.php";
	}else if (Arg == "e5"){
		location.href="/customer/customer_05.php";

		
	}
}



