var ZielDatei = "../index.htm";

if (top.frames.length == 0)
 {
  if(document.images)
   {
    top.location.replace(ZielDatei);
   }
  else
   {
    top.location.href = ZielDatei;
   }
 }

