// JavaScript Document

function ventanaimagen(dato,nombre)
  {
	catWindow = window.open(dato, nombre, "width=320,height=330");
  }
