<!-- POP UP contatoBohm.asp

function AbreJanela(arquivo, tamx, tamy)
//onde arquivo é html popUp, tamx é o tamanho horizontal em pixels e tamy tamanho vertical em pixels
{
window.open(arquivo,"","width=635, height=450, left=250,top=200, width=" + tamx + ",height=" + tamy)
}
// -->

<!-- POP UP FormDownload.asp

function AbreJanela2(arquivo2, tamx, tamy)
//onde arquivo é html popUp, tamx é o tamanho horizontal em pixels e tamy tamanho vertical em pixels
{
window.open(arquivo2,"","width=580, height=650, left=250,top=200, width=" + tamx + ",height=" + tamy)
}
// -->
