/* ------------------------------------------------------
	ÇÃ·¡½Ã ¸Þ´º ¸µÅ© ¹æ¹ý
	>> getURL("javascript:menu(menuName)") ;
--------------------------------------------------------- */
function menu(menuName, option) {
	switch (menuName) {

		// È¸¿ø°¡ÀÔ
		case 'provision' :
			url = '/bbs/member.php?prc=provision'+ option ;
			break ;
	}
	
	window.open( url, '_self'); 
}

/* =============================================================
	// Åë°è °Ô½ÃÆÇ(ÀÎÅÍ³Ý)
	case 'Statistic' :
      url = '/membership/statistic.php' ;
      break ;
	case 'Statistic1' :
      url = '/membership/statistic.php?category=1' ;
      break ;
	case 'Statistic2' :					// ÀüÈ­
      url = '/membership/statistic.php?category=2' ;
      break ;
	case 'Statistic3' :					// ¸éÁ¢
      url = '/membership/statistic.php?category=3' ;
      break ;
	case 'Statistic4' :					// ¾Æµ¿
      url = '/membership/statistic.php?category=4' ;
      break ;
	case 'Statistic5' :					// Ã»¼Ò³â
      url = '/membership/statistic.php?category=5' ;
      break ;
	case 'Statistic6' :					// ºÎºÎ/°¡Á·
      url = '/membership/statistic.php?category=6' ;
      break ;
	case 'Statistic7' :					// Áý´Ü
      url = '/membership/statistic.php?category=7' ;
      break ;
	case 'Statistic8' :					// ±³À°
      url = '/membership/statistic.php?category=8' ;
      break ;
	case 'Statistic9' :					// ½É¸®
      url = '/membership/statistic.php?category=9' ;
      break ;
//=======================================================
	case 'Board_division1' :			// ÀÎÅÍ³Ý ºÐ¹è °Ô½ÃÆÇ
      url = '/membership/division_board.php?id=division&category=1' ;
      break ;
	case 'Board_division3' :			// ¸éÁ¢ ºÐ¹è °Ô½ÃÆÇ
      url = '/membership/division_board2.php?category=3' ;
      break ;
	case 'Board_division9' :			// ÀÎÅÏ/·¹Áö´øÆ® ºÐ¹è °Ô½ÃÆÇ
      url = '/membership/division_board2.php?category=9' ;
      break ;
	case 'Board_division4' :			// ³îÀÌÄ¡·á ºÐ¹è °Ô½ÃÆÇ
      url = '/membership/division_board2.php?category=4' ;
      break ;
	case 'Board_division5' :			// Àü¹®»ó´ã ºÐ¹è °Ô½ÃÆÇ
      url = '/membership/division_board2.php?category=5' ;
      break ;
	case "Board_division6";				// °³ÀÎ¼öÆÛºñÀü
      url = '/membership/assay_list.php?category=6' ;
      break ;
	case "Board_division8";				// ±³À°ºÐ¼®
      url = '/membership/assay_list.php?category=8' ;
      break ;
	case 'Board_division6' :			// ºÎ·á/°¡Á· ºÐ¹è °Ô½ÃÆÇ
      url = '/membership/division_board2.php?category=6' ;
      break ;
	case 'Board_division7' :			// Áý´ã ºÐ¹è °Ô½ÃÆÇ
      url = '/membership/division_board2.php?category=7' ;
      break ;
	case 'Board_division8' :			// ±³À°ºÐ¼® ºÐ¹è °Ô½ÃÆÇ
      url = '/membership/division_board3.php' ;
      break ;

///////////////////////////////////////////////////
	//  Á¤È¸¿ø ÀÏ¹Ý °Ô½ÃÆÇ(ÀÎÅÍ³Ý)
	case 'Board1' :
      url = '/bbs/index.php?id=rboard1&category=1' ;
      break ;
	case 'Board2' :
      url = '/bbs/index.php?id=rboard2&category=2' ;
      break ;
	case 'Board3' :
      url = '/bbs/index.php?id=rboard3&category=3' ;
      break ;
	case 'Board4' :
      url = '/bbs/index.php?id=rboard4&category=4' ;
      break ;
	case 'Board5' :
      url = '/bbs/index.php?id=rboard5&category=5' ;
      break ;
	case 'Board6' :
      url = '/bbs/index.php?id=rboard6&category=6' ;
      break ;
	case 'Board7' :
      url = '/bbs/index.php?id=rboard7&category=7' ;
      break ;
	case 'Board8' :
      url = '/bbs/index.php?id=rboard8&category=8' ;
      break ;
	case 'Board9' :
      url = '/bbs/index.php?id=rboard9&category=9' ;
      break ;
====================== */



