


function openWindow(adresse,name) {
  popupWin = window.open(adresse, name, "toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=no,resizable=no,width=700,height=650")
  }


function openWindow2(adresse,name) {
  popupWin = window.open(adresse, name, "toolbar=1,location=1,directories=1,status=1,menubar=1,scrollbars=auto,resizable=auto")
  }


Highlight1 = new Image();
Highlight1.src = "../../images/home_popup.gif";

Normala = new Image();
Normala.src = "../../images/home_back.gif";



Highlight2 = new Image();
Highlight2.src = "../../images/ziele_popup.gif";

Normal2 = new Image();
Normal2.src = "../../images/ziele_back.gif";



Highlight3 = new Image();
Highlight3.src = "../../images/technik_popup.gif";

Normal3 = new Image();
Normal3.src = "../../images/technik_back.gif";



Highlight4 = new Image();
Highlight4.src = "../../images/produkte_popup.gif";

Normal4 = new Image();
Normal4.src = "../../images/produkte_back.gif";



Highlight5 = new Image();
Highlight5.src = "../../images/shop_popup.gif";

Normal5 = new Image();
Normal5.src = "../../images/shop_back.gif";



Highlight6 = new Image();
Highlight6.src = "../../images/fotogalerie_popup.gif";

Normal6 = new Image();
Normal6.src = "../../images/fotogalerie_back.gif";



Highlight7 = new Image();
Highlight7.src = "../../images/videothek_popup.gif";

Normal7 = new Image();
Normal7.src = "../../images/videothek_back.gif";





Highlight17 = new Image();
Highlight17.src = "../../images/start.gif";

Normal17 = new Image();
Normal17.src = "../../images/seite1.gif";





Highlight18 = new Image();
Highlight18.src = "../../images/home_sharp.gif";

Normal18 = new Image();
Normal18.src = "../../images/home.gif";



Highlight19 = new Image();
Highlight19.src = "../../images/ziele_sharp.gif";

Normal19 = new Image();
Normal19.src = "../../images/ziele.gif";



Highlight20 = new Image();
Highlight20.src = "../../images/technik_sharp.gif";

Normal20 = new Image();
Normal20.src = "../../images/technik.gif";



Highlight21 = new Image();
Highlight21.src = "../../images/produkte_sharp.gif";

Normal21 = new Image();
Normal21.src = "../../images/produkte.gif";



Highlight22 = new Image();
Highlight22.src = "../../images/shop_sharp.gif";

Normal22 = new Image();
Normal22.src = "../../images/shop.gif";



Highlight23 = new Image();
Highlight23.src = "../../images/fotogalerie_sharp.gif";

Normal23 = new Image();
Normal23.src = "../../images/fotogalerie.gif";



Highlight24 = new Image();
Highlight24.src = "../../images/videothek_sharp.gif";

Normal24 = new Image();
Normal24.src = "../../images/videothek.gif";









function Bildwechsel(Bildnr,Bildobjekt)
{
window.document.images[Bildnr].src = Bildobjekt.src
}