/* ¸ÞÀÎ ¹è³ÊÇÃ·¡½Ã */
function main_ban(menu_link) {
	if(menu_link == "menu_01") window.open('/html/en/exh/exh_01.html', '_self');
	if(menu_link == "menu_02") window.open('/html/en/exh/exh_02.html', '_self');
	if(menu_link == "menu_03") window.open('/html/en/exh/exh_03.html', '_self');
	if(menu_link == "menu_04") window.open('/html/en/exh/exh_04.html', '_self');
	if(menu_link == "menu_05") window.open('/html/en/exh/exh_05.html', '_self');
}