function moduleGetParams_fellepesek(page, action, opcode, id){
  data = ""
  if (opcode == "send"){
    oFCKeditor = FCKeditorAPI.GetInstance("new_text")
    nName = escape(document.getElementById("new_name").value)
    nHely = escape(document.getElementById("new_hely").value)
    nDatum = escape(document.getElementById("val_sbCalendar").value)
    nText = escape(oFCKeditor.GetXHTML())
    nId = escape(document.getElementById("news_modify_id").value)
    data = "&new_name="+nName+"&new_hely="+nHely+"&val_sbCalendar="+nDatum+"&new_text="+nText+"&news_modify_id="+nId
  }
  return "page="+page+"&action="+action+"&opcode="+opcode+"&id="+id+data
}