/*********************************************************
* goMenu URL 정의
*********************************************************/

/* 센터개요	 */
var goURL10 = "../intro/introduction.php";
var goURL11 = "../intro/introduction.php";
var goURL12 = "../intro/flow.php";
var goURL13 = "../intro/guide.php";
var goURL131 = "../intro/guide_01.php";
var goURL132 = "../intro/guide_02.php";

/* 오픈넷 서비스란 */
var goURL20 = "../opennet/opennet.php";
var goURL21 = "../opennet/opennet.php";
var goURL211 = "../opennet/opennet_01.php";
var goURL212 = "../opennet/opennet_02.php";
var goURL22 = "../opennet/help.php";

/* 민원신청안내 */
var goURL30 = "../guide/guide_01.php";
var goURL31 = "../guide/guide_01.php";
var goURL32 = "../guide/guide_02.php";
var goURL33 = "../guide/guide_03.php";

/* 마이 페이지 */
var goURL40 = "../my_page/application.php";
var goURL41 = "../my_page/application.php";
var goURL42 = "../my_page/app_mypage.php";

/* 결제내역조회 */
var goURL50 = "../accounts/accounts.php";
var goURL51 = "../accounts/accounts.php";
var goURL52 = "../accounts/accounts_02.php";

/* 고객센터 */
var goURL60 = "../cs_center/register.php";
var goURL61 = "../cs_center/register.php";
var goURL62 = "../cs_center/modify_user_info.php";
var goURL63 = "../cs_center/notice_list.php";
var goURL64 = "../cs_center/faq_list.php";
var goURL65 = "../cs_center/qa_list.php";

/* 사이트맵 */
var goURL70 = "../sitemap/sitemap.php";
var goURL71 = "../sitemap/sitemap.php";

var goURL100 = "../index.php";

var goURL110 = "../guide/guide_01.php";
var goURL120 = "../guide/guide_02.php";
var goURL130 = "../guide/guide_03.php";

var goURL200 = "../sitemap/sitemap.php";
var goURL205 = "../contact_us/contact.php";

var goURL201 = "../my_page/application.php";
var goURL202 = "../my_page/app_mypage.php";
var goURL203 = "../accounts/accounts.php";

function goMenu(str) {
	var setUrl = eval("goURL"+str);
	location.href = setUrl;
}

