function move_menu(num)
{
	switch(num)

	{

	  case 1:window.location="empresa.htm" ;break;

	  case 2:window.location="lab.htm" ;break;

	  case 3:window.location="qualidade.htm" ;break;

	  case 4:window.location="lojas.htm" ;break;

	  case 5:window.location="produtos.htm" ;break;
	  
	}
}
