function menu_link(num)
{
	switch(num)

	{

	  case 1:window.location="http://www.whbcli.org" ;break;

	  case 2:window.location="whatwebelieve.htm" ;break;

	  case 3:window.location="ministries.htm" ;break;

	  case 4:window.location="missions.htm" ;break;

	  case 5:window.location="Lifesmostimportantquest.htm" ;break;

	  case 6:window.location="news.htm" ;break;

	  case 7:window.location="Downloads.htm" ;break;

	}
}