function abre(jan) {
	window.open (jan,"janela","height=392,width=520,resizable,scrollbars=no,alwaysRaised=yes,top=0,left=0");
}
function abrepopup(titulo,nome,largura,altura) {
	nova=window.open('about:blank','janela','width='+largura+',height='+altura);
	nova.document.write('<html><head><title>'+titulo+'</title><body topmargin=0 leftmargin=0><img src="'+nome+'" border=0></body></html>');
}