
  dates1 = new Image();
  dates1.src = "img/dates.gif";
  dates2 = new Image();
  dates2.src = "img/dates_hover.gif";

  news1 = new Image();
  news1.src = "img/news.gif";
  news2 = new Image();
  news2.src = "img/news_hover.gif";

  links1 = new Image();
  links1.src = "img/links.gif";
  links2 = new Image();
  links2.src = "img/links_hover.gif";

  guestbook1 = new Image();
  guestbook1.src = "img/guestbook.gif";
  guestbook2 = new Image();
  guestbook2.src = "img/guestbook_hover.gif";

  contact1 = new Image();
  contact1.src = "img/contact.gif";
  contact2 = new Image();
  contact2.src = "img/contact_hover.gif";

  sound1 = new Image();
  sound1.src = "img/sound.gif";
  sound2 = new Image();
  sound2.src = "img/sound_hover.gif";

  photos1 = new Image();
  photos1.src = "img/photos.gif";
  photos2 = new Image();
  photos2.src = "img/photos_hover.gif";

  theband1 = new Image();
  theband1.src = "img/theband.gif";
  theband2 = new Image();
  theband2.src = "img/theband_hover.gif";

  function Bildwechsel(Bildnr,Bildobjekt)
  {
   window.document.images[Bildnr].src = Bildobjekt.src;
  }