function writeEmail(adresse, domain) {
	document.write('<a href=\"mailto:' + adresse + '@' + domain + '\">');
	document.write(adresse + '@' + domain + '</a>');
}
function setActionAndSubmit(formObj, url){
	formObj.action = url;
	formObj.submit();
}
function showVideoPopup() {
	document.getElementById("videoPopup").style.display = "block";
}
function hideVideoPopup() {
	document.getElementById("videoPopup").style.display = "none";
}
function writeFlash(flashfilm) {
	// <![CDATA[
		alert (flashfilm);
		var so = new SWFObject("swf/"+flashfilm+".swf", flashfilm, "328", "228", "8", "#000000");
		//so.addParam("wmode", "transparent");
		so.write("flashcontent");
	// ]]>
}
		
function openVideoWindow(url) {
		w = 360;
		h = 400;
		videoWindow = window.open("swf/"+url+".html", "videoWindow","width="+w+",height="+h+",left="+((screen.width/2)-(w/2))+",top=180 ,dependent=no,resizable=no,scrollbars=no,location=no,toolbar=no,menubar=no,status=no");
		videoWindow.focus();
}

//function focusRueckruf () {
//    if (document.getElementsByName("telrueckruf")[0].value == "-Ihre Telefonnummer-") {
//        document.getElementsByName("telrueckruf")[0].value = "";
//        document.getElementsByName("telrueckruf")[0].focus();
//	  }
//}

