

  function popUpPrint(id) {  
    window.open("forum/forum_print.php?id="+id,"popUpPrint","width=420,height=245,menubar=1,scrollbars=1");  
  }    
  
  
  function popUpNe() {
    window.open("forum/popup_ne_index.php","popUpNE","width=385,height=310");  
  }
  
  function popUpAnt(id,from,num,i,akt) {
    window.open("forum/popup_ant_index.php?id="+id+"&from="+from+"&num="+num+"&i="+i+"&akt="+akt,"popUpANT","width=385,height=310");  
  }  
  
  function setNumEintraege(id)  {
    var index = document.forms[0].elements[id].selectedIndex;
    var num = document.forms[0].elements[id].options[index].value;
    window.location = 'forum.php?from=0&num='+num;
  }