function abreJanela(address,larg,alt){
window.open(address,"abrenew","status=no,width="+larg+",height="+alt+",scrollbars=yes,toolbar=no,resizable=no");
}
