function move_menu(num)
{
	switch(num)

	{

	  case 1:window.location="who_we_are.htm" ;break;

	  case 2:window.location="calendar.htm" ;break;

	  case 3:window.location="resources.htm" ;break;

	  case 4:window.location="membership.htm" ;break;


	}
}