function move_menu(num)
{
	switch(num)

	{

	  case 1:window.location="General Store.htm" ;break;

	  case 2:window.location="Photos.htm" ;break;

	  case 3:window.location="Hiking.htm" ;break;

	  case 4:window.location="Fishing.htm" ;break;

	  case 5:window.location="General Store.htm" ;break;
	
	  case 6:window.location="Photos.htm" ;break;

	  case 7:window.location="Hiking.htm" ;break;

	  case 8:window.location="Fishing.htm" ;break;
		
	}
}