var wd='';

function open_wnd(im,wdt,hdt)
{
  if(wd!="") wd.close();
  wd=window.open('/images.php?id='+im+'','new','width='+wdt+',height='+hdt+',menubar=0,top=50,left=50');
}