Normal1 = new Image()
Normal1.src = "images/altoff.jpg"
Highlight1 = new Image()
Highlight1.src = "images/alton.gif"

function Bildwechsel (Bildnr, Bildobjekt)
{
  window.document.images[Bildnr].src = Bildobjekt.src
}

function Ja()
{
  document.location.href="index-start.html"
}

function Nein()
{
  document.location.href="abgelehnt.html"
}