var button11 = new Image();
button11.src = "images/nav/home-out.gif";
var button21 = new Image();
button21.src = "images/nav/partnerunternehmen-out.gif";
var button31 = new Image();
button31.src = "images/nav/team-out.gif";
var button41 = new Image();
button41.src = "images/nav/forschungsprogramm-out.gif";
var button51 = new Image();
button51.src = "images/nav/organisation-out.gif";
var button61 = new Image();
button61.src = "images/nav/ergebnisse-out.gif";
var button71 = new Image();
button71.src = "images/nav/kontakt-out.gif";

var button12 = new Image();
button12.src = "images/nav/home-act.gif";
var button22 = new Image();
button22.src = "images/nav/partnerunternehmen-act.gif";
var button32 = new Image();
button32.src = "images/nav/team-act.gif";
var button42 = new Image();
button42.src = "images/nav/forschungsprogramm-act.gif";
var button52 = new Image();
button52.src = "images/nav/organisation-act.gif";
var button62 = new Image();
button62.src = "images/nav/ergebnisse-act.gif";
var button72 = new Image();
button72.src = "images/nav/kontakt-act.gif";


var navstat = 2;

function changeimg(x,name)
{ 
  if (x == navstat)
  {
    return;
  }
  else
  {
    window.document.images[x].src = name.src;
  }
}

function showpage(x,URL1,URL2,name)
{
  navstat = x;
  parent.frames[2].location.href = URL1;
  parent.frames[1].location.href = URL2;
  
  initnav();
  window.document.images[x].src = name.src;
}

function initnav()
{
  window.document.images[2].src = button11.src;
  window.document.images[3].src = button21.src;
  window.document.images[4].src = button31.src;
  window.document.images[5].src = button41.src;
  window.document.images[6].src = button51.src;
  window.document.images[7].src = button61.src;
  window.document.images[8].src = button71.src;
  



  
}
