function menu_link(num)
{
	switch(num)

	{

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

	  case 2:window.location="student_services.htm" ;break;

	  case 3:window.location="course_offerings.htm" ;break;

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

	  case 5:window.location="http://www.ed2go.com/ictc" ;break;

	  case 6:window.location="acd.htm" ;break;

	}
}
