function menu_link(num)
{
	switch(num)

	{

	  case 1:window.location="http://www.farmlandfire.com/fire_runs.htm" ;break;

	  case 2:window.location="http://www.farmlandfire.com/slideshows.htm" ;break;

	  case 3:window.location="http://www.farmlandfire.com/department_info.htm" ;break;

	  case 4:window.location="http://www.farmlandfire.com/new_truck_and_building.htm" ;break;

	}
}