function popupimage(src)
{

/*img = new Image()
img.src=src
img.onLoad(p.resizeTo(img.width,img.height))
*/

p=window.open('','upload2','scrollbars=no,width=100,height=100,location=no,toolbar=no,directories=no,status=no,menubar=no,resizable=yes')


html="<html><head><title>Ëüâ³âñüêèé íàö³îíàëüíèé óí³âåðñèòåò ³ìåí³ ²âàíà Ôðàíêà</title></head><body onload=\"if (document.getElementById('img').offsetWidth <200){w=400}else{w=document.getElementById('img').offsetWidth};window.resizeTo(w,document.getElementById('img').offsetHeight+75) \" style='text-align:center;background:#fff;margin:0px;padding:0px;'><a href='javascript:self.close()'><img border=0 id='img' src="+src+" alt=''></a></body></html>"

p.document.write(html)
p.document.close()

}
