function move_menu(num)
{
	switch(num)

	{

	  case 1:window.location="mission.htm" ;break;

	  case 2:window.location="board.htm" ;break;

	  case 3:window.location="by-laws.htm" ;break;

	  case 4:window.location="game_schedule.htm" ;break;

	  case 5:window.location="http://susbilla.com/calendar" ;break;
	  
	  case 6:window.location="forms_policy.htm" ;break;

	}
}