function menu_link(num)
{
	switch(num)

	{

	  case 1:window.location="http://www.edcflorida.com/ez_program.htm" ;break;

	  case 2:window.location="http://www.edcflorida.com/what_we_do.htm" ;break;

	  case 3:window.location="http://www.edcflorida.com/florida_ez_areas.htm" ;break;

	  case 4:window.location="http://www.edcflorida.com/client_industries.htm" ;break;

	  case 5:window.location="http://www.edcflorida.com/who_we_are.htm" ;break;

	  case 6:window.location="http://www.edcflorida.com/contact_us.htm" ;break;

	}
}
