
//³¬½ÃÅÍ ¼Ò°³
function jusong(num){
			if(num == 10) {
		location.href = "/sub/intro.php?board_type=menu1";
			}
			if(num == 11) {
		location.href = "/sub/intro.php?board_type=menu1";
			}
			if(num == 14) {
		location.href = "/sub/equipment01.php?board_type=menu1";
			}
			if(num == 12) {
		location.href = "/sub/equipment02.php?board_type=menu1";
			}
			if(num == 13) {
		location.href = "/sub/map.php?board_type=menu1";
			}



//³ª¿ì¾Ø³ª¿ì È°¿ë
			if(num == 20) {
		location.href = "/application/case.php?board_type=menu2";
			}
			if(num == 21) {
		location.href = "/application/case.php?board_type=menu2";
			}
			if(num == 22) {
		location.href = "/application/example.php?board_type=menu2";
			}


//ÀÌ¿ë¾È³»
			if(num == 30) {
		location.href = "/sub/charge.php?board_type=menu3";
			}
			if(num == 31) {
		location.href = "/sub/charge.php?board_type=menu3";
			}
			if(num == 32) {
		location.href = "/sub/fish.php?board_type=menu3";
			}



//¿¹¾àÇÏ±â
			if(num == 40) {
		location.href = "/bbs/appointment_view.php?board_type=yeyak";
			}
			if(num == 41) {
		location.href = "/bbs/appointment_view.php?board_type=yeyak";
			}
			if(num == 42) {
		location.href = "/bbs/appointment_write.php?board_type=yeyak";
			}




//Á¶È²°¶·¯¸®
			if(num == 50) {
		location.href = "/bbs/gallery.php?board_type=gallery";
			}
			if(num == 51) {
		location.href = "/bbs/gallery.php?board_type=gallery";
			}





//Ä¿¹Â´ÏÆ¼
			if(num == 60) {
		//location.href = "/bbs/qna_list.php";
		location.href = "/bbs/Mboard_list.php?board_type=qna";
			}
			if(num == 61) {
		//location.href = "/bbs/qna_list.php";
		location.href = "/bbs/Mboard_list.php?board_type=qna";
			}
			if(num == 62) {
		//location.href = "/bbs/notice_list.php";
		location.href = "/bbs/Mboard_list.php?board_type=notice";
			}
}


