function menuURL(num){
switch(num){
case 11: location.href="../company/ebindex.asp"; break;
case 12: location.href="../company/ebindex2.asp"; break;
case 13: location.href="../company/ebindex3.asp"; break;
case 14: location.href="../company/ebindex4.asp"; break;
case 15: location.href="#"; break;
case 16: location.href="../company/ebindex5.asp"; break;

case 21: location.href="../mboard.asp?strBoardID=notice"; break;
case 22: location.href="../mboard.asp?strBoardID=bestqanda"; break;
case 23: location.href="../mboard.asp?strBoardID=fandq"; break;
case 24: location.href="../mboard.asp?strBoardID=qanda"; break;
case 25: location.href="../mboard.asp?strBoardID=arrange"; break;

case 31: location.href="../mypage/order_list.asp"; break;
case 32: location.href="../mypage/order_history.asp"; break;
case 33: location.href="../member.asp?exec=edit"; break;
case 34: location.href="../mypage/order_history_tax.asp"; break;
case 35: location.href="javascript:OnMemberSecession();"; break;
case 36: location.href="../mypage/order_file_list.asp"; break;
case 37: location.href="../mypage/order_history_old.asp"; break;
case 38: location.href="../mypage/order_file_list.asp"; break;
case 39: location.href="../mypage/user_order_list.asp"; break;

case 41: location.href="../mboard.asp?strBoardID=snap"; break;
case 42: location.href="../mboard.asp?strBoardID=wedding"; break;
case 43: location.href="../mboard.asp?strBoardID=baby"; break;
case 44: location.href="/shop/item_a.asp"; break;
case 104: location.href="/mboard.asp?strBoardID=coverdesign"; break;

case 61: location.href="/company/ebindex_japan.asp"; break;
case 62: location.href="../mboard.asp?strBoardID=japan"; break;

case 71: location.href="/company/ebindex_english.asp"; break;
case 72: location.href="../mboard.asp?strBoardID=english"; break;

case 81: location.href="/company/ebindex_china.asp"; break;
case 82: location.href="../mboard.asp?strBoardID=china"; break;

case 91: location.href="../mypage/order_list_out.asp"; break;
case 92: location.href="../mypage/order_history_out.asp"; break;
case 93: location.href="../mypage/order_history_old_out.asp"; break;
case 94: location.href="../mypage/order_list_out_imsi.asp"; break;
case 95: location.href="../mboard.asp?strBoardID=doodoonotice"; break;
}
}
