var stop   = "home";
    imgsrc = "./grafik/home.jpg";
function loadengl(){
top.location.href = "indexengl.html";
}
function loadger(){
top.location.href = "index.html";
}
function loadshop(){
top.location.href = "./shopneu/index.htm";
}
function clickaus(name,img)
{
  this.document[stop].src=imgsrc;
  imgsrc = this.document[name].src;
  this.document[name].src="./grafik/"+img+"_click.jpg";
  stop = name;
}
function change(name)
{
  if(document.all){
  for(i = 0; i < document.images.length; ++i)
  {
    this.document.images[i].border = 0;   
  }
  if(name != "")
  {
    this.document[name].border = 3;
  }
  }
}