function initial()
{
  parent.basket="";
  
 if (parent.frames.length == 0)
top.location.href = "index.html";
if(top.frames[0].name == "Inhalt")
 {
 // leer Anweisung
 }
 else
 top.location.href = "index.html"
}
