function Check_Eingabe( theForm )
{
  if (!CheckField( theForm.intDDLinks, "Link zu", "DropDown" )) return (false);
  return (CheckOK( theForm.blnEingabe ));
}

