function showPhoto(img,name,w,h,ww,wh) {windowPhoto=window.open('','','toolbar=no,location=no,directories=no,status=no,scrollbars=no,resizable=no,copyhistory=no,width='+ww+',height='+wh+'');
text = '<HTML><HEAD><TITLE>'+name+'</TITLE><meta http-equiv=Content-Type content="text/html; charset=windows-1251"><link href="/styles.css" type="text/css" rel="stylesheet"></HEAD><BODY BGCOLOR=#F6F0EA LEFTMARGIN=0 TOPMARGIN=0><TABLE border=0 width=100% height=100% cellspacing=0 cellpadding=0><TR><TD class=zf align=center><IMG SRC="'+img+'" BORDER=0 width='+w+' height='+h+'><br><br><a onclick="" href="javascript:close();">закрыть окно</a></TD></TR></TABLE></BODY></HTML>';
windowPhoto.document.write(text);windowPhoto.focus();windowPhoto.document.close();return false;}
