function acoes(acao)
{
  switch (acao){
  	case  1: return new Array("GET", "index.php?modulo=Index&action=ajaxCEP&cep="    + document.getElementById('cep').value +
                                                                     "&endNum=" + document.getElementById('endNum').value +
                                                                     "&compl=" + document.getElementById('compl').value); break;
    case  2: return new Array("GET", "index.php?modulo=Index&action=imprimeComboCidades&key="+document.getElementById('estado').value); break;
  }
}
