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