
function gopage(mmu){
	if (mmu == 'top1'){
		document.location.href='/board/list.asp?board_id=club_notice';
	}
	if (mmu == 'top2'){
		document.location.href='/club/about/about_01.asp';
	}
	if (mmu == 'top3'){
		document.location.href='/board/list.asp?board_id=memberboard';
	}
	if (mmu == 'top4'){
		document.location.href='/board/list.asp?board_id=madang';
	}
	if (mmu == 'top5'){
		document.location.href='/board/list.asp?board_id=training_notice';
	}
	if (mmu == 'top6'){
		document.location.href='/board/list.asp?board_id=class_notice';
	}
	if (mmu == 'top7'){
		document.location.href='/club/link/link_01.asp';
	}

	if (mmu == 'home'){
	document.location.href='/club/';
	}
	if (mmu == 'login'){
	document.location.href='/club/login.asp';
	}
	if (mmu == 'member'){
	document.location.href='/club/other/m_join_01.asp';
	}
	
	/*ÁÂÃø È¸¿ø°¡ÀÔ*/
	if (mmu == 'member2'){
		document.location.href='/club/other/m_join_01.asp';
	}
	/*ÁÂÃø È¸¿ø°¡ÀÔ ¼öÁ¤*/
	if (mmu == 'member3'){
		document.location.href='/club/other/m_join_02.asp';
	}
	/*ÁÂÃø È¸¿ø°¡ÀÔ ¼öÁ¤*/
	if (mmu == 'member4'){
		document.location.href='/club/other/edit_info.asp';
	}


	if (mmu == 'sub1_1'){
	document.location.href='/board/list.asp?board_id=club_notice';
	}
	if (mmu == 'sub1_2'){
	document.location.href='/board/list.asp?board_id=club_qa';
	}
	if (mmu == 'sub1_3'){
	document.location.href='/board/list.asp?board_id=free';
	}

	if (mmu == 'sub2_1'){
	document.location.href='/club/about/about_01.asp';
	}
	if (mmu == 'sub2_2'){
	document.location.href='/club/about/about_02.asp';
	}
	if (mmu == 'sub2_3'){
	document.location.href='/club/about/about_03.asp';
	}
	if (mmu == 'sub2_4'){
	document.location.href='/club/about/about_04.asp';
	}
	if (mmu == 'sub2_5'){
	document.location.href='/club/about/about_05.asp';
	}
	if (mmu == 'sub2_6'){
	document.location.href='/club/about/about_07.asp';
	}

	if (mmu == 'sub3_1'){
	document.location.href='/board/list.asp?board_id=memberboard';
	}
	if (mmu == 'sub3_2'){
	document.location.href='/club_act/join.asp';
	}
	if (mmu == 'sub3_3'){
	document.location.href='/poll/pollas.asp';
	}
	if (mmu == 'sub3_4'){
	document.location.href='/admin';
	}
	if (mmu == 'sub3_5'){
	document.location.href='/club/about/about_06.asp';
	}

	if (mmu == 'sub4_1'){
	document.location.href='/board/list.asp?board_id=madang';
	}
	if (mmu == 'sub4_2'){
	document.location.href='/board/list.asp?board_id=club_album';
	}
	if (mmu == 'sub4_3'){
	document.location.href='/board/list.asp?board_id=supil';
	}
	if (mmu == 'sub4_4'){
	document.location.href='/club/about/my_record.asp';
	}
	if (mmu == 'sub4_5'){
	document.location.href='/board/list.asp?board_id=jungmember';
	}
	if (mmu == 'sub4_6'){
	document.location.href='/board/list.asp?board_id=normalmember';
	}
	if (mmu == 'sub4_7'){
	document.location.href='/board/list.asp?board_id=myungye';
	}

	if (mmu == 'sub5_1'){
	document.location.href='/board/list.asp?board_id=training_notice';
	}
	if (mmu == 'sub5_2'){
	document.location.href='/calendar/main.asp';
	}
	if (mmu == 'sub5_3'){
	document.location.href='/club/traininglist.asp?num=12';
	}
	if (mmu == 'sub5_4'){
	document.location.href='/club/traininglist.asp?num=8';
	}
	if (mmu == 'sub5_5'){
	document.location.href='/club/traininglist.asp?num=9';
	}
	if (mmu == 'sub5_6'){
	document.location.href='/club/traininglist.asp?num=10';
	}
	if (mmu == 'sub5_7'){
	document.location.href='/club/traininglist.asp?num=11';
	}

	if (mmu == 'sub6_1'){
	document.location.href='/board/list.asp?board_id=class_notice';
	}
	if (mmu == 'sub6_2'){
	document.location.href='/board/list.asp?board_id=clinic';
	}

	if (mmu == 'sub7_1'){
	document.location.href='/club/link/link_01.asp';
	}
}

