<!--
var button11 = new Image();
button11.src = "../german/nav-images/home1.jpg";
var button21 = new Image();
button21.src = "nav-images/philosophy1.jpg";
var button31 = new Image();
button31.src = "nav-images/chronicle1.jpg";
var button41 = new Image();
button41.src = "nav-images/references1.jpg";
var button51 = new Image();
button51.src = "nav-images/financing1.jpg";
var button61 = new Image();
button61.src = "../german/nav-images/information1.jpg";
var button71 = new Image();
button71.src = "../german/nav-images/download1.jpg";
var button81 = new Image();
button81.src = "nav-images/contact1.jpg";

var button12 = new Image();
button12.src = "../german/nav-images/home2.jpg";
var button22 = new Image();
button22.src = "nav-images/philosophy2.jpg";
var button32 = new Image();
button32.src = "nav-images/chronicle2.jpg";
var button42 = new Image();
button42.src = "nav-images/references2.jpg";
var button52 = new Image();
button52.src = "nav-images/financing2.jpg";
var button62 = new Image();
button62.src = "../german/nav-images/information2.jpg";
var button72 = new Image();
button72.src = "../german/nav-images/download2.jpg";
var button82 = new Image();
button82.src = "nav-images/contact2.jpg";

function changeimg(x,name)
{
   window.document.images[x].src = name.src;
}

function change_2frames(URL1,F1,URL2,F2)
{  
  parent.frames[F1].location.href = URL1;
  parent.frames[F2].location.href = URL2;
}

function change_3frames(URL1,F1,URL2,F2,URL3,F3)
{  
  parent.frames[F1].location.href = URL1;
  parent.frames[F2].location.href = URL2;
  parent.frames[F3].location.href = URL3;
}
//-->
