function menu(num){	
	switch(num){
  
case '0000': location.href="/home/";break;	

case '1000': location.href="/about/sub01.asp";break;		
		case '1100': location.href="/about/sub01.asp";break;
		case '1200': location.href="/about/sub06.asp";break;			
		case '1300': location.href="/about/sub02.asp";break;
		case '1400': location.href="/about/sub03.asp";break;
		case '1500': location.href="/about/sub04.asp";break;
		case '1600': location.href="/about/sub07.asp";break;
		case '1700': location.href="/about/sub05.asp";break;

case '2000': location.href="/thesis/sub03.asp";break;
		case '2100': location.href="/thesis/sub03.asp";break;
		case '2110': location.href="/thesis/sub01.asp";break;
		case '2120': location.href="/paper_cont/contribute.asp";break;
		case '2130': location.href="/thesis/sub02.asp";break;
		case '2140': location.href="/paper_cont/confirm_contribute.asp";break;
		case '2150': location.href="/thesis/sub03.asp";break;
		case '2160': location.href="/thesis/sub04.asp";break;
		case '2200': location.href="/thesis/underconstruc.asp";break;		
		
case '3000': location.href="/member/sub01.asp";break;		
		case '3100': location.href="/member/sub01.asp";break;
		case '3200': location.href="/member/join.aspx?mode=modify";break;
		case '3300': location.href="/member/mypage.aspx";break;
		case '3400': location.href="/member/login.aspx";break;
		
		case '3500': location.href="/member/sub01.asp";break;
		//case '3600': location.href="/member/join.aspx?mode=modify";break;
		case '3700': location.href="/member/mypage_sp.aspx";break;
		case '3800': location.href="/member/login.aspx";break;

case '4000': location.href="/journalsearch/sub01.asp";break;		
		case '4100': location.href="/journalsearch/sub01.asp";break;
		case '4200': location.href="/journalsearch/sub02.asp";break;
		case '4300': location.href="/journalsearch/sub03.asp";break;

case '5000': location.href="/Board/?multi=0";break;		
		case '5100': location.href="/Board/?multi=0";break;				
		case '5200': location.href="/Board/?multi=1";break;		
		case '5300': location.href="/Board/?multi=2";break;
		case '5400': location.href="/Board/?multi=3";break;
		case '5500': location.href="/Board/?multi=4";break;

case '6000': location.href="/member/login.aspx";break;		
		case '6100': location.href="/member/login.aspx";break;
		case '6400': location.href="/logout.aspx";break;				
		case '6200': location.href="/member/mypage.aspx";break;		
		case '6300': location.href="/etc/sitemap.asp";break;
		case '6500': location.href="/member/find.aspx";break;
		case '6600': location.href="mailto:kssc@mail.kssc.or.kr";break;
	
		}
	}


	