// JavaScript Document

function formularcheck_01_01() {
if(window.document.formular_01_01.name.value=="" || window.document.formular_01_01.adresse.value=="" || window.document.formular_01_01.plzort.value=="" || window.document.formular_01_01.telefon.value=="" || window.document.formular_01_01.mail.value=="" || window.document.formular_01_01.kontonummer.value=="") 
      { 
         alert("Bitte füllen Sie alle zwingenden Felder (*) aus!"); 
         return false; 
      } 
	  
}



function formularcheck_01_02() {
if(window.document.formular_01_02.name.value=="" || window.document.formular_01_02.adresse.value=="" || window.document.formular_01_02.plzort.value=="" || window.document.formular_01_02.telefon.value=="" || window.document.formular_01_02.mail.value=="") 
      { 
         alert("Bitte füllen Sie alle zwingenden Felder (*) aus!"); 
         return false; 
      } 
	  
}



function formularcheck_01_03() {
if(window.document.formular_01_03.name.value=="" || window.document.formular_01_03.adresse.value=="" || window.document.formular_01_03.plzort.value=="" || window.document.formular_01_03.telefon.value=="" || window.document.formular_01_03.mail.value=="") 
      { 
         alert("Bitte füllen Sie alle zwingenden Felder (*) aus!"); 
         return false; 
      } 
	  
}



function formularcheck_01_04() {
if(window.document.formular_01_04.name.value=="" || window.document.formular_01_04.adresse.value=="" || window.document.formular_01_04.plzort.value=="" || window.document.formular_01_04.telefon.value=="" || window.document.formular_01_04.mail.value=="") 
      { 
         alert("Bitte füllen Sie alle zwingenden Felder (*) aus!"); 
         return false; 
      } 
if(window.document.formular_01_04.kassenobligationen_zeichnen.checked == true && window.document.formular_01_04.wohnsitz_schweiz.checked == false) 
      { 
         alert("Bitte bestätigen Sie, dass Sie ihren Wohnsitz in der Schweiz haben!"); 
         return false; 
      } 
}



function formularcheck_01_05() {
if(window.document.formular_01_05.name.value=="" || window.document.formular_01_05.adresse.value=="" || window.document.formular_01_05.plzort.value=="" || window.document.formular_01_05.telefon.value=="" || window.document.formular_01_05.mail.value=="") 
      { 
         alert("Bitte füllen Sie alle zwingenden Felder (*) aus!"); 
         return false; 
      } 
	  
}
