function showf(x)
{
var x;
image=open("","new","width=300,height=300,toolbar=no,menubar=no,scrollbar=no,location=no,status=no,resizable=yes");
image.document.open();
image.document.write("<html><head><title>foto</title><style type=text/css>");
image.document.write("body {margin:0;overflow:auto;}</style>");
image.document.write("<script>function closeIt(){close();}</script></head><body bgcolor=#DDDDDD>");
image.document.write("<table border=0 height=100% align=center valign=center><tr><td><img src=/foto/f");
image.document.write(x);
image.document.write(".jpg border=0 onClick=closeIt(); onMouseOver=this.style.cursor='hand'; alt=\"Close\"></table></body></html>");
image.document.close();
}
