﻿<!--
var win;
function enlarge(file,nam,wth,hgt)
{
    win=window.open("/proimage.aspx?file="+escape(file)+"&pronam="+escape(nam),'AltPic','width='+wth+',height='+hgt);
    if (!win.opener) { win.opener=self; }
    win.focus();
}
//-->