function largeimage(strFile)
{
  window.open(strFile, 'popuplarge', "width=455,height=518,scrollbars=no,resizable,top=0,left=0");
}
