function goHome()
{
		document.location='/index.php';
}

//Toeic
function go1(chk)
{
         if (chk==0) {
			document.location ='#';//
		}  else if (chk==1) {
			document.location ='/toeic/test.php';//½ÃÇèÀÏÁ¤
		} else if (chk==2) {
			document.location ='/toeic/online.php';//ÀÎÅÍ³Ý Á¢¼ö
			
		} else if (chk==3) {
			document.location ='/toeic/after.php';//½ÃÇéÈÄ±â
		}
}


//°­ÀÇ¾È³»
function go2(chk)
{
         if (chk==0) {
			document.location ='#';
		}  else if (chk==1) {
			document.location ='/lecture/lectureinfo.php';//ÀÎÅÍ³Ý°­ÀÇ¾È³»
		} else if (chk==2) {
			document.location ='/lecture/attendiinfo.php';//´ÜÃ¼¼ö°­¾È³»
		} else if (chk==3) {
			document.location ='/lecture/oneonone.php';//oneonone°­ÀÇ¾È³»
		} else if (chk==4) {
			document.location ='/lecture/service.php';//¿µ¹® È«º¸¹° Á¦ÀÛ ¼­ºñ½º 
		} 
		
}

//µ¿¿µ»ó°­ÀÇ
function go3(chk)
{
         if (chk==0) {
			document.location ='#';
		}  else if (chk==1) {
			document.location ='/movie/movie_view.php';// °­ÀÇº¸±â
		} else if (chk==2) {
			document.location ='/movie/qna.php';// 
		} else if (chk==3) {
			document.location ='/movie/moviw-noview.php';//
		} else if (chk==4) {
			document.location ='/movie/requestlist.php';//
		} else if (chk==5) {
			document.location ='/movie/creditcard.php';//
		} 
}



//°Ô½ÃÆÇ
function go4(chk)
{
         if (chk==0) {
			document.location ='#';
		}  else if (chk==1) {
			document.location ='/board/freeboard.php';//
		} else if (chk==2) {
			document.location ='/board/after.php';//
		} else if (chk==3) {
			document.location ='/board/notice.php';//
		} else if (chk==4) {
			document.location ='/board/news.php';//
		} 
}







//ÀÚ·á½Ç
function go5(chk)
{
         if (chk==0) {
			document.location ='#';
		}  else if (chk==1) {
				document.location  = '/dataroom/lcfree.php';      //
		} else if (chk==2) {
				document.location  = '/dataroom/rcfree.php';      //
		} else if (chk==3) {
				document.location  = '/dataroom/sisafree.php';      //
		} else if (chk==4) {
				document.location  = '/dataroom/vocabulary.php';      //
		} else if (chk==5) {
				document.location  = '/dataroom/data.php';      //
		} else if (chk==6) {
				document.location  = '/dataroom/exercise.php';      //
		} else if (chk==7) {
				document.location  = '/dataroom/photo.php';      //
		} 
}



//¼îÇÎ¸ô
function go6(chk)
{
         if (chk==0) {
			document.location ='#';
		}  else if (chk==1) {
				document.location  = '/shopping/shoppingmall.php';      //
		}  else if (chk==2) {
				document.location  = '/shopping/basket.php';      //
		}  
}


//½ÅÇöÇÏ
function go7(chk)
{
         if (chk==0) {
			document.location ='#';
		}  else if (chk==1) {
				document.location  = '/intro/teacher.php';      //
		} else if (chk==2) {
				document.location  = '/intro/records.php';      //
		} else if (chk==3) {
				document.location  = '/intro/contact.php';      //
		} 
}



//member È¸¿ø°ü¸®
function  go8(chk)
{
if (chk==0) {
			document.location= '#';   
		}  else if (chk==1) {
			document.location = '/member/login.php';     //·Î±×ÀÎ
		} else if (chk==2) {
			document.location = '/member/reg_rule.php';   //¾à°üµ¿ÀÇ
		} else if (chk==21) {
			document.location  = '/member/join.php';    //È¸¿ø°¡ÀÔÆû
		} else if (chk==3) {
			document.location  = '/member/idpw_search.php';    //¾ÆÀÌµð/ºñ¹Ð¹øÈ£Ã£±â
		} else if (chk==4) {
			document.location  = '/member/person.php';   //°³ÀÎÁ¤º¸º¸È£Á¤Ã¥
		} else if (chk==5) {
			document.location  = '/member/use.php';      //ÀÌ¿ë¾à°ü
		}  else if (chk==6) {
			document.location = '#';   //·Î±×¾Æ¿ô
		}  else if (chk==7) {
			document.location  = '/member/modify.php';      //Á¤º¸¼öÁ¤
		} else if (chk==8) {
			document.location  = '/member/memout.php';      //È¸¿øÅ»Åð
		}
}

//»çÀÌÆ®¸Ê
function go9(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:harrisn@chol.com';
		}
}



function GoTop()
{
		document.location = '#top';
}


