if (document.images) 
{
  n0 = new Image();
  n0.src = 'images/diaschau_01.gif';
  h0 = new Image();
  h0.src = 'images/diaschau_02.gif';
  n1 = new Image();
  n1.src = 'images/guestbook_01.gif';
  h1 = new Image();
  h1.src = 'images/guestbook_02.gif';
  n2 = new Image();
  n2.src = '../images/home_01.gif';
  h2 = new Image();
  h2.src = '../images/home_02.gif';
  n3 = new Image();
  n3.src = 'images/diaschau_03.gif';
  h3 = new Image();
  h3.src = 'images/diaschau_04.gif';
  n4 = new Image();
  n4.src = 'images/aktuell_01.gif';
  h4 = new Image();
  h4.src = 'images/aktuell_02.gif';
  n5 = new Image();
  n5.src = 'images/archiv_01.gif';
  h5 = new Image();
  h5.src = 'images/archiv_02.gif';
  
}

function Bildwechsel(Bild,Objekt)
{
  if (document.images)
    document[Bild].src = Objekt.src;
}
