/* 메뉴1 공연안내 */
function mn10(){
this.location.href="/event/inter_01.asp"
}
/* 국제학생콩쿠르 */
function mn11(){
this.location.href="/event/inter_01.asp"
}
/* 해외파견콩쿠르 */
function mn12(){
this.location.href="/event/foreign_01.asp"
}
/* 서울창작음악제 */
function mn13(){
this.location.href="/event/seoul_01.asp"
}
/* 한민족창작음악축전 */
function mn14(){
this.location.href="/event/korea_festi_01.asp"
}

/* 대한민국작곡상 */
function mn15(){
this.location.href="/event/korea_writing_01.asp"
}

/* 대한민국음악제 */
function mn16(){
	window.open('http://www.kimf.or.kr','_blank')
//this.location.href="/admin/"
}

/* 한국음악상 */
function mn17(){
this.location.href="/event/korea_music_01.asp"
}

/* 국악축제 */
function mn18(){
this.location.href="/event/traditional_01.asp"
}

/* 리코더교육전문가과정 */
function mn19(){
this.location.href="/event/recorder_01.asp"
}

/* 반주전문가과정 */
function mn110(){
this.location.href="/event/accom_01.asp"
}

/* 정책포럼과정 */
function mn111(){
this.location.href="/event/policy_01.asp"
}




/* 메뉴2 회원단체 */
/* 회원 */
function mn20(){
this.location.href="/member/mem_01.asp"
}

/* 회원 */
function mn21(){
this.location.href="/member/mem_01.asp"
}

/* 지회/지부 */
function mn22(){
this.location.href="/member/branch_01.asp"
}
/* 산하단체 */
function mn23(){
this.location.href="/member/affiliated_01.asp"
}




/* 메뉴3 음악예술 */
/* 음악예술 */
function mn30(){
this.location.href="/musicart/musicart.asp"
}
function mn31(){
this.location.href="/musicart/musicart.asp"
}



/* 메뉴4 음악정보 */
/* 국제콩쿠르 */
function mn40(){
this.location.href="/musicinfo/musicinfo_01.asp"
}

function mn41(){
this.location.href="/musicinfo/musicinfo_01.asp"
}


/* 국내콩쿠르 */
function mn42(){
this.location.href="/musicinfo/musicinfo_02.asp"
}
/* 정보실 */
function mn43(){
this.location.href="/musicinfo/musicinfo_03.asp"
}



/* 메뉴5 커뮤니티 */
function mn50(){
this.location.href="/community/com_01.asp"
}

/* 공지사항 */
function mn51(){
this.location.href="/community/com_01.asp"
}
/* 예술계소식 */
function mn52(){
this.location.href="/community/com_02.asp"
}
/* 연주회소식 */
function mn53(){
this.location.href="/community/com_03.asp"
}
/* 서식자료실 */
function mn54(){
this.location.href="/community/com_04.asp"
}
/* 자유게시판 */
function mn55(){
this.location.href="/community/com_05.asp"
}
/* 행사사진 */
function mn56(){
this.location.href="/community/com_06.asp"
}
/* FAQ */
function mn57(){
this.location.href="/community/com_07.asp"
}

/* 메뉴6 협회소개 */
/* 협회소개 */
function mn60(){
this.location.href="/mak/intro.asp"
}

/* 협회소개 */
function mn61(){
this.location.href="/mak/intro.asp"
}

/* 이사장 */
function mn62(){
this.location.href="/mak/chairman_01.asp"
}
/* 임원 */
function mn63(){
this.location.href="/mak/executive_01.asp"
}
/* 역대이사장 */
function mn64(){
this.location.href="/mak/past_chairman.asp"
}
/* 정관 */
function mn65(){
this.location.href="/mak/article.asp"
}
/* 오시는길 */
function mn66(){
this.location.href="/mak/map.asp"
}

/* 메뉴7 회원정보 */
/* 회원가입 */
function mn71(){
this.location.href="/join/join.asp"
}
/* 로그인 */
function mn72(){
this.location.href="/join/login.asp"
}
/* 아이디/패스워드찾기 */
function mn73(){
this.location.href="/join/idpw_search.asp"
}
/* 회원정보변경 */
function mn74(){
this.location.href="/join/mem_info.asp"
}






/* TOP 메뉴 */
function gohome(){
this.location.href="/index.asp"
}

function mypage(){
	window.open('/join/mem_info.asp','_self')
//this.location.href="/mypage/memberinfo.asp"
}
function login(){
this.location.href="/join/login.asp"
}
function logout(){
this.location.href="/join/logout.asp"
}
function gojoin(){
this.location.href="/join/join.asp"
}
function sitemap(){
this.location.href="/sitemap.asp"
}
function admin(){
	window.open('/mgmt/login/login.asp','_self')
//this.location.href="/admin/"
}