function menu_link(num)
{
	switch(num)

	{

	  case 1:window.location="pastors_message.htm" ;break;

	  case 11:window.location="mission.htm" ;break;

	  case 12:window.location="contactus.htm" ;break;

	  case 13:window.location="events_calendar.htm" ;break;

	  case 14:window.location="sitemap.htm" ;break;



	  case 2:window.location="parish_news.htm" ;break;

	  case 21:window.location="weekly_bulletin.htm" ;break;

	  case 22:window.location="parish_archives.htm" ;break;

	  case 23:window.location="weekly_homily.htm" ;break;

	  case 24:window.location="weekly_events.htm" ;break;



	  case 3:window.location="resources.htm" ;break;

	  case 31:window.location="parish_staff.htm" ;break;

	  case 32:window.location="parish_council.htm" ;break;

	  case 33:window.location="music_ministry.htm" ;break;

	  case 34:window.location="photo_gallery.htm" ;break;



	  case 4:window.location="catalog.htm" ;break;

	  case 41:window.location="music_cds.htm" ;break;

	  case 42:window.location="videos.htm" ;break;

	  case 43:window.location="books.htm" ;break;

	  case 44:window.location="other_items.htm" ;break;

	}
}