//È¸¿ø°ü¸®
function f_link_home(){document.location.href= gs_rootDir + "/main.asp";}
function f_link_login(){lfc_goLogin();}
function f_link_join(){document.location.href= gs_rootDir + "/member/member_join.asp";}
function f_link_logout(){lfc_logout();}
function f_link_member(){document.location.href= gs_rootDir + "/member/member_info.asp";}
function f_link_sitemap(){document.location.href= gs_rootDir + "/info/info1.asp";}
function f_link_admin(){document.location.href="/wt_board/admin/index.php";}

// intro
function i_link_1(){document.location.href= gs_rootDir + "/main.asp";}
function i_link_2(){document.location.href="http://uhome.mk21.org/";}
//function i_link_2(){void(window.open("http://uhome.mk21.org/"));}
function i_link_3(){}	// »ç¾÷ºñ°ü¸® ¸·À½

// index
function j_link(){document.location.href= gs_rootDir + "/main.asp";}

// main
function m_link_1(){document.location.href= gs_rootDir + "/soge/soge2.asp#1";}
function m_link_2(){document.location.href= gs_rootDir + "/soge/soge2.asp#1";}

// »ç¾÷¼Ò°³
function j_link_1(){document.location.href= gs_rootDir + "/soge/soge1.asp";}
function j_link1_1(){document.location.href= gs_rootDir + "/soge/soge1.asp";}
function j_link1_2(){document.location.href= gs_rootDir + "/soge/soge2.asp";}
function j_link1_3(){document.location.href= gs_rootDir + "/soge/soge3.asp";}
function j_link1_4(){document.location.href= gs_rootDir + "/soge/soge4.asp";}

// Ä¿¹Â´ÏÆ¼
function j_link_2(){document.location.href= gs_rootDir + "/comm/comm2.asp";}
//function j_link2_1(){document.location.href= gs_rootDir + "/comm/comm1.asp";}
function j_link2_2(){document.location.href= gs_rootDir + "/comm/comm2.asp";}
function j_link2_3(){document.location.href= gs_rootDir + "/comm/comm3.asp";}
function j_link2_4(){document.location.href= gs_rootDir + "/comm/comm4.asp";}
function j_link2_5(){document.location.href= gs_rootDir + "/comm/comm5.asp";}
function j_link2_6(){document.location.href= gs_rootDir + "/comm/comm6.asp";}

// ¾Ë¸²¸¶´ç
function j_link_3(){document.location.href= gs_rootDir + "/news/news1.asp";}
function j_link3_1(){document.location.href= gs_rootDir + "/news/news1.asp";}
function j_link3_2(){document.location.href= gs_rootDir + "/news/news2.asp";}

// ¸¶ÀÌ·ë
function j_link_4(){document.location.href= gs_rootDir + "/myclass/index.asp";}
function j_link4_1(){document.location.href= gs_rootDir + "/myroom/myroom1.asp";}
function j_link4_2(){document.location.href= gs_rootDir + "/myroom/myroom2.asp";}
function j_link4_3(){void(window.open("http://mk21.org/pool/curriculumvitae/Curriculumvitae_List.asp"));}
function j_link4_4(){void(window.open("http://mk21.org/pool/Lecture/Plan/LecturePlan_Result_list.asp"));}
function j_link4_5(){document.location.href= gs_rootDir + "/myroom/myroom3.asp";}

// À¥ÇÏµå
function j_link_5(){void(window.open("http://mk21.org/metec/webhard/"));}

// »çÀÌÆ®Á¤º¸
function j_link_6(){document.location.href= gs_rootDir + "/info/info1.asp";}
function j_link6_1(){document.location.href= gs_rootDir + "/info/info1.asp";}
function j_link6_2(){document.location.href= gs_rootDir + "/info/info2.asp";}
function j_link6_3(){document.location.href= gs_rootDir + "/info/info3.asp";}
function j_link6_4(){document.location.href= gs_rootDir + "/info/info4.asp";}
function j_link6_5(){document.location.href= gs_rootDir + "/info/info5.asp";}

function lfc_link(ars_mode, ars_val) {
	var ls_url = gs_rootDir;
	var ls_chk = "N";
	var window_left = (screen.width-640)/2;
	var window_top  = (screen.height-480)/2;
	
	switch(ars_mode)
	{
		case 100 :
			ls_url += "/myclass/mylecture_view_popup.asp?ars_req=" + ars_val
			window.open(ls_url,"metecPopup" + ars_mode,'width=750,height=500,scrollbars=yes,status=no,top=' + window_top + ',left=' + window_left + '');
			ls_chk = "Y";
			break;
		case 200 :
			ls_url += "/myclass/lec_open_view.asp?ars_req=" + ars_val
			break;

	}

	if(ls_chk == "N") document.location.href = ls_url;
	
}