function showimage(filepath, filename)
{
  window.open("../pu_showImage.aspx?id=" + filename + "&pt=" + filepath, "_blank", "width=700,height=660, channelmode=0,directories=0,fullscreen=0,location=0,resizable=0,scrollbars=1,status=0,titlebar=0,toolbar=0");
}
