<!--
/* --------------------------------------------- */
/* JavaScript für Krankheit + Land (Laie + Fach) */
/* --------------------------------------------- */

function openPopup(w, h, URL)
{
  var Parameter = "width=" + w + ", height=" + h + ", resizable=yes, scrollbars=yes, menubar=yes, toolbar=no, directories=no, location=no, status=yes, copyhistory=no";
  var Popup = window.open(URL, "Popup", Parameter);
}

function closePopup()
{
  close();
}
//-->
