﻿// Java-Scriptwindow.onload=function()
window.onload=function(){
Nifty("div#container");
Nifty("div#links","same-height small");
Nifty("div#rechts","same-height small");
/*Nifty("div#inhalt","same-height small");*/
Nifty("div#header,div#footer","small");
Nifty("ul#nav a","small transparent top");

Nifty("div#boxrund1","same-height small");
Nifty("div#boxrund2","same-height small");
Nifty("div#boxrund3","same-height small");
Nifty("div#boxrund4","same-height small");
Nifty("div#boxrund5","same-height small");
Nifty("div#boxrund6","same-height small");
Nifty("div#boxrund7","same-height small");
Nifty("div#boxrund8","same-height small");
/*Nifty("div#b4","");
Nifty("div#b5","");*/
}
Normal1 = new Image();
Normal1.src = "button1.jpg";     /* erste Standard-Grafik */
Highlight1 = new Image();
Highlight1.src = "button1h.jpg"; /* erste Highlight-Grafik */

Normal2 = new Image();
Normal2.src = "button2.jpg";     
Highlight2 = new Image();
Highlight2.src = "button2h.jpg";

Normal3 = new Image();
Normal3.src = "button3.jpg";     
Highlight3 = new Image();
Highlight3.src = "button3h.jpg"; 

Normal4 = new Image();
Normal4.src = "button4.jpg";     
Highlight4 = new Image();
Highlight4.src = "button4h.jpg";

Normal5 = new Image();
Normal5.src = "button5.jpg";     
Highlight5 = new Image();
Highlight5.src = "button5h.jpg"; 

Normal6 = new Image();
Normal6.src = "button6.jpg";     
Highlight6 = new Image();
Highlight6.src = "button6h.jpg"; 

Normal7 = new Image();
Normal7.src = "button7.jpg";     
Highlight7 = new Image();
Highlight7.src = "button7h.jpg"; 

Normal8 = new Image();
Normal8.src = "button8.jpg";    
Highlight8 = new Image();
Highlight8.src = "button8h.jpg"; 

Normal9 = new Image();
Normal9.src = "button9.jpg";     
Highlight9 = new Image();
Highlight9.src = "button9h.jpg"; 

Normal10 = new Image();
Normal10.src = "button10.jpg";     
Highlight10 = new Image();
Highlight10.src = "button10h.jpg"; 


function Bildwechsel (Bildnr, Bildobjekt) {
  window.document.images[Bildnr].src = Bildobjekt.src;
}
