  var real_aus=new Image();
  real_aus.src="images/downloads_real.gif";

  var real_an = new Image();
  real_an.src = "images/downloads_real_aktiv.gif";

  var pdf_aus=new Image();
  pdf_aus.src="images/pdf1.gif";

  var pdf_an = new Image();
  pdf_an.src = "images/pdf2.gif";

  var pdf_d_aus=new Image();
  pdf_d_aus.src="images/downloads_pdf.gif";

  var pdf_d_an=new Image();
  pdf_d_an.src="images/downloads_pdf_aktiv.gif";

  var kontakt_d_aus=new Image();
  kontakt_d_aus.src="images/downloads_kontakt.gif";

  var kontakt_d_an=new Image();
  kontakt_d_an.src="images/downloads_kontakt_aktiv.gif";

  function rein(bild)
  {
    eval("if(document.images['"+bild+"']) document.images['"+bild+"'].src=pdf_an.src;");
  }

  function raus(bild)
  {
    eval("if(document.images['"+bild+"']) document.images['"+bild+"'].src=pdf_aus.src;");
  }

  function reind(bild)
  {
    if(bild.indexOf("kontakt")>-1){
      eval("if(document.images['"+bild+"']) document.images['"+bild+"'].src=kontakt_d_an.src;");
    }else if(bild.indexOf("real")>-1){
      eval("if(document.images['"+bild+"']) document.images['"+bild+"'].src=real_an.src;");
    }else{
      eval("if(document.images['"+bild+"']) document.images['"+bild+"'].src=pdf_d_an.src;");
    }
  }

  function rausd(bild)
  {

    if(bild.indexOf("kontakt")>-1){
      eval("if(document.images['"+bild+"']) document.images['"+bild+"'].src=kontakt_d_aus.src;");
    }else if(bild.indexOf("real")>-1){
      eval("if(document.images['"+bild+"']) document.images['"+bild+"'].src=real_aus.src;");
    }else{
      eval("if(document.images['"+bild+"']) document.images['"+bild+"'].src=pdf_d_aus.src;");
    }
  }

  function news()
  {
  }

  function sprach()
  {
    alert("The translations will be available soon. \nFor so long we ask for your patience.");
  }

  function poopup(aName,breite,hoehe)
  {
    aName=aName.toLowerCase();
    var top=0;
    if(aName.toLowerCase()=="produkte"){
      breite=700;
      hoehe=500;
    }
    if(aName.toLowerCase()=="produktuebersicht"){
      breite=700;
      hoehe=500;
    }
    if(aName.toLowerCase()=="materialfluss"){
      breite=920;
      hoehe=680;
    }
    if(aName.toLowerCase()=="referenzen"){
      breite=840;
      hoehe=440;
    }
    if(aName.toLowerCase()=="spinnerclub"){
      breite=860;
      hoehe=680;
    }
    if(aName.toLowerCase()=="unternehmensentwicklung"){
      breite=840;
      hoehe=620;
    }
    if(aName.toLowerCase()=="luftbild"){
      breite=840;
      hoehe=597;
    }


     var x=window.open("popup_"+aName+".htm", 'xx', 'scrollbars=yes, titlebar=no, titlebar=0, top='+top+', left=0, width='+breite+', height='+hoehe);
  }