function menu_link(num)
{
	switch(num)

	{

	  case 1:window.location="aboutus2.htm" ;break;

	  case 2:window.location="ministries2.htm" ;break;

	  case 3:window.location="explorethebible2.htm" ;break;

	  case 4:window.location="prayer2.htm" ;break;

	  case 5:window.location="videosermons2.htm" ;break;

	  case 6:window.location="comments2.htm" ;break;

	}
}