function Go (x) 
{
  	if (x == "nothing") {
    	return;
  	} else    
    	location.href = x;
}



function AnimLeakm() 
{
	AnimFenster = window.open("AnimLeakm.html", "", "top=50, left=50, height=300, width=420, menubar=no, scrollbar=no, resizable=no");
}




function AnimLokal() 
{
	AnimFenster = window.open("AnimLokal.html", "", "top=50, left=50, height=300, width=420, menubar=no, scrollbar=no, resizable=no");
}



function openprint()
{
	window.open("Druckversion.html", "", "top=0, left=0, height=768, width=1024, menubar=yes, scrollbars=yes");
}



function writeadr1()
{
    	document.write(opener.document.Formular.Name.value + "  |  ");
	document.write(opener.document.Formular.Firma.value + "  |  ");
	document.write(opener.document.Formular.Anschrift.value +"  | ");
	document.write(opener.document.Formular.Telefon.value + "  |  ");
	document.write(opener.document.Formular.EMail.value);
}





function readboxesl()
{
	var Ausgabe ="";
	for(i=0; i<=18;i++){
		
		if(opener.document.boxl.checkboxen[i].checked){
		Ausgabe = opener.document.boxl.checkboxen[i].value + "<br />";
		document.write("- "+Ausgabe);
	}
	}
}



function writetext()
{
	document.write('<pre>');
	document.write(opener.document.Textfeld.Feedback.value);
	document.write("</pre>");
	
}

function getMail(Nname, Ddomain)
{
var name = Nname; 
var domain = Ddomain; 
document.write('<a href=\"mailto:' + name + '@' + domain + '\">' + name + '@' + domain + '</a>'); 
}


