function checkform() {
  ok = true;
  if (document.forms.Anmeldung.elements.name.value.length<2) ok=false;
  if (document.forms.Anmeldung.elements.vorname.value.length<2) ok=false;
  if (document.forms.Anmeldung.elements.geburtsname.value.length<2) ok=false;
  if (document.forms.Anmeldung.elements.staatsangehorigkeit.value.length<2) ok=false;
  if (document.forms.Anmeldung.elements.geburtsdatum.value.length<2) ok=false;
  if (document.forms.Anmeldung.elements.geburtsort.value.length<2) ok=false;
  if (document.forms.Anmeldung.elements.anschrift.value.length<2) ok=false;
  if (document.forms.Anmeldung.elements.telefon.length<2) ok=false;
  if (!ok) {
     alert('Füllen Sie bitte die Felder mit dem * aus.');
  }
  return ok;
}
cony = 20;
function menufollow() {
  if (document.all) {
    divy = document.body.scrollTop;
    document.all.menu.style.top = cony+divy;
  }
  if (document.getElementById) {
    divy = document.body.scrollTop;
	document.getElementById('menu').style.top = cony+divy;
  }
}
function swap_content( span ) {
   if (document.getElementById) {
    displayType = ( document.getElementById( span ).style.display == 'none' ) ? 'block' : 'none';
    document.getElementById( span ).style.display = displayType;
   } else {

   }	
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function infoemail(acc,dom) {
document.write('<a href="mailto:' + acc + '@'+ dom + '"><font color="#000000">');
document.write(acc + '@'+ dom + '</font></a>');
}

window.defaultStatus = "Fahrschule Gerd Saar";
