function mygomenu(goName) { //----------HOME-------// if (goName=='m00_00') { location.href = '/bizdemo9828/index.php'; //HOME } //----------HOME-------// //============================================================================// else if (goName=='m01_01') { location.href = '/bizdemo9828/sub0101.php'; } else if (goName=='m01_02') { location.href = '/bizdemo9828/sub0102.php'; } else if (goName=='m01_03') { location.href = '/bizdemo9828/sub0103.php'; } else if (goName=='m01_04') { location.href = '/bizdemo9828/sub0104.php'; } else if (goName=='m01_05') { location.href = '/bizdemo9828/sub0105.php'; } else if (goName=='m01_06') { location.href = '/bizdemo9828/sub0106.php'; } //============================================================================// else if (goName=='m02_01') { location.href = '/bizdemo9828/sub0201.php'; } else if (goName=='m02_02') { location.href = '/bizdemo9828/sub0202.php'; } else if (goName=='m02_03') { location.href = '/bizdemo9828/sub0203.php'; } else if (goName=='m02_04') { location.href = '/bizdemo9828/sub0204.php'; } else if (goName=='m02_05') { location.href = '/bizdemo9828/sub0205.php'; } else if (goName=='m02_06') { location.href = '/bizdemo9828/sub0206.php'; } else if (goName=='m02_07') { location.href = '/bizdemo9828/sub0207.php'; } else if (goName=='m02_08') { location.href = '/bizdemo9828/sub0208.php'; } else if (goName=='m02_09') { location.href = '/bizdemo9828/sub0209.php'; } else if (goName=='m02_10') { location.href = '/bizdemo9828/sub0210.php'; } else if (goName=='m02_11') { location.href = '/bizdemo9828/sub0211.php'; } else if (goName=='m02_12') { location.href = '/bizdemo9828/sub0212.php'; } else if (goName=='m02_13') { location.href = '/bizdemo9828/sub0213.php'; } else if (goName=='m02_14') { location.href = '/bizdemo9828/sub0214.php'; } else if (goName=='m02_15') { location.href = '/bizdemo9828/sub0215.php'; } //============================================================================// else if (goName=='m03_01') { location.href = '/bizdemo9828/sub0301.php'; } else if (goName=='m03_02') { location.href = '/bizdemo9828/sub0302.php'; } else if (goName=='m03_03') { location.href = '/bizdemo9828/sub0303.php'; } else if (goName=='m03_04') { location.href = '/bizdemo9828/sub0304.php'; } else if (goName=='m03_05') { location.href = '/bizdemo9828/sub0305.php'; } //============================================================================// else if (goName=='m04_01') { location.href = '/bizdemo9828/sub0401.php'; } else if (goName=='m04_02') { location.href = '/bizdemo9828/sub0402.php'; } else if (goName=='m04_03') { location.href = '/bizdemo9828/sub0403.php'; } else if (goName=='m04_04') { location.href = '/bizdemo9828/sub0301.php'; } // ¿ä±â¸¸ µýµ¿³×·Î ¸µÅ©Çسù´Ù. else if (goName=='m04_05') { location.href = '/bizdemo9828/sub0405.php'; } else if (goName=='m04_06') { location.href = '/bizdemo9828/sub0406.php'; } //============================================================================// else if (goName=='m05_01') { location.href = '/bizdemo9828/sub0501.php'; } else if (goName=='m05_02') { location.href = '/bizdemo9828/sub0502.php'; } else if (goName=='m05_03') { location.href = '/bizdemo9828/sub0503.php'; } else if (goName=='m05_04') { location.href = '/bizdemo9828/sub0504.php'; } else if (goName=='m05_05') { location.href = '/bizdemo9828/sub0505.php'; } else if (goName=='m05_06') { location.href = '/bizdemo9828/sub0506.php'; } else if (goName=='m05_07') { location.href = '/bizdemo9828/sub0507.php'; } else if (goName=='m05_08') { location.href = '/bizdemo9828/sub0508.php'; } //============================================================================// else if (goName=='m06_01') { location.href = '/bizdemo9828/sub0601.php'; } else if (goName=='m06_02') { location.href = '/bizdemo9828/sub0602.php'; } else if (goName=='m06_03') { location.href = '/bizdemo9828/sub0603.php'; } else if (goName=='m06_04') { location.href = '/bizdemo9828/sub0604.php'; } else if (goName=='m06_05') { location.href = '/bizdemo9828/sub0605.php'; } else if (goName=='m06_06') { location.href = '/bizdemo9828/sub0606.php'; } }