function menu_link(num)
{
	switch(num)

	{

	  case 1:window.location="default.htm" ;break;

	  case 2:window.location="Mass Schedule.htm" ;break;

	  case 3:window.location="Photo Gallery.htm" ;break;

	  case 4:window.location="News and Bulletins.htm" ;break;

	  case 5:window.location="http://maps.google.com/maps/ms?f=q&hl=en&geocode=&ie=UTF8&cd=1&msa=0&msid=107458582939276132850.0004362f79129732494c4&ll=29.573289,-98.385572&spn=0.016274,0.028925&z=15&om=1" ;break;

	  case 6:window.location="http://www.google.com/calendar/embed?src=mail%40sthelena.org " ;break;
	  
	  case 7:window.location="contact us.htm" ;break;
	  
	  	}
}