function AbrirVentanaPublipagos(url,ancho,alto){ var izq = (screen.width - ancho)/2; var top = (screen.height - alto)/2; window.open(url,'_blank',"top="+top+",left="+izq+",toolbar=no,status=no,scrolling=yes,scrollbars=yes,location=no,menubar=no,directories=no,resizable=no,titlebar=no,width="+ancho+",height="+alto);}document.write('
');