if (parent.frames.length >0) {
   window.top.location.href="http://www.deletaphi.de";
  }

function bildgr()
   {
     var hoehe   = screen.height ;
     var breite  = screen.width ;
     var adresse = top.window.location ;
     var indiz   = top.window.name ;
     var fenster ;
     if ( indiz == "z6425"  )
       { top.window.close() ; }
     else
       {
         fenster = window.open(adresse,"z6425","location=no, toolbar=no, menubar=no, status=no, statusbar=no, rezisable=no, scrollbars=yes") ;
         fenster.moveTo(0,0) ;
         fenster.resizeTo(breite,hoehe) ;
         fenster.focus() ;
       }
   }

function inf() {
   document.getElementById("abk").style.visibility="visible" ;
   }
   
function zu() {
   document.getElementById("abk").style.visibility="hidden" ;       
   }
   
function an(obj) {
   obj.style.visibility="visible" ;
   }
   
function aus(obj) {
   obj.style.visibility="hidden" ;
   }

