function AbreJanela(arquivo, tamx, tamy){
window.open(arquivo,"","resizable=no,toolbar=no,status=no,menubar=no,scrollbars=no,width=" + tamx + ",height=" + tamy)
}
