function FormAusgabe()
	{
	if(document.kontakt.Ausgangssprache.value == document.kontakt.Zielsprache.value)
		{
                 alert(unescape("Utg%E5ngs- och m%E5lspr%E5k f%E5r inte vara desamma"));
   	 	document.kontakt.Zielsprache.focus();
    		return false;}


	if(isNaN(document.kontakt.Zeichen.value ))
		{
                 alert("Ange enbart siffror!");
   	 	document.kontakt.Zeichen.focus();
    		return false;}

	if(document.kontakt.Geschlecht[0].checked == false && document.kontakt.Geschlecht[1].checked == false)
		{
                 alert(unescape("Ange k%F6n"));
   	 	document.kontakt.Geschlecht.Frau.focus();
    		return false;}


	if (document.kontakt.Vorname.value == "")
		{
    		alert(unescape("Ange ditt f%F6rnamn%21"));
   	 	document.kontakt.Vorname.focus();
    		return false;
		}

  	if (document.kontakt.User.value == "")
		{
    		alert("Ange ditt namn!");
   	 	document.kontakt.User.focus();
    		return false;
  		}

	if (document.kontakt.Mail.value == "")
		{
    		alert("Ange din e-postadress!");
    		document.kontakt.Mail.focus();
    		return false;
  		}

	if (document.kontakt.Mail.value.indexOf("@") == -1||document.kontakt.Mail.value.indexOf(".") == -1)
		{
    		alert(unescape("Det %E4r ingen e-postadress%21"));
    		document.kontakt.Mail.focus();
    		return false;

	if(isNaN(document.kontakt.Tel.value ))
		{alert("Ange enbart siffror!");
   	 	document.kontakt.Tel.focus();
    		return false;}
  		}

	document.kontakt.submit();
  	}

startList = function() {
	if (document.all&&document.getElementById) {
		navRoot = document.getElementById("nav");
		for (i=0; i<navRoot.childNodes.length; i++) {
			node = navRoot.childNodes[i];
			if (node.nodeName=="LI") {
				node.onmouseover=function() {
					this.className+=" over";
				}
				node.onmouseout=function() {
					this.className=this.className.replace(" over", "");
				}
			}
		}
	}

         if (document.all&&document.getElementById) {
		navRoot = document.getElementById("nav2");
		for (i=0; i<navRoot.childNodes.length; i++) {
			node = navRoot.childNodes[i];
			if (node.nodeName=="LI") {
				node.onmouseover=function() {
					this.className+=" over";
				}
				node.onmouseout=function() {
					this.className=this.className.replace(" over", "");
				}
			}
		}
	}

                  if (document.all&&document.getElementById) {
		navRoot = document.getElementById("nav3");
		for (i=0; i<navRoot.childNodes.length; i++) {
			node = navRoot.childNodes[i];
			if (node.nodeName=="LI") {
				node.onmouseover=function() {
					this.className+=" over";
				}
				node.onmouseout=function() {
					this.className=this.className.replace(" over", "");
				}
			}
		}
	}
}
window.onload=startList;

function referenzen(){
	window.open("./zusatz/referenzen.html", "Referenzen", "location=no,menubar=no,resizable=no,scrollbars=yes,status=no,titlebar=no,toolbar=no,directories=no,width=950,height=650");
	}

function texte(){
	window.open("./zusatz/texte.html", "Referenzen", "location=no,menubar=no,resizable=no,scrollbars=yes,status=no,titlebar=no,toolbar=no,directories=no,width=650,height=650");
	}
function buecher(){
	window.open("./zusatz/buecher.html", "Referenzen", "location=no,menubar=no,resizable=no,scrollbars=yes,status=no,titlebar=no,toolbar=no,directories=no,width=650,height=650");
	}
function werbetexte(){
	window.open("./zusatz/werbetexte.html", "Referenzen", "location=no,menubar=no,resizable=no,scrollbars=yes,status=no,titlebar=no,toolbar=no,directories=no,width=450,height=650");
	}
function filmtexte(){
	window.open("./zusatz/filmtexte.html", "Referenzen", "location=no,menubar=no,resizable=no,scrollbars=yes,status=no,titlebar=no,toolbar=no,directories=no,width=450,height=650");
         }

function referenzen_dan(){
	window.open("../zusatz/referenzen_daen.html", "Projektliste", "location=no,menubar=no,resizable=no,scrollbars=yes,status=no,titlebar=no,toolbar=no,directories=no,width=950,height=650");
	}

function referenzen_fin(){
	window.open("../zusatz/referenzen_fin.html", "Projektilista", "location=no,menubar=no,resizable=no,scrollbars=yes,status=no,titlebar=no,toolbar=no,directories=no,width=950,height=650");
         }

function referenzen_nor(){
	window.open("../zusatz/referenzen_nor.html", "Prosjektliste", "location=no,menubar=no,resizable=no,scrollbars=yes,status=no,titlebar=no,toolbar=no,directories=no,width=950,height=650");
	}

function referenzen_swe(){
	window.open("../zusatz/referenzen_swe.html", "Projektilista", "location=no,menubar=no,resizable=no,scrollbars=yes,status=no,titlebar=no,toolbar=no,directories=no,width=950,height=650");
	}

function back(){
         document.write("<a href='javascript:history.back();'>Zurück</a> <span class='iota'>&#921;</span>");
         }
