// JavaScript Document function resultados( busq, pos) { alto = 420; ancho = 785; izquierda = (screen.width / 2) - (ancho / 2); superior = (screen.height / 2) - (alto / 2); newwin=window.open("resultados.php?b="+busq+"&p="+pos,"resultados","height="+alto+",width="+ancho+",location=no,directories=no,menubar=yes,resizable=yes,copyhistory=no,scrollbars=yes,status=yes,titlebar=yes,toolbar=no,left=" + izquierda + ",top=" + superior) }