var aktiveSeite   = 0;
var fenster_offen = 0;

function neuesFenster ( url, breite, hoehe )
{
  if ( fenster_offen == 1 )
  { fenster.close ();
    fenster_offen = 0;
  }
  b = breite + 22;
  h = hoehe + 34;
  fenster = open ( url, "Addrit", 
		   "dependent=yes,toolbar=no,location=0,directories=no,status=yes,menubar=no,scrollbars=no,resizable=yes,width=" +b + ",height=" +h );
  fenster.focus ();
  fenster_offen = 1;
}

function schliesseFenster ()
{
  if ( fenster_offen == 1 )
  { fenster.close ();
    fenster_offen = 0;
  }
}

function hoover ( nr )
{
  if ( nr == 1 )	window.document.b1.src  = "../images/AddritHoover.gif";
  if ( nr == 2 )	window.document.b2.src  = "../images/AddritHoover.gif";
  if ( nr == 3 )	window.document.b3.src  = "../images/AddritHoover.gif";
  if ( nr == 4 )	window.document.b4.src  = "../images/AddritHoover.gif";
  if ( nr == 5 )	window.document.b5.src  = "../images/AddritHoover.gif";
  if ( nr == 6 )	window.document.b6.src  = "../images/AddritHoover.gif";
  if ( nr == 7 )	window.document.b7.src  = "../images/AddritHoover.gif";
  if ( nr == 8 )	window.document.b8.src  = "../images/AddritHoover.gif";
  if ( nr == 9 )	window.document.b9.src  = "../images/AddritHoover.gif";
  if ( nr == 10 )	window.document.b10.src = "../images/AddritHoover.gif";
  if ( nr == 11 )	window.document.b11.src = "../images/AddritHoover.gif";
  if ( nr == 12 )	window.document.b12.src = "../images/AddritHoover.gif";
  if ( nr == 13 )	window.document.b13.src = "../images/AddritHoover.gif";
  if ( nr == 14 )	window.document.b14.src = "../images/AddritHoover.gif";
  if ( nr == 15 )	window.document.b15.src = "../images/AddritHoover.gif";
  if ( nr == 16 )	window.document.b16.src = "../images/AddritHoover.gif";
}

function unhoover( nr )
{
  if (( nr == 1 )  && ( nr != aktiveSeite ))	window.document.b1.src  = "../images/AddritButton.gif";
  if (( nr == 2 )  && ( nr != aktiveSeite ))	window.document.b2.src  = "../images/AddritButton.gif";
  if (( nr == 3 )  && ( nr != aktiveSeite ))	window.document.b3.src  = "../images/AddritButton.gif";
  if (( nr == 4 )  && ( nr != aktiveSeite ))	window.document.b4.src  = "../images/AddritButton.gif";
  if (( nr == 5 )  && ( nr != aktiveSeite ))	window.document.b5.src  = "../images/AddritButton.gif";
  if (( nr == 6 )  && ( nr != aktiveSeite ))	window.document.b6.src  = "../images/AddritButton.gif";
  if (( nr == 7 )  && ( nr != aktiveSeite ))	window.document.b7.src  = "../images/AddritButton.gif";
  if (( nr == 8 )  && ( nr != aktiveSeite ))	window.document.b8.src  = "../images/AddritButton.gif";
  if (( nr == 9 )  && ( nr != aktiveSeite ))	window.document.b9.src  = "../images/AddritButton.gif";
  if (( nr == 10 ) && ( nr != aktiveSeite ))	window.document.b10.src = "../images/AddritButton.gif";
  if (( nr == 11 ) && ( nr != aktiveSeite ))	window.document.b11.src = "../images/AddritButton.gif";
  if (( nr == 12 ) && ( nr != aktiveSeite ))	window.document.b12.src = "../images/AddritButton.gif";
  if (( nr == 13 ) && ( nr != aktiveSeite ))	window.document.b13.src = "../images/AddritButton.gif";
  if (( nr == 14 ) && ( nr != aktiveSeite ))	window.document.b14.src = "../images/AddritButton.gif";
  if (( nr == 15 ) && ( nr != aktiveSeite ))	window.document.b15.src = "../images/AddritButton.gif";
  if (( nr == 16 ) && ( nr != aktiveSeite ))	window.document.b16.src = "../images/AddritButton.gif";
}

function showpage ( nr )
{
  aktiveSeite = nr ;
  if ( window.document.b1.src.indexOf  ( "AddritButton.gif" ) == -1 )	window.document.b1.src  = "../images/AddritButton.gif";
  if ( window.document.b2.src.indexOf  ( "AddritButton.gif" ) == -1 )	window.document.b2.src  = "../images/AddritButton.gif";
  if ( window.document.b3.src.indexOf  ( "AddritButton.gif" ) == -1 )	window.document.b3.src  = "../images/AddritButton.gif";
  if ( window.document.b4.src.indexOf  ( "AddritButton.gif" ) == -1 )	window.document.b4.src  = "../images/AddritButton.gif";
  if ( window.document.b5.src.indexOf  ( "AddritButton.gif" ) == -1 )	window.document.b5.src  = "../images/AddritButton.gif";
  if ( window.document.b6.src.indexOf  ( "AddritButton.gif" ) == -1 )	window.document.b6.src  = "../images/AddritButton.gif";
  if ( window.document.b7.src.indexOf  ( "AddritButton.gif" ) == -1 )	window.document.b7.src  = "../images/AddritButton.gif";
  if ( window.document.b8.src.indexOf  ( "AddritButton.gif" ) == -1 )	window.document.b8.src  = "../images/AddritButton.gif";
  if ( window.document.b9.src.indexOf  ( "AddritButton.gif" ) == -1 )	window.document.b9.src  = "../images/AddritButton.gif";
  if ( window.document.b10.src.indexOf ( "AddritButton.gif" ) == -1 )	window.document.b10.src = "../images/AddritButton.gif";
  if ( window.document.b11.src.indexOf ( "AddritButton.gif" ) == -1 )	window.document.b11.src = "../images/AddritButton.gif";
  if ( window.document.b13.src.indexOf ( "AddritButton.gif" ) == -1 )	window.document.b13.src = "../images/AddritButton.gif";
  if ( window.document.b14.src.indexOf ( "AddritButton.gif" ) == -1 )	window.document.b14.src = "../images/AddritButton.gif";
  if ( window.document.b15.src.indexOf ( "AddritButton.gif" ) == -1 )	window.document.b15.src = "../images/AddritButton.gif";

  hoover ( nr );
  schliesseFenster();
}

function showtimedate ()
{
  jetzt = new Date ();
  text  = jetzt.getDate() + "." + ( jetzt.getMonth() + 1 );
  if ( jetzt.getYear()   < 100 )	text = text + "."  + ( jetzt.getYear() + 2000 );
  if ( jetzt.getYear()   >  99 )	text = text + "."  + jetzt.getYear();
  if ( jetzt.getHours()   < 10 )	text = text + " 0" + jetzt.getHours();
  if ( jetzt.getHours()   >  9 )	text = text + " "  + jetzt.getHours();
  if ( jetzt.getMinutes() < 10 )	text = text + ":0" + jetzt.getMinutes();
  if ( jetzt.getMinutes() >  9 )	text = text + ":"  + jetzt.getMinutes();
  return text;
}

function ShowStart ( nr )
{ if ( nr == 11 )
  { Aufruf = parent.location.search;
    if ( Aufruf != "" )  parent.document.all.KB.src = "KB/" + Aufruf.substring (1);
  }
}

function CheckTop ( Page )
{ if ( window.location.pathname == top.location.pathname )
  { Datei = location.pathname.substring ( location.pathname.lastIndexOf ( '/' ) +1 );
    window.location.href = "../KB.htm?" + Datei;
  }
}