<!-- 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)
}
// -->
