function move_menu(num)
{
	switch(num)

	{

	  case 1:window.location="/aboutus/aboutus.htm" ;break;

	  case 2:window.location="/safety_mgmt_srv/safetymgmt.html" ;break;

	  case 3:window.location="/industries_served/industries_served.htm" ;break;

	  case 4:window.location="/homeland_security/homelandsecurity.html" ;break;

	  case 5:window.location="newpage.htm" ;break;

	}
}