Voc est em:
Anais do XXVII Simpsio Nacional de Histria
Anais do XXVII Simpsio Nacional de Histria 4g1o2h
ISBN 978-85-98711-11-9 286w2t

';
div.innerHTML += '
';
}
/* Remove o ltimo. No est sendo utilizado*/
function remInput() {
cont = document.getElementById('cont');
if (cont.value <= 1)
return;
cont.value = parseInt(cont.value) - 1;
div = document.getElementById('arq'+cont.value);
div.innerHTML = "";
}
/* Remove o atual*/
function remCurrentInput(pAtual) {
if (pAtual <= 1)
return;
divAtual = document.getElementById('container'+pAtual);
divAtual.innerHTML = '';
}
//]]>