function gomenu(goName) { //----------HOME-------// if (goName=='m00_00') { location.href = '/index.php'; //HOME } //----------HOME-------// //============================================================================// else if (goName=='m01_01') { location.href = '/intro/intro_01.php'; } else if (goName=='m01_02') { location.href = '/intro/intro_02.php'; } else if (goName=='m01_03') { location.href = '/intro/intro_03.php'; } else if (goName=='m01_04') { location.href = '/intro/intro_04.php'; } else if (goName=='m01_05') { location.href = '/intro/intro_05.php'; } else if (goName=='m01_06') { location.href = '/intro/intro_06.php'; // °æ¿µÀ̳ä } //============================================================================// else if (goName=='m02_01') { location.href = '/business/business_01.php'; } else if (goName=='m02_02') { location.href = '/business/business_02.php'; } else if (goName=='m02_03') { location.href = '/business/business_03.php'; } else if (goName=='m02_04') { location.href = '/business/business_04.php'; } //============================================================================// else if (goName=='m03_01') { location.href = '/state/state_01.php'; } else if (goName=='m03_02') { location.href = '/state/state_02.php'; } else if (goName=='m03_03') { location.href = '/state/state_03.php'; } //============================================================================// else if (goName=='m04_01') { location.href = '/license/license_01.php'; } else if (goName=='m04_02') { location.href = '/license/license_02.php'; } //============================================================================// else if (goName=='m05_01') { location.href = '/location/location_01.php'; } else if (goName=='m05_02') { location.href = '/location/location_02.php'; } else if (goName=='m05_03') { location.href = '/location/location_03.php'; } else if (goName=='m05_04') { location.href = '/location/location_04.php'; } else if (goName=='m05_05') { location.href = '/location/location_05.php'; } else if (goName=='m05_06') { location.href = '/location/location_06.php'; } else if (goName=='m05_07') { location.href = '/location/location_07.php'; } else if (goName=='m05_08') { location.href = '/location/location_08.php'; } //============================================================================// else if (goName=='m06_01') { location.href = '/bbs/board.php?bo_table=notice'; } else if (goName=='m06_02') { location.href = '/bbs/board.php?bo_table=qna'; } else if (goName=='m06_03') { location.href = '/bbs/board.php?bo_table=pds'; } else if (goName=='m06_04') { location.href = '/bbs/board.php?bo_table=recruit'; } }