function menu_link(num)
{
	switch(num)

	{

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

	  case 2:window.location="Worship & Music.htm" ;break;

	  case 3:window.location="Bible Study.htm" ;break;

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

	  case 5:window.location="Adult Ministry.htm" ;break;

	  case 6:window.location="Special Ministries.htm" ;break;

	  case 7:window.location="About the Pastor.htm" ;break;
	  
	  case 7:window.location="About the Pastor.htm" ;break;

	}
}