/* function adicionaFavoritoLateral(pacote) { if (pacote != null) { var oCell_ = new Array(); if (document.getElementById("linhaFavoritosVazio") != null) { document.getElementById("favoritosTable").deleteRow(document.getElementById("linhaFavoritosVazio").rowIndex); } oRow = document.getElementById("favoritosTable").insertRow(document.getElementById("favoritosTable").rows.length); i = 0; oCell_[i] = oRow.insertCell(i++); i = 0; oCell_[i].className = "BkgIframe"; i = 0; tipo = ''; if (pacote.tipoAsString == 'NACIONAL') { tipo = 'Pacote Nacional'; } else if (pacote.tipoAsString == 'INTERNACIONAL') { tipo = 'Pacote Internacional'; } else if (pacote.tipoAsString == 'CRUZEIRO') { tipo = 'Cruzeiros'; } else if (pacote.tipoAsString == 'FEIRA') { tipo = 'Feiras e Eventos'; } oCell_[i].innerHTML = '
| ' +
'?idPacote='+ pacote.id +'">'+ pacote.titulo + ' ' + tipo +' |
| ' +
''+lista[i].descricao+ ' ' + '' + lista[i].tipo + '' + '' + ' ' +
' |