function popCnt(cntType, cntId) {
  var url = "popcnt.asp?cnt=" + cntType + "&id=" + cntId;
  var w = 350;
  var h = 350;
  window.open(url, "popcnt", "height=" + h + ",width=" + w + ",resizable=no,status=no,scrollbars=no,location=no,menubar=no,toolbar=no");
}
