function showLayer(LayerName)
{
  setVisibility(LayerName,'visible');
}

function hideLayer(LayerName)
{
  setVisibility(LayerName,'hidden');
}
function setVisibility(LayerName,Wert) {
  if(document.all || document.layers || document.getElementById) {
    var obj=document.all ? document.all[LayerName].style : document.layers ? document[LayerName] : document.getElementById(LayerName).style;
    obj.visibility = Wert;
  }
}
function preload() {
  if (!document.images) return;
  var ar = new Array();
  var arguments = preload.arguments;
  for (var i = 0; i < arguments.length; i++) {
    ar[i] = new Image();
    ar[i].src = arguments[i];
  }
}
    

    NormalBuchstaben = new Image();
    NormalBuchstaben.src = "Bilder/spacer.gif";
    HighlightBuchstaben = new Image();
    HighlightBuchstaben.src = "Bilder/dunkelblau.gif";
	
   function BildwechselBuchstaben(Bildname,Bildobjekt)
{
 window.document.KastenBuchstaben.src = Bildobjekt.src;
}
   
  

NormalLichtreklame = new Image();
    NormalLichtreklame.src = "Bilder/spacer.gif";
    HighlightLichtreklame = new Image();
    HighlightLichtreklame.src = "Bilder/dunkelblau.gif";

function BildwechselLichtreklame(Bildname,Bildobjekt)
{
 window.document.KastenLichtreklame.src = Bildobjekt.src;
}


	Normal = new Image();
    Normal.src = "Bilder/DrWolter_Button_grau.gif";
    Highlight = new Image();
    Highlight.src = "Bilder/DrWolter_Button_blau.gif";

   function Bildwechsel1(Bildname,Bildobjekt)
{
 window.document.Button.src = Bildobjekt.src;
}

   function Bildwechsel2(Bildname,Bildobjekt)
{
 window.document.Button2.src = Bildobjekt.src;
}

   function Bildwechsel3(Bildname,Bildobjekt)
{
 window.document.Button3.src = Bildobjekt.src;
}

   function Bildwechsel4(Bildname,Bildobjekt)
{
 window.document.Button4.src = Bildobjekt.src;
}

   function Bildwechsel5(Bildname,Bildobjekt)
{
 window.document.Button5.src = Bildobjekt.src;
}

   function Bildwechsel6(Bildname,Bildobjekt)
{
 window.document.Button6.src = Bildobjekt.src;
}
   function Bildwechsel7(Bildname,Bildobjekt)
{
 window.document.Button7.src = Bildobjekt.src;
}
   function Bildwechsel8(Bildname,Bildobjekt)
{
 window.document.Button8.src = Bildobjekt.src;
}
   function Bildwechsel9(Bildname,Bildobjekt)
{
 window.document.Button9.src = Bildobjekt.src;
}
   function Bildwechsel10(Bildname,Bildobjekt)
{
 window.document.Button10.src = Bildobjekt.src;
}
   function Bildwechsel11(Bildname,Bildobjekt)
{
 window.document.Button11.src = Bildobjekt.src;
}
   function Bildwechsel12(Bildname,Bildobjekt)
{
 window.document.Button12.src = Bildobjekt.src;
}
   function Bildwechsel13(Bildname,Bildobjekt)
{
 window.document.Button13.src = Bildobjekt.src;
}

   function Bildwechsel14(Bildname,Bildobjekt)
{
 window.document.Button14.src = Bildobjekt.src;
}
   function Bildwechsel15(Bildname,Bildobjekt)
{
 window.document.Button15.src = Bildobjekt.src;
}
   function Bildwechsel16(Bildname,Bildobjekt)
{
 window.document.Button16.src = Bildobjekt.src;
}
   function Bildwechsel17(Bildname,Bildobjekt)
{
 window.document.Button17.src = Bildobjekt.src;
}
   function Bildwechsel18(Bildname,Bildobjekt)
{
 window.document.Button18.src = Bildobjekt.src;
}
   function Bildwechsel19(Bildname,Bildobjekt)
{
 window.document.Button19.src = Bildobjekt.src;
}
   function Bildwechsel20(Bildname,Bildobjekt)
{
 window.document.Button20.src = Bildobjekt.src;
}

