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