﻿function mudar(opcao) {
   if (opcao == 'todos')
   {location.href='cases.php';}
   
   else if (opcao == 'engevix'){location.href='cases.php?chama=engevix';}
   else if (opcao == 'terral'){location.href='cases.php?chama=terral';}
   
 /*nda*/ 
   else 
   {alert('Escolha alguma opcao');}
}
