function resultados (URL){ 
activa=window.open(URL,"ventana5","width=600, height=480, top=x, left=y, scrollbars=yes, menubar=no, location=no, resizable=yes")
activa.focus()
}