function menu_link(num)
{
	switch(num)

	{

	  case 1:window.location="http://www.antonian.com/index.htm" ;break;

	  case 2:window.location="http://www.antonian.com/news.htm" ;break;

	  case 3:window.location="http://www.antonian.com/contact.htm" ;break;

	  case 4:window.location="orgs/Orgs.cfm" ;break;

	  case 5:window.location="http://www.antonian.com/newpage.htm" ;break;

	}
}
