function openImg(x)
{
var x;
image=open("","new","fullscreen,toolbar=no,menubar=no,scrollbar=no,location=no,status=no,resizable=yes");
image.document.open();
image.document.write("<html><head><title>Фотаздымак</title><style type=text/css>");
image.document.write("body {margin:0;overflow:auto;scrollbar-base-color:ababab}</style>");
image.document.write("<script>function closeIt(){close();}</script></head><body bgcolor=ababab>");
image.document.write("<table border=0 cellspacing=0 height=100% width=100%> <tr><td align=center valign=middle><table bgcolor=#353535  border=0 cellspacing=0 cellpadding=0><tr><td width=10 height=10 background=img/foto_l_t.gif><td background=img/foto_top.gif ><td width=10 height=10 background=img/foto_r_t.gif><tr><td width=10 background=img/foto_left.gif><td align=center valign=middle><img src=");
image.document.write(x);
image.document.write(" border=0 onClick=closeIt(); onMouseOver=this.style.cursor='hand'; alt=\"Закрыть\"><td width=10 background=img/foto_right.gif><tr><td width=10 height=10 background=img/foto_l_b.gif><td background=img/foto_bottom.gif><td width=10 height=10 background=img/foto_r_b.gif></table></table></body></html>");
image.document.close();
}
