function Fotov (URL){ 
activa=window.open(URL,"ventana2","width=320, height=450, top=x, left=y, scrollbars=no, menubar=no, location=no, resizable=no")
activa.focus()
}