// ÇùÈ¸¼Ò°³ (Intro)
function go1(chk){
		if (chk==1) {
			document.location = '/Home/Intro/Greetings.aspx';
		} else if (chk==2) {
			document.location = '/Home/Intro/Introduction.aspx';
		} else if (chk==3) {
			document.location = '/Home/Intro/History.aspx';
		} else if (chk==4) {
			document.location = '/Home/Intro/Official.aspx';
		} else if (chk==5) {
			document.location = '/Home/Intro/Rules.aspx';
		}
}

// È¸¿ø°ø°£ (Member)
function go2(chk)
{
		if (chk==1) {	
		    document.location = '/Home/Member/Join.aspx';
		} else if (chk==2) {
			document.location = '/Home/Member/MemberInfo.aspx';
		} else if (chk==3) {
			document.location = '/Home/Member/MemberSearch.aspx';
		} else if (chk==4) {
			document.location = '/Home/Member/IDPassFind.aspx';
		}
}

// ÇÐÈ¸È°µ¿ (Activities)
function go3(chk)
{
		if (chk==1) {
			document.location = '/Home/Activities/Notice.aspx?mid=27';
		} else if (chk==2) {
			document.location = '/Home/Activities/Convention.aspx?mid=28';
		} else if (chk==3) {
			document.location = '/Home/Activities/BoardData.aspx?mid=29';
		} else if (chk==4) {
			document.location = '/Home/Activities/Multimedia.aspx?mid=31';
		} 
}

// ÇÐ¼úÁö (Journal)
function go4(chk)
{
		if (chk==1) {
			document.location = '/Home/Journal/Presentinfo.aspx';
		} else if (chk==2) {
			document.location = '/Home/Journal/Examinfo.aspx';
		} else if (chk==3) {
			document.location = '/Home/Journal/ArtsCultural.aspx?mid=32';
		}
}

// Ä¿¹Â´ÏÆ¼(Community)
function go5(chk)
{
		if (chk==1) {
			document.location = '/Home/Community/FreeBoard.aspx?mid=33';
		} else if (chk==2) {
			document.location = '/Home/Community/MemberData.aspx?mid=34';
		} else if (chk==3) {
			document.location = '/Home/Community/RelationSite.aspx';
		}else if (chk==4) {
			document.location = '/Home/Community/SiteMap.aspx';
		}
}





