function ein(aktuellerLink)
{
aktuellerLink.style.color="#A0522D";
}
function aus(aktuellerLink)
{
aktuellerLink.style.color="#9B907E";
}
function einN(aktuellerLink)
{
aktuellerLink.style.color="#A0522D";
}
function ausN(aktuellerLink)
{
aktuellerLink.style.color="#D8CFC8";
}
function Fensterschliessen()
{
window.close();
}

if (parent.location.href != self.location.href)
 {parent.left.location.href= '../Menue17.html';}