function popWin(hr, x, y)
{
  window.open(hr,'','status=no,resizable=yes,scrollbars=yes, width='+x+', height='+y);
}
