Normal2 = new Image();
Normal2.src ="images/schriftsteller_gruen.gif";
Highlight1=new Image();
Highlight1.src="images/bodo_kirchhoff_schriftstell.gif";
Highlight2 = new Image();
Highlight2.src ="images/schriftsteller_rot.gif";
Highlight3 = new Image();
Highlight3.src ="images/schriftsteller_gold.gif";
Highlight10 = new Image();
Highlight10.src ="images/schriftsteller_dunkelblau.gif";
Highlight11 = new Image();
Highlight11.src ="images/schriftsteller_gruen.gif";
Highlight12 = new Image();
Highlight12.src ="images/schriftsteller_grau.gif";
Highlight13 = new Image();
Highlight13.src ="images/schriftsteller_aqua.gif";
Highlight14 = new Image();
Highlight14.src ="images/schriftsteller_dunkelgruen.gif";


function navi(id,farbe,Bildnr,Bildobjekt) {

   if (document.all)
      document.all[id].style.backgroundColor=farbe;
   else
      if (document.getElementById)
         document.getElementById(id).style.backgroundColor=farbe;
      else
         if (document.layers)
            document.layers[id].bgColor=farbe;

window.document.images[Bildnr].src = Bildobjekt.src;

}
function biografie(id,farbe,Bildnr,Bildobjekt) {

   if (document.all)
      document.all[id].style.backgroundColor=farbe;
   else
      if (document.getElementById)
         document.getElementById(id).style.backgroundColor=farbe;
      else
         if (document.layers)
            document.layers[id].bgColor=farbe;

window.document.images[Bildnr].src = Bildobjekt.src;

}

