// JavaScript Document
function mostraimagem (imagem)
{
  catwindow= window.open(imagem,"catwin","width=800,height=600,atributo=YES");
}
