<!--

// Wenn eine Seite ausserhalb des Framesets geöffnet wird
if(!parent.frames[0])
{
parent.location.href = "index.html";
}


//-->