function menu_link(num)
{
	switch(num)

	{

	  case 1:window.location="index.html" ;break;

	  case 11:window.location="contact_us.htm" ;break;

	  case 12:window.location="membership.htm" ;break;

	  case 13:window.location="membershipform.htm" ;break;

	  case 14:window.location="renewalannual.htm" ;break; 
	 



	  case 2:window.location="researchrequest.htm" ;break;

	  case 21:window.location="about_us.htm" ;break;

	  case 22:window.location="resources.htm" ;break;

	  case 23:window.location=" ninecounties.htm" ;break;

	  case 24:window.location="showcase.htm" ;break;  



	  case 3:window.location="calendar.htm" ;break;

	  case 31:window.location="computer.htm" ;break;

	  case 32:window.location="news.htm" ;break;

	  case 33:window.location="links.htm" ;break;

	  case 34:window.location="catalog.htm" ;break;
	  
	  

	  case 4:window.location="obituaries.htm" ;break;

	  case 41:window.location="obituaries/masoncity/index.html" ;break;

	  case 42:window.location="obituaries/charlescity/index.html" ;break;

	  case 43:window.location="obituaries/forestcity/index.html" ;break;

	  case 44:window.location="obituaries/clearlake/index.html" ;break;  



	  case 5:window.location="obitcommittee.htm" ;break;

	  case 51:window.location="obituaries/iowafalls/index.html" ;break;

	  case 52:window.location="obituaries/clarion/index.html" ;break;

	  case 53:window.location="obituaries/osage/index.html" ;break;

	  case 54:window.location="obituaries/garner/index.html" ;break;
	  
	  	}
}
