function get_content() {
  ex_type = "get_content";
  myUrl = "get_content.php";

  var param = document.get_content_form.param.value;
  if (param) {
    myUrl += "?param="+param;
  }

  loadData(myUrl);
}
