
function springe() {
wahl = document.sprache.sSprache.value;
document.location= wahl;
}

function sortiere() {
wahl = document.sortieren.ssortieren.value;
document.location= wahl;
}

function CheckInhalt(Feld) {
if ((Feld.length < 4) && (Feld.length > 0))  {
alert("Geben Sie bitte wenigstens 4 Buchstaben ein!");
return false;
}
}
