function menu_link(num)
{
	switch(num)

	{

	  case 1:window.location="about_Linn_County_GOP.htm" ;break;

	  case 2:window.location="Events.htm" ;break;

	  case 3:window.location="Voting_Information.htm" ;break;

	  case 4:window.location="Get_Involved.htm" ;break;

	  case 5:window.location="Register_to_Vote.htm" ;break;

	  case 6:window.location="catalog.htm" ;break;

	}
}