function enlarge(pic,wid,high)
{
var tt="Win" + Math.round(Math.random()*10000);
picWindow=window.open(pic,tt,'toolbar=no,scrollbars=yes,statusbar=yes,resizable=no,width='+wid+',height='+high+',left=1,top=1');
}  
