function nagyit(picname) 
 {
   popup = window.open('','','toolbar=0,location=0,directories=0,menubar=0,resizable=0,status=0,scrollbars=0 background=img\bg_01.gif width=700 height=520');
   popup.document.write('<HTML><HEAD><TITLE></TITLE></HEAD><BODY style="padding: 0; margin: 0; height: 100%; overflow: auto;"><table border=0 cellspacing="0" cellpadding="0" style="width: 100%;height: 100%;background: #fff;"><tr><td style="vertical-align: middle;text-align: center;"><div style="margin: 0px auto 0px auto; padding: 0px; text-align: center; width: 667px; height: 500px; background: #fff; border: #eee solid 1px;">');
   popup.document.write('<IMG SRC="'+picname+'" BORDER=0 OnClick=self.close()></div></td></tr></table>');
   popup.document.close(); 
 }
