function menu_link(num)
{
	switch(num)

	{

	  case 1:window.location="index.htm" ;break;

	  case 2:window.location="aboutus.htm" ;break;

	  case 3:window.location="wherearewe.htm" ;break;

	  case 4:window.location="activities.htm" ;break;

	  case 5:window.location="whatsnew.htm" ;break;

	  case 6:window.location="mailto:dhatherley@aol.com" ;break;
	  
	  case 11:window.location="index.htm" ;break;

	  case 12:window.location="parishhistory.htm" ;break;

	  case 13:window.location="prioryhistory.htm" ;break;

	  case 14:window.location="chapelschantries.htm" ;break;

	  case 15:window.location="nonconformist.htm" ;break;

	  case 16:window.location="urc.htm" ;break;
	  
	  case 21:window.location="index.htm" ;break;

	  case 22:window.location="events.htm" ;break;

	  case 23:window.location="education.htm" ;break;

	  case 24:window.location="history.htm" ;break;

	  case 25:window.location="accommodation.htm" ;break;

	  case 26:window.location="religion.htm" ;break;

	  case 51:window.location="index.htm" ;break;

	  case 52:window.location="friendlyspirit.htm" ;break;

	  case 53:window.location="blackmorefarm.htm" ;break;

	  case 54:window.location="gurneymanor.htm" ;break;

	  case 55:window.location="kingshead.htm" ;break;

	  case 56:window.location="marshfarm.htm" ;break;

	  
	}
}