/* ?? */
function menu_link(menu_link) {
	if(menu_link == "menu_01") window.open('/html/en/intro/intro_01.html', '_self');
	if(menu_link == "menu_01_01") window.open('/html/en/intro/intro_01.html', '_self');
	if(menu_link == "menu_01_02") window.open('/html/en/intro/intro_02.html', '_self');
	if(menu_link == "menu_01_03") window.open('/html/en/intro/intro_03.html', '_self');
	if(menu_link == "menu_01_04") window.open('/html/en/intro/intro_04.html', '_self');
	if(menu_link == "menu_01_05") window.open('/html/en/intro/intro_05.html', '_self');
	if(menu_link == "menu_01_06") window.open('/html/en/intro/intro_06.html', '_self');
	//
	if(menu_link == "menu_02") window.open('/html/en/festival/festival_01.html', '_self');
	if(menu_link == "menu_02_01") window.open('/html/en/festival/festival_01.html', '_self');
	if(menu_link == "menu_02_02") window.open('/html/en/festival/festival_02.html', '_self');
	if(menu_link == "menu_02_03") window.open('/html/en/festival/festival_03.html', '_self');
	if(menu_link == "menu_02_04") window.open('/html/en/festival/festival_04.html', '_self');
	if(menu_link == "menu_02_05") window.open('/html/en/festival/festival_05.html', '_self');
	//
	if(menu_link == "menu_03") window.open('/html/en/performance/performance_01.html', '_self');
	if(menu_link == "menu_03_01") window.open('/html/en/performance/performance_01.html', '_self');
	if(menu_link == "menu_03_02") window.open('/html/en/performance/performance_02.html', '_self');
	if(menu_link == "menu_03_03") window.open('/html/en/performance/performance_03.html', '_self');
	if(menu_link == "menu_03_04") window.open('/html/en/performance/performance_04.html', '_self');
	//
	if(menu_link == "menu_04") window.open('/html/en/event/event_01.html', '_self');
	if(menu_link == "menu_04_01") window.open('/html/en/event/event_01.html', '_self');
	if(menu_link == "menu_04_02") window.open('/html/en/event/event_02.html', '_self');
	if(menu_link == "menu_04_03") window.open('/html/en/event/event_03.html', '_self');
	if(menu_link == "menu_04_04") window.open('/html/en/event/event_04.html', '_self');
	if(menu_link == "menu_04_05") window.open('/html/en/event/event_05.html', '_self');
	//
	if(menu_link == "menu_05") window.open('/html/en/tour/tour_01.html', '_self');
	if(menu_link == "menu_05_01") window.open('/html/en/tour/tour_01.html', '_self');
	if(menu_link == "menu_05_02") window.open('http://tour.chungnam.net/ctnt/gyer/intr/02/intr.02.001.list.jsp', '_blank');
	if(menu_link == "menu_05_03") window.open('http://tour.chungnam.net/ctnt/gyer/intr/01/intr.01.001.list.jsp', '_blank');
	if(menu_link == "menu_05_04") window.open('http://tour.chungnam.net/ctnt/gyer/loca/00/loca.00.001.list.jsp', '_blank');
	//
	if(menu_link == "menu_06") window.open('/html/en/review/review_01.html', '_self');
	if(menu_link == "menu_06_01") window.open('/html/en/review/review_01.html', '_self');
	if(menu_link == "menu_06_02") window.open('/html/en/review/review_02.html', '_self');
}



function quick_link(menu_link) {
	if(menu_link == "menu_01") window.open('/html/en/performance/performance_01.html', '_self');
	if(menu_link == "menu_02") window.open('/html/en/event/event_01.html', '_self');
	if(menu_link == "menu_03") window.open('/html/en/festival/festival_03.html', '_self');	
}

