  <!--
  Normal1 = new Image(); 
  Normal1.src = "camping/welcome.gif"
  Highlight1 = new Image(); 
  Highlight1.src = "camping/welcome1.gif"

  Normal2 = new Image(); 
  Normal2.src = "camping/camping.gif"
  Highlight2 = new Image(); 
  Highlight2.src = "camping/camping1.gif"

  Normal3 = new Image(); 
  Normal3.src = "camping/guesthouse.gif"
  Highlight3 = new Image(); 
  Highlight3.src = "camping/guesthouse1.gif"

  Normal4 = new Image(); 
  Normal4.src = "camping/surroundings.gif"
  Highlight4 = new Image(); 
  Highlight4.src = "camping/surroundings1.gif"

  Normal5 = new Image(); 
  Normal5.src = "camping/journey.gif"
  Highlight5 = new Image(); 
  Highlight5.src = "camping/journey1.gif"

  Normal6 = new Image(); 
  Normal6.src = "camping/email.gif"
  Highlight6 = new Image(); 
  Highlight6.src = "camping/email1.gif"


  function Bildwechsel(Bildnr,Bildobjekt)
  {
   window.document.images[Bildnr].src = Bildobjekt.src;
  }
 //-->

  