// POP-UPs

function faq(id) {
	window.open("faq_detalhe.asp?id=" + id, "wFaq", "width=418, height=265, left=280, top=40, toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no")
}

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) + "")
}

