function popup(sUrl, nombre, alto, ancho, scroll) { window.open(sUrl,"visor","height="+alto+",width="+ancho+",toolbar=0,scrollbars="+scroll+",location=0,statusbar=0,menubar=0,resizable=0,top="+((screen.height/2)-(alto/2))+",left="+((screen.width/2)-(ancho/2))+""); return false; }