function ShowConv2(ORP) { Dialog.alert({url:""+ORP}, {width:550, height:400, okLabel: "Fechar", windowParameters: {className: "alphacube"}, ok:false}); } function ShowConv(url) { window.open(url,'popupImageWindow','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width=550,height=400,screenX=150,screenY=150,top=50,left=150') }