// ¼Ò°³ (SAM)
function go1(chk){
		if (chk==1) {
			document.location = '/Home/SAM/About.aspx';
		} else if (chk==2) {
			document.location = '/Home/SAM/Greetings.aspx';
		} else if (chk==3) {
			document.location = '/Home/SAM/Organization.aspx';
		} else if (chk==4) {
			document.location = '/Home/SAM/Job.aspx';
		} else if (chk==5) {
			document.location = '/Home/SAM/Contact.aspx';
		}
}

// °ø¿¬(Perfs)
function go2(chk)
{
		if (chk==1) {
			document.location = '/Home/Perfs/PerfList.aspx';
		} else if (chk==2) {
			document.location = '/Home/Perfs/PerfHistory.aspx';
		} else if (chk==3) {
			document.location = '/Home/Perfs/PerfNews.aspx';
		}
}

// ¿¹¸Å(Tickets)
function go3(chk)
{
		if (chk==1) {
			document.location = '/Home/Tickets/TicketGuide.aspx';
		} else if (chk==2) {
			document.location = '/Home/Perfs/PerfList.aspx';
		} else if (chk==3) {
			document.location = '/Home/Tickets/TicketConfirm.aspx?type=0';
		}
}

// Ä¿¹Â´ÏÆ¼(Community)
function go4(chk)
{
		if (chk==1) {
			document.location = '/Home/Community/Notice.aspx?mid=9';
		} else if (chk==2) {
			document.location = '/Home/Community/Event.aspx?mid=11';
		} else if (chk==3) {
			document.location = '/Home/Community/Review.aspx?mid=15';
		} else if (chk==4) {
			document.location = '/Home/Community/FAQ.aspx?mid=7&pid=12';
		} else if (chk==5) {
			document.location = '/Home/Community/FreeBoard.aspx?mid=8';
		} else if (chk==6) {
			document.location = '/Home/Community/SAMNews.aspx?mid=23';
		}
}

// ¸â¹ö½±(Membership)
function go5(chk)
{
		if (chk==1) {
			document.location = '/Home/Membership/Membership.aspx';
		} else if (chk==2) {
			document.location = '/Home/Membership/SAMMoney.aspx';
		} else if (chk==3) {
			document.location = '/Home/Membership/MemberInfo.aspx';
		}
}


// ÆÄÆ®³Ê½± (Partnership)
function go6(chk)
{
		if (chk==1) {
			document.location = '/Home/Partnership/Corporate.aspx';
		} else if (chk==2) {
			document.location = '/Home/Partnership/CSR.aspx';
		} else if (chk==3) {
			document.location = '/Home/Partnership/Partners.aspx?mid=21';
		}
}

// etc : language, sitemap ...
function etc(chk)
{
		if (chk==1) {
			document.location = '#';
		}
}

// banner
function ban(chk)
{
		if (chk==1) {
			document.location = '#';
		} else if (chk==2) {
			document.location = '#';
		}
}


