// JavaScript Document function verOferta(yesooo){ //Pa centrar la ventana ancho=510; alto=280; t=(screen.height/2)-(alto/2); l=(screen.width/2)-(ancho/2); venti2=window.open("/verOferta.asp?est="+yesooo,"","top="+t+",left="+l+",width="+ancho+",height="+alto+",scrollbars=yes,resizable=yes"); venti2.focus(); }