function move_menu(num)
{
	switch(num)

	{

	  case 1:window.location="aboutr.htm" ;break;

	  case 2:window.location="member.htm" ;break;

	  case 3:window.location="ourcom.htm" ;break;

	  case 4:window.location="goatday.htm" ;break;

	  case 5:window.location="catfisht.htm" ;break;
	  
	}
}