
function link(str){
	switch(str){
	
	case '111': document.location.href = '/index.php'; break;

    case '1': document.location.href = '/infomation/infomation.php'; break;
	case '11': document.location.href = '/infomation/infomation.php'; break;
    case '12': document.location.href = '/infomation/infomation.php?type=info_02'; break;
    case '13': document.location.href = '/infomation/infomation.php?type=info_03'; break;
	case '14': document.location.href = '/infomation/infomation.php?type=info_04'; break;

    case '2': document.location.href = '/guide/guide.php'; break;
    case '21': document.location.href = '/guide/guide.php'; break;
    case '22': document.location.href = '/guide/guide.php?type=timetable'; break;
    case '23': document.location.href = '/guide/guide.php?type=book'; break;
  

    case '3': document.location.href = '/teacher/teacher.php?LC_TOP_NU=1'; break;
    case '31': document.location.href = '/teacher/teacher.php?LC_TOP_NU=1'; break;
    case '32': document.location.href = '/teacher/teacher.php?LC_TOP_NU=2'; break;
    

    case '4': document.location.href = '/library/library.php'; break;
	case '41': document.location.href ='/library/library.php'; break;
	case '42': document.location.href ='/library/library.php?type=guide'; break;
	

    case '5': document.location.href = '/notice/notice.php'; break;
    case '51': document.location.href = '/notice/notice.php'; break;
    case '52': document.location.href = '/board/board.php?brd_type=qna'; break;
    case '53': document.location.href = '/board/board.php?brd_type=sugang'; break;
	case '54': document.location.href = '/board/board.php?brd_type=postscript'; break;
	
	case '6': document.location.href = '/movie/movie.php'; break;
    case '61': document.location.href = '/movie/movie.php'; break;
	case '62': document.location.href = '/movie/movie.php?lc_code=2'; break;
	case '63': document.location.href = '/movie/movie.php?lc_code=3'; break;
	case '64': document.location.href = '/movie/movie.php?lc_code=4'; break;
	
	}
}
