<!--
   function reader(page){
        var win = window.open(page, "forumreader", "toolbar=0,directories=0,scrollbars=1,resize=no,width=300,height=400");
   }
   function confirmDelete(forum, tid, referrer, subject, page, orgid){
         if(confirm("Are you sure you want to delete this post?"))
             document.location.href="threadfunctions.asp?type=delete&forum=" + forum + "&id=" + tid + "&referrer=" + referrer + "&subject=" + subject + "&page=" + page + "&origid=" + orgid;
   }
      function confirmbMailDelete(tid, forum, referrer){
         if(confirm("Are you sure you want to delete this bMail?"))
             document.location.href="threadfunctions.asp?type=bmail&id=" + tid + "&forum=" + forum + "&referrer=" + referrer;
   }
   function popup(page){
        var win = window.open(page, "forumreader", "toolbar=0,directories=0,scrollbars=1,width=525,height=400");
   }
   
   function confirmClose(forum, tid, referrer, subject, page, orgid){
         if(confirm("Are you sure you want to close this thread?"))
             document.location.href="threadfunctions.asp?type=close&forum=" + forum + "&id=" + tid + "&referrer=" + referrer + "&subject=" + subject + "&page=" + page + "&origid=" + orgid;
   }
   
 function confirmOpen(forum, tid, referrer, subject, page, orgid){
         if(confirm("Are you sure you want to reopen this thread?"))
             document.location.href="threadfunctions.asp?type=open&forum=" + forum + "&id=" + tid + "&referrer=" + referrer + "&subject=" + subject + "&page=" + page + "&origid=" + orgid;
   }
 function show_poll(TOPIC) {
 	window.open("poll/show_poll.asp?" + TOPIC, "poll", "width=400,height=450,scrollbars=yes"); 
  }
//-->