function menu_link(num)
{
	switch(num)

	{

	  case 1:window.location="http://www.sjbc.org/" ;break;

	  case 2:window.location="http://www.sjbc.org/ministries.htm" ;break;
  
	  case 3:window.location="http://www.sjbc.org/bulletin/bulletin.pdf" ;break;

	  case 4:window.location="http://www.sjbc.org/cal/calendar.htm" ;break;

	  case 5:window.location="http://www.sjbc.org/photos.htm" ;break;

	  case 6:window.location="http://www.sjbc.org/contact.htm" ;break;
	

	}
}