
Normal1 = new Image();    
Normal1.src = "e.gif";

Normal2 = new Image();    
Normal2.src = "e.gif";

Normal3 = new Image();
Normal3.src = "e.gif";

Normal4 = new Image();
Normal4.src = "e.gif";

Normal5 = new Image();
Normal5.src = "e.gif";

Normal6 = new Image();
Normal6.src = "bild1d.gif";
Highlight6 = new Image();
Highlight6.src = "bild1c.gif";

Normal7 = new Image();            /* 1. Link: Home */
Normal7.src = "home1.gif";

Normal8 = new Image();
Normal8.src = "bild1d.gif";
Highlight8 = new Image();
Highlight8.src = "bild1c.gif";

Normal9 = new Image();            /* 2. Link: Biographie */
Normal9.src = "bio.gif";

Normal10 = new Image();
Normal10.src = "bild1d.gif";
Highlight10 = new Image();
Highlight10.src = "bild1c.gif";

Normal11 = new Image();           /* 3. Link: Ararat */
Normal11.src = "ararat.gif";

Normal12 = new Image();
Normal12.src = "bild1d.gif";
Highlight12 = new Image();
Highlight12.src = "bild1c.gif";

Normal13 = new Image();           /* 4. Link: Aktuelles */
Normal13.src = "aktuelles.gif";

Normal14 = new Image();
Normal14.src = "bild1d.gif";
Highlight14 = new Image();
Highlight14.src = "bild1c.gif";

Normal15 = new Image();           /* 5. Link: Projekte */
Normal15.src = "projekte.gif";

Normal16 = new Image();
Normal16.src = "bild1d.gif";
Highlight16 = new Image();
Highlight16.src = "bild1c.gif";

Normal17 = new Image();           /* 6. Link: Links */
Normal17.src = "links.gif";

Normal18 = new Image();
Normal18.src = "bild1d.gif";
Highlight18 = new Image();
Highlight18.src = "bild1c.gif";

Normal19 = new Image();           /* 7. Link: Feedback */
Normal19.src = "feedback.gif";

function swap(Bildnr,Bildobjekt)
{
  window.document.images[Bildnr].src = Bildobjekt.src;
}

