// POP-UPs

function abrirImagem(sArquivo, sJanela, iWidth, iHeight) {
	window.open("popup_imagem.asp?Arquivo=" + sArquivo, sJanela, "width=" + iWidth + ",height=" + iHeight + ",left=" + ((screen.width - iWidth) / 2) + ", top=" + ((screen.height - iHeight) / 2) + "")
}

