function menu_link(num)
{
	switch(num)

	{

	  case 1:window.location="http://www.iomclays.com/range.htm" ;break;

	  case 2:window.location="http://www.iomclays.com/contact.htm" ;break;

	  case 3:window.location="http://www.iomclays.com/fixtures.htm" ;break;

	  case 4:window.location="http://www.iomclays.com/results.htm" ;break;

	  case 5:window.location="http://www.iomclays.com/members.htm" ;break;

	  case 6:window.location="http://www.iomclays.com/links.htm" ;break;

	}
}