function lada(seite1,seite2) {
  parent.bar.location.href=seite1;
  parent.main.location.href=seite2;
}

if (top.frames.length <1 ) {
  top.location.href="index.html";
}