/*verhindert das die Seiten in einem fremden Frame geöffnet werden*/
function frame()
 {
 if(top!=self)
  top.location=self.location;
  }

