function who_posted(tid) { window.open(js_base_url + "act=Stats&CODE=who&t=" + tid, "WhoPosted", "toolbar=no,scrollbars=yes,resizable=yes,width=230,height=300"); }
function queued(mode,tid,fid) {
  if(mode=="spm")
  {
	theURL = get_url(1,"Mod","47","",tid,fid);
  } else
  {
	theURL = get_url(0,"modcp","domodtopics","",tid,fid,"&TID_"+tid+"="+mode);
  }
  return jssend(theURL,tid);
}
function queued_approve(tid) {
  var topic = D.getElementById('topic-'+tid);
  if (topic)
  {
	ccca(topic,"row4");
	ShowHide('lbl-'+tid);
  } else
  {
	theURL = get_url(0,"SF");
	window.location = theURL;
  }
}

