swEint1 = new Image();
swEint1.src = "micons/eintragen1.jpg";

swEint2 = new Image();
swEint2.src = "micons/eintragen2.jpg";

swBn1 = new Image();
swBn1.src = "micons/36px-Palme-klein.gif";

swBn1a = new Image();
swBn1a.src = "micons/36px-Palme-gross.gif";

swBn2 = new Image();
swBn2.src = "micons/36px-mic-klein.gif";

swBn2a = new Image();
swBn2a.src = "micons/36px-mic-gross.gif";

swBn3 = new Image();
swBn3.src = "micons/36px-wall-klein.gif";

swBn3a = new Image();
swBn3a.src = "micons/36px-wall-gross.gif";

swBn4 = new Image();
swBn4.src = "micons/36px-world-klein.gif";

swBn4a = new Image();
swBn4a.src = "micons/36px-world-gross.gif";

swBn5 = new Image();
swBn5.src = "micons/36px-business-klein.gif";

swBn5a = new Image();
swBn5a.src = "micons/36px-business-gross.gif";

swBn6 = new Image();
swBn6.src = "micons/36px-splash-klein.gif";

swBn6a = new Image();
swBn6a.src = "micons/36px-splash-gross.gif";

swBn7 = new Image();
swBn7.src = "micons/36px-clock-klein.gif";

swBn7a = new Image();
swBn7a.src = "micons/36px-clock-gross.gif";

swBn8 = new Image();
swBn8.src = "micons/36px-pult-klein.gif";

swBn8a = new Image();
swBn8a.src = "micons/36px-pult-gross.gif";

function swap(NameDesBildes,Quelle)
{
  eval ("window.document." + NameDesBildes + ".src = " + Quelle + ".src");
}