function menu_link(num)
{
	switch(num)

	{

	  case 1:window.location="SafetyServices.htm" ;break;

	  case 11:window.location="Consulting.htm" ;break;

	  case 12:window.location="SafetyServices.htm" ;break;

	  case 13:window.location="EmployeeTraining.htm" ;break;

	  case 14:window.location="Members.htm" ;break;



	  case 2:window.location="SafetyPrograms.htm" ;break;

	  case 21:window.location="SafetyPrograms.htm" ;break;

	  case 22:window.location="SafetyProgramOrder.htm" ;break;

	  case 23:window.location="#" ;break;

	  case 24:window.location="#" ;break;



	  case 3:window.location="Members.htm" ;break;

	  case 31:window.location="Membership Info.htm" ;break;

	  case 32:window.location="#" ;break;

	  case 33:window.location="weekly.htm" ;break;

	  case 34:window.location="ImplementationForms.htm" ;break;



	  case 4:window.location="Links.htm" ;break;

	  case 41:window.location="#" ;break;

	  case 42:window.location="http://www.state.ar.us/labor/" ;break;

	  case 43:window.location="http://www.cdc.gov/niosh/homepage.html" ;break;

	  case 44:window.location="http://www.osha.gov" ;break;

	}
}