// ¸ÞÀÎ¸Þ´º
function main01() {
	location.href = "/intro/index.jsp"; //¿ÀÁîÆæ¼Ç¼Ò°³
}
function main02() {
	location.href = "/review/index.jsp"; //¿ÀÁîÆæ¼Ç±¸°æÇÏ±â
}
function main03() {
	location.href = "/enjoying/index.jsp"; //¿ÀÁîÆæ¼ÇÁñ±â±â
}
function main04() {
	location.href = "/reservation/reser.jsp"; //¿¹¾à¾È³»
}
function main05() {
	location.href = "/cafe/qna/index.jsp"; //¿ÀÁîÆæ¼ÇÄ«Æä
}


// ¼­ºê¸Þ´º

//¿ÀÁîÆæ¼Ç¼Ò°³
function intro01() {
	location.href = "/intro/index.jsp"; //ÁÖÀÎÀåÀÎ»ç¸»
}
function intro02() {
	location.href = "/intro/location.jsp"; //Ã£¾Æ¿À½Ã´Â½Ç
}


//¿ÀÁîÆæ¼Ç±¸°æÇÏ±â
function review01() {
	location.href = "/review/index.jsp"; //Ææ¼Ç±¸°æÇÏ±â
}
function review02() {
	location.href = "/review/couple.jsp"; //Ä¿Ç®·ë
}
function review03() {
	location.href = "/review/sweet.jsp"; //½ºÀ§Æ®·ë
}
function review04() {
	location.href = "/review/family.jsp"; //ÆÐ¹Ð¸®·ë
}
function review05() {
	location.href = "/review/upper.jsp"; //´ÜÃ¼2Ãþ
}
function review06() {
	location.href = "/review/lower.jsp"; //´ÜÃ¼1Ãþ
}

//¿ÀÁîÆæ¼ÇÁñ±â±â
function enjoying01() {
	location.href = "/enjoying/index.jsp"; //À¯¸í»êÁñ±â±â
}
function enjoying02() {
	location.href = "/enjoying/visit.jsp"; //ÁÖº¯°ü±¤Áö ¹× ¸Ô°Å¸®
}


//¿¹¾à¾È³»
function reservation01() {
	location.href = "/reservation/reser.jsp"; //¿¹¾à¾È³»
}
function reservation02() {
	location.href = "/reservation/reservation.jsp"; //¿¹¾àÇÏ±â
}
function reservation03() {
	location.href = "/reservation/reserinfo.jsp"; //¿¹¾àÈ®ÀÎ
}

//¿ÀÁîÆæ¼ÇÄ«Æä
function cafe01() {
	location.href = "/cafe/qna/index.jsp"; //¹¯°í ´äÇÏ±â
}
function cafe02() {
	location.href = "/cafe/comm/index.jsp"; //¼Õ´Ô¹ßÀÚÃë
}
function cafe03() {
	location.href = "/cafe/photo/index.jsp"; //Æ÷Åä°¶·¯¸®
}
function cafe04() {
	location.href = "/cafe/notice/index.jsp"; //¿ÀÁîÆæ¼Ç¼Ò½ÄÅë
}



// È¸¿ø°¡ÀÔ
function member01() {
	location.href = "/member/write.jsp";
}

function member02() {
	location.href = "/member/agree.jsp";
}
function member03() {
	location.href = "/member/login.jsp";
}

function member04() {
	location.href = "/member/idpwFind.jsp";
}

function member05() {
	location.href = "/member/edit.jsp";
}

function member06() {
	location.href = "/member/policy.jsp";
}

function member07() {
	location.href = "/member/secede.jsp";
}

function member08() {
	location.href = "/sitemap.jsp";
}


// Å¾¸Þ´º
function top01() {
	location.href = "/member/login.jsp";
}
function top02() {
	location.href = "/member/write.jsp";
}
function top03() {
	location.href = "/index.jsp";
}
function top04() {
	location.href = "";
}
function top05() {
	location.href = "/member/sitemap.jsp";
}

function top06() {
	location.href = "/include/logout.jsp";
}
function top07() {
	location.href = "/member/edit.jsp";
}