function showInPopup(urlStr,widthInt,heightInt)
{
  window.open(urlStr,'','width=' + widthInt +',height=' +heightInt +',scrollbars=no,location=no,status=no,menubar=no,directories=no,toolbar=no,resizable=no');
  return;
}
