function menu_link(num)

{

	switch(num)



	{



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



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



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



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



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



	  case 6:window.location="notices.htm" ;break;



	}

}