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

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

