// ==============================================
// Flash Menu ¸µÅ© ½ºÅ©¸³Æ®
// ==============================================
var menuUrl = new Array();
for (i = 1;i < 20;i++){
	menuUrl[i] = new Array();
}
	//¹ÌÇÃ¼Ò°³
	menuUrl[1][0] = "/v1/contents/about_welcome.php";
	menuUrl[1][1] = "/v1/contents/about_welcome.php";
	menuUrl[1][2] = "/v1/contents/about_service.php";
	menuUrl[1][3] = "/v1/contents/about_visit.php";
	menuUrl[1][4] = "/v1/contents/about_price.php";
	
	//¹ÌÇÃ µÑ·¯º¸±â
	menuUrl[2][0] = "/v1/contents/preview.php";

	//¿¹¾à°¡ÀÌµå
	menuUrl[3][0] = "/v1/contents/reservation_info.php";
	menuUrl[3][1] = "/v1/contents/reservation_info.php";
	menuUrl[3][2] = "/v1/bbs/list.php?id=reservation_qna";
	menuUrl[3][3] = "/v1/contents/reservation.php";

	//¹ÌÇÃ¼Ò½Ä
	menuUrl[4][0] = "/v1/bbs/list.php?id=notice";
	menuUrl[4][1] = "/v1/bbs/list.php?id=notice";
	menuUrl[4][2] = "/v1/bbs/list.php?id=news";
	
	//Ä¿¹Â´ÏÆ¼
	menuUrl[5][0] = "/v1/bbs/list.php?id=with";
	menuUrl[5][1] = "/v1/bbs/list.php?id=with";
	menuUrl[5][2] = "/v1/bbs/list.php?id=pr";
	menuUrl[5][3] = "/v1/bbs/list.php?id=photo";
	menuUrl[5][4] = "/v1/bbs/list.php?id=free";
	menuUrl[5][5] = "/v1/bbs/list.php?id=afternote";
	
	//°í°´¼¾ÅÍ
	menuUrl[6][0] = "/v1/bbs/list.php?id=faq";
	menuUrl[6][1] = "/v1/bbs/list.php?id=faq";
	menuUrl[6][2] = "/v1/bbs/list.php?id=qna";
	menuUrl[6][3] = "/v1/bbs/list.php?id=wish";

	
function linkUrl(i,j) {
	document.location.href = menuUrl[i][j];
}

function gohome() {
	top.location.href = /v1/;
}

function popupUrl(i,j) {
	window.open(menuUrl[i][j], '', '');
}
