function mygomenu(goName) { //----------HOME-------// if (goName=='m00_00') { location.href = '/bizdemo10256/index.php'; //HOME } //----------HOME-------// //============================================================================// else if (goName=='m01_01') { location.href = '/bizdemo10256/sub0101.php'; } else if (goName=='m01_02') { location.href = '/bizdemo10256/sub0102.php'; } else if (goName=='m01_03') { location.href = '/bizdemo10256/sub0103.php'; } else if (goName=='m01_04') { location.href = '/bizdemo10256/sub0104.php'; } else if (goName=='m01_05') { location.href = '/bizdemo10256/sub0105.php'; } else if (goName=='m01_06') { location.href = '/bizdemo10256/sub0106.php'; } //============================================================================// else if (goName=='m02_01') { location.href = '/bizdemo10256/sub0201.php'; } else if (goName=='m02_02') { location.href = '/bizdemo10256/sub0202.php'; } else if (goName=='m02_03') { location.href = '/bizdemo10256/sub0203.php'; } else if (goName=='m02_04') { location.href = '/bizdemo10256/sub0204.php'; } else if (goName=='m02_05') { location.href = '/bizdemo10256/sub0205.php'; } else if (goName=='m02_06') { location.href = '/bizdemo10256/sub0206.php'; } //============================================================================// else if (goName=='m03_01') { location.href = '/bizdemo10256/sub0301.php'; } else if (goName=='m03_02') { location.href = '/bizdemo10256/sub0302.php'; } else if (goName=='m03_03') { location.href = '/bizdemo10256/sub0303.php'; } else if (goName=='m03_04') { location.href = '/bizdemo10256/sub0304.php'; } else if (goName=='m03_05') { location.href = '/bizdemo10256/sub0305.php'; } //============================================================================// else if (goName=='m04_01') { location.href = '/bizdemo10256/sub0401.php'; } else if (goName=='m04_02') { location.href = '/bizdemo10256/sub0402.php'; } else if (goName=='m04_03') { location.href = '/bizdemo10256/sub0403.php'; } else if (goName=='m04_04') { location.href = '/bizdemo10256/sub0301.php'; } // ¿ä±â¸¸ µýµ¿³×·Î ¸µÅ©Çسù´Ù. else if (goName=='m04_05') { location.href = '/bizdemo10256/sub0405.php'; } else if (goName=='m04_06') { location.href = '/bizdemo10256/sub0406.php'; } //============================================================================// else if (goName=='m05_01') { location.href = '/bizdemo10256/sub0501.php'; } else if (goName=='m05_02') { location.href = '/bizdemo10256/sub0502.php'; } else if (goName=='m05_03') { location.href = '/bizdemo10256/sub0503.php'; } else if (goName=='m05_04') { location.href = '/bizdemo10256/sub0504.php'; } else if (goName=='m05_05') { location.href = '/bizdemo10256/sub0505.php'; } else if (goName=='m05_06') { location.href = '/bizdemo10256/sub0506.php'; } else if (goName=='m05_07') { location.href = '/bizdemo10256/sub0507.php'; } else if (goName=='m05_08') { location.href = '/bizdemo10256/sub0508.php'; } //============================================================================// else if (goName=='m06_01') { location.href = '/bizdemo10256/sub0601.php'; } else if (goName=='m06_02') { location.href = '/bizdemo10256/sub0602.php'; } else if (goName=='m06_03') { location.href = '/bizdemo10256/sub0603.php'; } else if (goName=='m06_04') { location.href = '/bizdemo10256/sub0604.php'; } else if (goName=='m06_05') { location.href = '/bizdemo10256/sub0605.php'; } else if (goName=='m06_06') { location.href = '/bizdemo10256/sub0606.php'; } //============================================================================// else if (goName=='m07_01') { location.href = '/bizdemo10256/sub0701.php'; } else if (goName=='m07_02') { location.href = '/bizdemo10256/sub0702.php'; } else if (goName=='m07_03') { location.href = '/bizdemo10256/sub0703.php'; } else if (goName=='m07_04') { location.href = '/bizdemo10256/sub0704.php'; } else if (goName=='m07_05') { location.href = '/bizdemo10256/sub0705.php'; } else if (goName=='m07_06') { location.href = '/bizdemo10256/sub0706.php'; } }