// Frameset
if(self==parent.MainFrame)
{// Titel von Frameset-Seite entsprechend MainFrame-Seite setzen
 top.document.title="Köpfleshupfer - "+document.title;
 // sub.html aus Verzeichnis von MainFrame-Seite in den SubFrame laden
 if(location.href.substr(0,location.href.lastIndexOf("/"))+"/sub.html"!=parent.SubFrame.location.href)
 {parent.SubFrame.location.replace("sub.html");}}

function removeNode(node)
// löscht den Knoten node
{return(node.parentNode.removeChild(node));}

