if (top!=self)
 {
  if (window.opera) window.onload=opera_frames_brechen;
  else top.location=self.location;
 }

function opera_frames_brechen()
 {
  document.links['frames_brechen'].click();
 }
