function top_frame_kontrolle(URL) {
  if (top==self || top==parent) {
   top.window.location=URL;
   top.window.name='';
  }
}
