function topoffen ()
{
var offen = null, hier = self;

while (hier.location)
    {
    offen = hier;

    if (hier != top && hier.name != 'abschweb_de')
        hier = hier.parent
    else
        break;
    }

return offen;
}





var xtop = topoffen ();






function nimmKapitel ()
{
parent.location.href = top.Datei;
}







function heimlich () 
{
parent.heimlich_fertig = true;
with (document.getElementsByTagName ('body') [0])
    {
    onclick = nimmKapitel;
    style.cursor = 'hand';
    }
}







if (name != 'heimlich')
    {
    var selbst = location.href.slice (location.href.lastIndexOf ('/') + 1);

    if (window.name.toLowerCase () != "info")
        location.replace ('index.html?' + selbst)
    else
        {
        parent.StatusInfo (location.href);
        parent.FettPunkt (FettPunkt);
        }

    top.Bereich = 'werkst@tt';
    top.Datei = selbst;
    }
else
    {
    window.onload = heimlich;
    }
