function CommPop(commid,blog) { //v2.0
  var commurl='comm.php?commid=' + commid + '&blog=' + blog;
  window.open(commurl,'cafeinacomments','width=500,height=500,scrollbars=yes');
}

