

if (((navigator.appName == "Netscape") && (parseInt(navigator.appVersion.substring(0,1)) >=3)) || ((navigator.appName == "Microsoft Internet Explorer") && (parseInt(navigator.appVersion.substring(0,1)) >=4)))

{
 var version = true
}

function change(anaus, name)
{
 if (version)
 {
  if (name=='derclub')
  {
    if (anaus==1)
    {
       this.document[name].src="images/derclub_over.gif"
    }

    if (anaus==0)
    {
       this.document[name].src="images/derclub.gif"
    }

  }

  if (name=='updateinfo')
  {
    if (anaus==1)
    {
       this.document[name].src="images/updateinfo_over.gif"
    }

    if (anaus==0)
    {
       this.document[name].src="images/updateinfo.gif"
    }
  }

  if (name=='bildergalerie')
  {
    if (anaus==1)
    {
       this.document[name].src="images/bildergalerie_over.gif"
    }

    if (anaus==0)
    {
       this.document[name].src="images/bildergalerie.gif"
    }
  }

  if (name=='teilemarkt')
  {
    if (anaus==1)
    {
       this.document[name].src="images/teilemarkt_over.gif"
    }

    if (anaus==0)
    {
       this.document[name].src="images/teilemarkt.gif"
    }
  }

  if (name=='gaestebuch')
  {
    if (anaus==1)
    {
       this.document[name].src="images/gaestebuch_over.gif"
    }

    if (anaus==0)
    {
       this.document[name].src="images/gaestebuch.gif"
    }
  }

  if (name=='links')
  {
    if (anaus==1)
    {
       this.document[name].src="images/links_over.gif"
    }

    if (anaus==0)
    {
       this.document[name].src="images/links.gif"
    }
  }

  if (name=='kontakt')
  {
    if (anaus==1)
    {
       this.document[name].src="images/kontakt_over.gif"
    }

    if (anaus==0)
    {
       this.document[name].src="images/kontakt.gif"
    }
  }
 }
  if (name=='presse')
  {
    if (anaus==1)
    {
       this.document[name].src="images/presse_over.gif"
    }

    if (anaus==0)
    {
       this.document[name].src="images/presse.gif"
    }
  }
  if (name=='fahrer')
  {
    if (anaus==1)
    {
       this.document[name].src="images/fahrer_over.gif"
    }

    if (anaus==0)
    {
       this.document[name].src="images/fahrer.gif"
    }
  }
  if (name=='clubtreffen')
  {
    if (anaus==1)
    {
       this.document[name].src="images/clubtreffen_over.gif"
    }

    if (anaus==0)
    {
       this.document[name].src="images/clubtreffen.gif"
    }
  }
  if (name=='aufkleber')
  {
    if (anaus==1)
    {
       this.document[name].src="images/aufkleber_over.gif"
    }

    if (anaus==0)
    {
       this.document[name].src="images/aufkleber.gif"
    }
  }
  if (name=='motorsport')
  {
    if (anaus==1)
    {
       this.document[name].src="images/motorsport_over.gif"
    }

    if (anaus==0)
    {
       this.document[name].src="images/motorsport.gif"
    }
  }
  if (name=='werbung')
  {
    if (anaus==1)
    {
       this.document[name].src="images/werbung_over.gif"
    }

    if (anaus==0)
    {
       this.document[name].src="images/werbung.gif"
    }
  }
  if (name=='member')
  {
    if (anaus==1)
    {
       this.document[name].src="images/member_over.gif"
    }

    if (anaus==0)
    {
       this.document[name].src="images/member.gif"
    }
  }
}

/*
function preload()
        {
                img_aktuell = new Image()
                img_aktuell.src = "../images/aktuellover.gif"

                img_dorf = new Image()
                img_dorf.src = "../images/dorfover.gif"

                img_geschichte = new Image()
                img_geschichte.src = "../images/geschichteover.gif"

                img_links = new Image()
                img_links.src = "../images/linksover.gif"

                img_email = new Image()
                img_email.src = "../images/emailover.gif"

                img_gaeste = new Image()
                img_gaeste.src = "../images/gaestebuchover.gif"

                img_forum = new Image()
                img_forum.src = "../images/forumover.gif"

        }
                */
