var t1 = new Array();
t1[0] = new Image(); t1[0].src="Bilder/tast-home-i.gif";
t1[1] = new Image(); t1[1].src="Bilder/tast-home.gif";
function t1aktiv() {
  document.Taste1.src = t1[1].src; }
function t1naktiv() {
  document.Taste1.src = t1[0].src;
}
var t2 = new Array();
t2[0] = new Image(); t2[0].src="Bilder/tast-lage-i.gif";
t2[1] = new Image(); t2[1].src="Bilder/tast-lage.gif";
function t2aktiv() {
  document.Taste2.src = t2[1].src; }
function t2naktiv() {
  document.Taste2.src = t2[0].src;
}
var t3 = new Array();
t3[0] = new Image(); t3[0].src="Bilder/tast-leist-i.gif";
t3[1] = new Image(); t3[1].src="Bilder/tast-leist.gif";
function t3aktiv() {
  document.Taste3.src = t3[1].src; }
function t3naktiv() {
  document.Taste3.src = t3[0].src;
}
var t4 = new Array();
t4[0] = new Image(); t4[0].src="Bilder/tast-freie-i.gif";
t4[1] = new Image(); t4[1].src="Bilder/tast-freie.gif";
function t4aktiv() {
  document.Taste4.src = t4[1].src; }
function t4naktiv() {
  document.Taste4.src = t4[0].src;
}
var t5 = new Array();
t5[0] = new Image(); t5[0].src="Bilder/tast-beruf-i.gif";
t5[1] = new Image(); t5[1].src="Bilder/tast-beruf.gif";
function t5aktiv() {
  document.Taste5.src = t5[1].src; }
function t5naktiv() {
  document.Taste5.src = t5[0].src;
}
var t6 = new Array();
t6[0] = new Image(); t6[0].src="Bilder/tast-praxis-i.gif";
t6[1] = new Image(); t6[1].src="Bilder/tast-praxis.gif";
function t6aktiv() {
  document.Taste6.src = t6[1].src; }
function t6naktiv() {
  document.Taste6.src = t6[0].src;
}
var t9 = new Array();
t9[0] = new Image(); t9[0].src="Bilder/tast-preise-i.gif";
t9[1] = new Image(); t9[1].src="Bilder/tast-preise.gif";
function t9aktiv() {
  document.Taste9.src = t9[1].src; }
function t9naktiv() {
  document.Taste9.src = t9[0].src;
}
var r1 = new Array();
r1[0] = new Image(); r1[0].src="Bilder/reiter-kontakt-i.gif";
r1[1] = new Image(); r1[1].src="Bilder/reiter-kontakt.gif";
function r1aktiv() {
  document.Reiter1.src = r1[1].src; }
function r1naktiv() {
  document.Reiter1.src = r1[0].src;
}
var r2 = new Array();
r2[0] = new Image(); r2[0].src="Bilder/reiter-mail-i.gif";
r2[1] = new Image(); r2[1].src="Bilder/reiter-mail.gif";
function r2aktiv() {
  document.Reiter2.src = r2[1].src; }
function r2naktiv() {
  document.Reiter2.src = r2[0].src;
}
var r3 = new Array();
r3[0] = new Image(); r3[0].src="Bilder/reiter-impressum-i.gif";
r3[1] = new Image(); r3[1].src="Bilder/reiter-impressum.gif";
function r3aktiv() {
  document.Reiter3.src = r3[1].src; }
function r3naktiv() {
  document.Reiter3.src = r3[0].src;
}
function PopVideo(bild,weite,hoehe,bweite,bhoehe,kommentar)
{
  var s4 = ",resizable=yes"
  if (screen.availHeight < hoehe)
   {hoehe=screen.availHeight - 20
    s4 = ",resizable=yes, scrollbars=yes"
    }
  if (screen.availWidth < weite) 
   {weite = screen.availWidth - 20
    s4 = ",resizable=yes, scrollbars=yes"
    }
  var s1 = 
    "<TITLE>Bild</TITLE>" +
    "<BODY BGCOLOR='#000000' onBlur='self.close()'><P ALIGN=CENTER>"
    var s2 = "<embed width="+bweite+" height="+bhoehe+" src=Bilder/"+bild+">"
   var s3 =   
    "</font><center>&nbpsp;<br><FORM><INPUT TYPE='BUTTON' VALUE='Fenster schlie&szlig;en'" +
                   "onClick='self.close()'>"  +
    "</FORM></center></BODY>"

  popup = window.open("","popDialog","height="+hoehe+",width="+weite+s4)

  popup.document.write(s1+s2+kommentar+s3)

  popup.document.close()
  if (document.layers) popup.focus()
}

