<!-- check whether all fields of the form 'form_liz_num_de.php3' are filled  -->

function chkFormIm() {

	if(document.sendform.email.value.indexOf('@') == -1) {
     alert("Der Freischaltcode für die Demoversion(en) wird Ihnen per Email zugeschickt.\nEin Download der Software ist somit wertlos, wenn Sie keine gültige Email-Adresse angeben.");
     document.sendform.email.focus();
     return false;
    }

 }
