function menu_url(str) {

switch(str) {

//»óÇ°¼³¸í ¹× ¿©ÇàÁ¤º¸

case "tab01" : location.href="javascript:fnc_ExpMove('1')"; break;     //¼³¸íÈ¸
case "tab02" : location.href="javascript:fnc_ExpMove('5');"; break;     //È£ÅÚÁ¤º¸
case "tab03" : location.href="javascript:fnc_ExpMove('6');"; break;     //°ü±¤Á¤º¸
case "tab04" : location.href="javascript:fnc_ExpMove('4');"; break;    //¿©ÇàÁöÁ¤º¸
case "tab05" : location.href="javascript:fnc_ExpMove('7');"; break;    //¹ÌÆÃÀå¼Ò
case "tab06" : location.href="javascript:fnc_ExpMove('8');"; break;    //¿©Çà°è¾à¼­

// Å¾¸Þ´º

case "menu01" : location.href="../TS_Good/Ts_Good.html?GTCD=090"; break;
case "menu02" : location.href="../TS_Good/Ts_Good.html?GTCD=100"; break;
case "menu03" : location.href="../TS_Good/Ts_Good.html?GTCD=105"; break;
case "menu04" : location.href="../04life/10.html"; break;
case "menu05" : location.href="../TO_Board/Index.html"; break;
case "menu06" : location.href="../TO_Event/Event.html"; break;
case "menu07" : location.href="../07guide/01_01.html"; break;


//·Î±×ÀÎ
case "home" : location.href="../Main/Main.html"; break;               //È¨À¸·Î
case "login" : location.href="../TO_Member/Login.html"; break;        //·Î±×ÀÎ
case "join" : location.href="../TO_Member/Join_Rule.html"; break;     //È¸¿ø°¡ÀÔ
case "res" : location.href="../TO_Mypage/Reserve_01.html"; break;     //¿¹¾àÈ®ÀÎ


//·Î±×¾Æ¿ô
case "home" : location.href="../Main/Main.html"; break;               //È¨À¸·Î
case "logout" : location.href="../TO_Member/LogOut.php"; break;        //·Î±×¾Æ¿ô
case "mypage" : location.href="../TO_Mypage/MyInfo.html"; break;     //¸¶ÀÌÆäÀÌÁö
case "res" : location.href="../TO_Mypage/Reserve_01.html"; break;     //¿¹¾àÈ®ÀÎ


// °¡ÀÌµå(¿©±Ç)

case "passport01" : location.href="../04life/16.html"; break;
case "passport02" : location.href="../04life/16_2.html"; break;
case "passport03" : location.href="../04life/16_3.html"; break;
case "passport04" : location.href="../04life/16_4.html"; break;
case "passport05" : location.href="../04life/16_5.html"; break;

// °¡ÀÌµå(ºñÀÚ)

case "visa01" : location.href="../04life/16_6.html"; break;
case "visa02" : location.href="../04life/16_7.html"; break;
case "visa03" : location.href="../04life/16_8.html"; break;


// °¡ÀÌµå(½Ç½Ã°£Á¤º¸)

case "g701" : location.href="../04life/15.html"; break;
case "g702" : location.href="../04life/15_2.html"; break;
case "g703" : location.href="../04life/15_3.html"; break;



// °¡ÀÌµå(Å©·çÁî¶õ?)

case "s01" : location.href="../07guide/09_01.html"; break;
case "s02" : location.href="../07guide/09_02.html"; break;
case "s03" : location.href="../07guide/09_03.html"; break;
case "s04" : location.href="../07guide/09_04.html"; break;
case "s05" : location.href="../07guide/09_05.html"; break;
case "s06" : location.href="../07guide/09_06.html"; break;


// ¼±»çº°Å©·çÁî

case "sns01" : location.href="#"; break;
case "sns02" : location.href="#"; break;
case "sns03" : location.href="#"; break;
case "sns04" : location.href="#"; break;

// È¸»ç¼Ò°³

case "company01" : location.href="../Site/01_01.html"; break;
case "company02" : location.href="../Site/01_02.html"; break;
case "company03" : location.href="../Site/01_03.html"; break;
case "company04" : location.href="../Site/01_04.html"; break;
case "company05" : location.href="../Site/01_05.html"; break;
case "company06" : location.href="../Site/01_06.html"; break;
case "company07" : location.href="../Site/01_07.html"; break;

}
}
