function moduleGetParams_hirlevel(page, action, opcode, id){
  data = ""
  if (action == "ajaxfeliratkozas"){
    email = escape(document.getElementById("flrEmail").value)
    data = "&flrEmail="+email
  }
  return "page="+page+"&action="+action+"&opcode="+opcode+"&id="+id+data
}

function showHirlevel(rText, rXml){
  rText = getModuleContent(rText)
  document.getElementById("popCont").innerHTML = rText
}

function loadHirlevel(){
  document.getElementById("popCont").innerHTML = "<center><b>Az adatok küldése folyamatban van</b></center>"
}

function throwError(hiba){
  alert(hiba)
}