﻿var zauf01 = "0";
function auf01() 
{
	if (zauf01 == "0") {
	document.getElementById('SpracheLinks').style.display='block';
	document.getElementById('SpracheButton').innerHTML='Sprache';
	zauf01 = "1";
}
	else if (zauf01 == "1") {
	document.getElementById('SpracheLinks').style.display='none';
	document.getElementById('SpracheButton').innerHTML='Sprache';
	zauf01 = "0";
}
}
function DritteSpalte()
{
	
	
}
function Header(name)
{
document.write('<div class="HeaderLeiste">');
document.write('<map name="HeaderLeiste">');
document.write('<area shape=rect coords="1,0,40,14" title="" a href="Index.htm"></a>');
document.write('<area shape=rect coords="45,0,99,13" title="" a href="Sitemap.htm"></a>');
document.write('<area shape=rect coords="105,0,171,14" title="" a href="Impressum.htm"></a>');
document.write('</map><img src="HeaderLeiste.gif" usemap="#HeaderLeiste" border=0>');
document.write('</div>');
if (name=='UebersetzungenTechnischeKommunikationundDokumentation') { 
document.write('<div class="HeaderNavigation">');
document.write('<table style="margin-left: 0px"; cellspacing=>');
document.write('<td class="kopf" ID="go1" nowrap><p class="kopf"><a class="kopf" href="Auf_Augenhoehe.htm" name="Auf Augenhoehe">Philosophie</a></td>');
document.write('<td class="kopf" ID="go2" nowrap><p class="kopf"><a class="kopf" href="Toolfrage.htm" name="Toolfrage">Übersetzung</a></td>');
document.write('<td class="kopf" ID="go3" nowrap><p class="kopf"><a class="kopf" href="Dokumentation.htm" name="Dokumentation">Dokumentation</a></td>');
document.write('<td class="kopf" ID="go4" nowrap><p class="kopf"><a class="kopf" href="Schulung_Qualitaet.htm" name="Qualität">Schulung</a></td>');
document.write('<td class="kopf" ID="go5" nowrap><p class="kopf"><a class="kopf" href="Profil.htm" name="Profil">Über uns</a></td>');
document.write('</Table>');
document.write('</div>');
}
if (name=='Sitemap') { 
document.write('<div class="HeaderNavigation">');
document.write('<table style="margin-left: 0px"; cellspacing=>');
document.write('<td class="kopf" ID="go1" nowrap><p class="kopf"><a class="kopf" href="Auf_Augenhoehe.htm" name="Auf Augenhoehe">Philosophie</a></td>');
document.write('<td class="kopf" ID="go2" nowrap><p class="kopf"><a class="kopf" href="Toolfrage.htm" name="Toolfrage">Übersetzung</a></td>');
document.write('<td class="kopf" ID="go3" nowrap><p class="kopf"><a class="kopf" href="Dokumentation.htm" name="Dokumentation">Dokumentation</a></td>');
document.write('<td class="kopf" ID="go4" nowrap><p class="kopf"><a class="kopf" href="Schulung_Qualitaet.htm" name="Qualität">Schulung</a></td>');
document.write('<td class="kopf" ID="go5" nowrap><p class="kopf"><a class="kopf" href="Profil.htm" name="Profil">Über uns</a></td>');
document.write('</Table>');
document.write('</div>');
}
if (name=='Impressum') { 
document.write('<div class="HeaderNavigation">');
document.write('<table style="margin-left: 0px"; cellspacing=>');
document.write('<td class="kopf" ID="go1" nowrap><p class="kopf"><a class="kopf" href="Auf_Augenhoehe.htm" name="Auf Augenhoehe">Philosophie</a></td>');
document.write('<td class="kopf" ID="go2" nowrap><p class="kopf"><a class="kopf" href="Toolfrage.htm" name="Toolfrage">Übersetzung</a></td>');
document.write('<td class="kopf" ID="go3" nowrap><p class="kopf"><a class="kopf" href="Dokumentation.htm" name="Dokumentation">Dokumentation</a></td>');
document.write('<td class="kopf" ID="go4" nowrap><p class="kopf"><a class="kopf" href="Schulung_Qualitaet.htm" name="Qualität">Schulung</a></td>');
document.write('<td class="kopf" ID="go5" nowrap><p class="kopf"><a class="kopf" href="Profil.htm" name="Profil">Über uns</a></td>');
document.write('</Table>');
document.write('</div>');
}
}

