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