function spielen()
{
document.getElementById("ton").innerHTML="<embed src='jahallohierist.wav' loop=false autostart=true mastersound hidden=true><\/embed>";
}

Normal1 = new Image();
Normal1.src ="images/bodo_kirchhoff_schriftstell.gif";

Highlight2 = new Image();
Highlight2.src ="images/schriftsteller_rot.gif";
Highlight9 = new Image();
Highlight9.src ="images/schriftsteller_gold.gif";
Highlight10 = new Image();
Highlight10.src ="images/schriftsteller_dunkelblau.gif";
Highlight11 = new Image();
Highlight11.src ="images/schriftsteller_gruen.gif";
Highlight13 = new Image();
Highlight13.src ="images/schriftsteller_dunkelgruen.gif";
Highlight12 = new Image();
Highlight12.src ="images/schriftsteller_aqua.gif";


 Highlight14 = new Image();
Highlight14.src ="images/schriftsteller_grau.gif";
function news(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;

}


Normal3 = new Image();
Normal3.src ="images/cover_infanta_quadr_grau.gif"
Highlight3 = new Image();
Highlight3.src ="images/cover_infanta_quadr.gif";

Normal4 = new Image();
Normal4.src ="images/cover_sandm_quar_grau.gif"
Highlight4 = new Image();
Highlight4.src ="images/cover_sandm_quar.gif";


Normal5 = new Image();
Normal5.src ="images/cover_parlando_quadr_grau.gif"
Highlight5 = new Image();
Highlight5.src ="images/cover_parlando_quadr.gif";

Normal6 = new Image();
Normal6.src ="images/cover_schunr_quadr_grau.gif"
Highlight6 = new Image();
Highlight6.src ="images/cover_schund_quadr.gif";

Normal7 = new Image();
Normal7.src ="images/cover_garbo_grau.gif"
Highlight7 = new Image();
Highlight7.src ="images/kleine_garbo_bunt.gif";


Normal8 = new Image();
Normal8.src ="images/cover_porsche_quar_grau.gif"
Highlight8 = new Image();
Highlight8.src ="images/cover_porsche_quar_bunt.gif";

function Bildwechsel(Bildnr,Bildobjekt)
{
window.document.images[Bildnr].src = Bildobjekt.src;
}


