// JavaScript Document
function er(texto) {
	try {
		document.forms[0].palavra.value = texto;
	} catch(ex) {
		alert(ex + '\n\n' + texto);
	}
}

function imprimir(nevento, tevento){
	window.open('resenha_imprimir.asp?nevento='+ nevento +'&tipoEvento='+ tevento,'','scrollbars=yes,width=640,height=480');
}
