function menu_link(num)
{
	switch(num)

	{

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

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

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

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

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

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

	  case 7:window.location="helpful_links.htm" ;break;
	  
	  case 8:window.location="index.htm" ;break;

	}
}