function menuURL(num){
	switch(num){
		case 11: location.href="/about/11.html";break;
		case 12: location.href="/about/21.html";break;
		case 13: location.href="/about/31.html";break;
		case 14: location.href="/about/41.html";break;

		case 21: location.href="/mission/11.html";break;
		case 22: location.href="/mission/21.html";break;
		case 23: location.href="/mission/31.html";break;
		case 24: location.href="/mission/41.html";break;
		case 25: location.href="/mission/51.html";break;

		case 31: location.href="/project/11.html";break;
		case 32: location.href="/project/21.html";break;
		case 33: location.href="/project/31.html";break;
		case 34: location.href="/project/41.html";break;

		case 41: location.href="/amazon/11.html";break;
		case 42: location.href="/amazon/21.html";break;
		case 43: location.href="/amazon/31.html";break;
		case 44: location.href="/amazon/41.html";break;

		case 51: location.href="../bbs/zboard.php?id=latest_news";break;
		case 52: location.href="../bbs/zboard.php?id=column";break;
		case 53: location.href="../bbs/zboard.php?id=Gallery";break;
		case 54: location.href="../bbs/zboard.php?id=movie";break;
		case 55: location.href="../bbs/zboard.php?id=freeboard";break;

		case 61: location.href="../bbs/zboard.php?id=lookfor";break;
	}
}
