function goHome()
{
		document.location='/index.php';
}

//ÇùÀÇÈ¸¼Ò°³
function go1(chk)
{
         if (chk==0) {
			document.location ='#';//
		}  else if (chk==1) {
			document.location ='/intro/greeting.php';//ÀÎ»ç¸»
		} else if (chk==2) {
			document.location ='/intro/outline.php';//°³¿ä
		} else if (chk==3) {
			document.location ='/intro/history.php';//¿¬Çõ
		} else if (chk==4) {
			document.location ='/intro/organization.php';//Á¶Á÷
		} else if (chk==5) {
			document.location ='/intro/regulation.php';//±ÔÁ¤
		}else if (chk==6) {
			document.location ='/intro/eventlist.php';//ÇùÀÇÈ¸Çà»ç
		}  
}


//È¸¿ø±³ÇöÈ²
function go2(chk)
{
         if (chk==0) {
			document.location ='#';
		}  else if (chk==1) {
			document.location ='/memuniv/library.php';//
		} else if (chk==2) {
			document.location ='/memuniv/curator.php';//
		} else if (chk==3) {
			document.location ='/memuniv/stafflist.php';//
		}  else if (chk==4) {
			document.location ='/memuniv/univnewslist.php';//
		} else if (chk==5) {
			document.location ='/memuniv/chartlist.php';//
		} else if (chk==6) {
			document.location ='/memuniv/chartlist.php';//
		} else if (chk==51) {
			document.location ='/memuniv/chartlist2.php';//
		} else if (chk==52) {
			document.location ='/memuniv/chartlist3.php';//
		} else if (chk==53) {
			document.location ='/memuniv/chartlist4.php';//
		} 
}

//ÇùÀÇÈ¸°£Çà¹°
function go3(chk)
{
         if (chk==0) {
			document.location ='#';
		}  else if (chk==1) {
			document.location ='/book/booklist.php';//
		} else if (chk==2) {
			document.location ='/book/semina.php';// 
		} else if (chk==3) {
			document.location ='/book/meetingdata.php';//
		} else if (chk==4) {
			document.location ='/book/etcdata.php';//
		} else if (chk==5) {
			document.location ='/book/40his.php';//
		} 
}



//ÇùÀÇÈ¸ ¾÷¹«
function go4(chk)
{
         if (chk==0) {
			document.location ='#';
		}  else if (chk==1) {
			document.location ='/business/businesslist.php';//
		} else if (chk==2) {
			document.location ='/business/postlist.php';//
		} 
}







//°Ô½ÃÆÇ
function go5(chk)
{
         if (chk==0) {
			document.location ='#';
		}  else if (chk==1) {
				document.location  = '/board/notice.php';      //
		} else if (chk==2) {
				document.location  = '/board/incruit.php';      //
		} else if (chk==3) {
				document.location  = '/board/incruit.php';      //
		} 
}



//»çÁøÃ¸
function go6(chk)
{
         if (chk==0) {
			document.location ='#';
		}  else if (chk==1) {
				document.location  = '/album/albumlist1.php';      //
		} else if (chk==2) {
				document.location  = '/album/albumlist2.php';      //
		} else if (chk==3) {
				document.location  = '/album/albumlist3.php';      //
		} 
}


//Ä¿¹Â´ÏÆ¼
function go7(chk)
{
         if (chk==0) {
			document.location ='#';
		}  else if (chk==1) {
				document.location  = '/community/crclelist1.php';      //
		} else if (chk==2) {
				document.location  = '/community/crclelist2.php';      //
		} else if (chk==3) {
				document.location  = '/community/crclelist3.php';      //
		} else if (chk==4) {
				document.location  = '/community/crclelist4.php';      //
		} else if (chk==5) {
				document.location  = '/community/crclelist5.php';      //
		} else if (chk==6) {
				document.location  = '/community/crclelist6.php';      //
		} 
}

//»çÀÌÆ®¸Ê
function go8(chk)
{
         if (chk==0) {
			document.location ='#';
		}  else if (chk==1) {
				document.location  = '/sitemap/sitemap.php';      //
		}
}

/// mail
function mail(chk)
{
		if (chk==1) {
			document.location = 'mailto:kimjp@kangwon.ac.kr';
		}
}



function GoTop()
{
		document.location = '#top';
}


