function move_menu(num)
{
	switch(num)

	{

	  case 1:window.location="aboutus.html" ;break;

	  case 2:window.location="services.html" ;break;

	  case 3:window.location="insurance.html" ;break;

	  case 4:window.location="career.html" ;break;

	  case 5:window.location="news.html" ;break;
	  
	}
}