﻿// JScript File
function showImage(id)
{
  openSizedWindow('ViewImpound.aspx?i=' + id ,'Image','',500,400,'ur',0);

}
