<!-- Hide from old browsers

function noSpam(user,domain) {
locationstring = "mailto:" + user + "@" + domain;
window.location = locationstring;
}


function shortformCheck() {
        validity = true; // assume valid

if (document.Form.email.value=="") {
alert("please enter Email");document.Form.email.focus();return false
}
if (document.Form.email.value.indexOf("@")==-1 || document.Form.email.value.indexOf(".")==-1 || document.Form.email.value.indexOf(" ")!=-1 || document.Form.email.value.length<6) {
alert("email invalid");document.Form.email.focus();return false
}
if (document.Form.TEXT.value=="") {
alert("please enter a message");document.Form.TEXT.focus();return false
}
if (document.Form.TEXT.value.indexOf("http:")!=-1 || document.Form.TEXT.value.indexOf("<")!=-1 || document.Form.TEXT.value.indexOf(">")!=-1) {
alert("please: no tags no links in text");document.Form.TEXT.focus();return false
}
if (validity) return validity;
}

function formCheckde() {
        validity = true; // assume valid

if (document.Form.NAME.value=="") {
alert("Bitte Ihren Namen eintragen!");document.Form.NAME.focus();return false
}
if (document.Form.ADRESSE.value=="") {
alert("Wir brauchen Ihre Adresse!");document.Form.ADRESSE.focus();return false
}
if (document.Form.ORT.value=="") {
alert("Bitte geben Sie uns Wohnort und Postleitzahl bekannt!");document.Form.ORT.focus();return false
}
if (document.Form.email.value=="") {
alert("Bitte E-Mail eintragen!");document.Form.email.focus();return false
}
if (document.Form.LINZERTAROCK.value=="") {
alert("Wieviel Stueck LINZER TAROCK wollen Sie kaufen?");document.Form.LINZERTAROCK.focus();return false
}
if (document.Form.email.value.indexOf("@")==-1 || document.Form.email.value.indexOf(".")==-1 || document.Form.email.value.indexOf(" ")!=-1 || document.Form.email.value.length<6) {
alert("E-mail nicht korrekt");document.Form.email.focus();return false
}
if  (document.Form.AGB.checked==false) {
alert("Sie muessen den AGB zustimmen");document.Form.AGB.focus();return false
}
if (validity) return validity;
}


function formChecken() {
        validity = true; // assume valid

if (document.Form.NAME.value=="") {
alert("please enter your name!");document.Form.NAME.focus();return false
}
if (document.Form.ADRESSE.value=="") {
alert("please enter your address!");document.Form.ADRESSE.focus();return false
}
if (document.Form.ORT.value=="") {
alert("please enter ZIP + city!");document.Form.ORT.focus();return false
}
if (document.Form.LAND.value=="") {
alert("which country?");document.Form.LAND.focus();return false
}
if (document.Form.email.value=="") {
alert("please enter your email!");document.Form.email.focus();return false
}
if (document.Form.LINZERTAROCK.value=="") {
alert("how many sets you want to purchase?");document.Form.LINZERTAROCK.focus();return false
}
if (document.Form.email.value.indexOf("@")==-1 || document.Form.email.value.indexOf(".")==-1 || document.Form.email.value.indexOf(" ")!=-1 || document.Form.email.value.length<6) {
alert("email invalid");document.Form.email.focus();return false
}
if (validity) return validity;
}

function shortformCheck2() {
        validity = true; // assume valid

if (document.Form.email.value=="") {
alert("Bitte E-Mail eintragen");document.Form.email.focus();return false
}
if (document.Form.email.value.indexOf("@")==-1 || document.Form.email.value.indexOf(".")==-1 || document.Form.email.value.indexOf(" ")!=-1 || document.Form.email.value.length<6) {
alert("E-Mail nicht korrekt");document.Form.email.focus();return false
}
if (document.Form.SPIELREGELN.value=="") {
alert("Wie viel Stueck Spielregeln wollen Sie bestellen?");document.Form.SPIELREGELN.focus();return false
}
if (validity) return validity;
}



//-->
