function shredmail(end,middle,start,subject) {
	var one = 'mai';
	var two = 'lto:';
	var three = '?Subject=';
	start,middle,end,subject;
	var putogether= one+two+start+middle+end+three+subject;
	document.location.href=eval('"'+putogether+'"');	
}

function openWindow(url) {
	newWindow = window.open(url,"inset","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,copyhistory=no,width=420,height=500");
}

function openWindowxy(url,x,y) {
	newWindow = window.open(url,"inset","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=" + x +",height=" + y);
}

function chkSupportFormular1() { 
	if(document.SupportFormular1.cust_email.value == "") { 
		alert("Bitte geben Sie Ihre kontakt E-Mail ein."); 
		document.SupportFormular1.cust_email.focus(); 
		return false; 
	} 
	if(document.SupportFormular1.cust_email.value.indexOf('@') == -1) { 
		alert("Das ist leider keine gültige E-Mail !"); 
		document.SupportFormular1.cust_email.focus(); 
		return false; 
	} 
	if(document.SupportFormular1.cust_domain.value == "") { 
		alert("Bitte geben Sie Ihren Domainnamen ein."); 
		document.SupportFormular1.cust_domain.focus(); 
		return false; 
	} 
} 

function chkSupportFormular2() { 
	if(document.SupportFormular2.cust_lname.value == "") { 
		alert("Bitte geben Sie Ihren Nachnamen ein."); 
		document.SupportFormular2.cust_lname.focus(); 
		return false; 
	} 
	if(document.SupportFormular2.cust_fname.value == "") { 
		alert("Bitte geben Sie Ihren Vornamen ein."); 
		document.SupportFormular2.cust_fname.focus(); 
		return false; 
	} 
	if(document.SupportFormular2.cust_streetnr.value == "") { 
		alert("Bitte geben Sie Ihre Strasse und die Hausnummer ein."); 
		document.SupportFormular2.cust_streetnr.focus(); 
		return false; 
	} 
	if(document.SupportFormular2.cust_zipcity.value == "") { 
		alert("Bitte geben Sie Ihre Postleitzahl und Ihren Ort ein."); 
		document.SupportFormular2.cust_zipcity.focus(); 
		return false; 
	} 
} 

function chkSupportFormular3() { 
	if(document.SupportFormular3.cust_error.value == "") { 
		alert("Bitte geben Sie eine möglichst genaue Fehlermeldung (Möglichst vollständige Beschreibung) ein."); 
		document.SupportFormular3.cust_error.focus(); 
		return false; 
	} 
}