// JavaScript Document

Normal1 = new Image();
Normal1.src = "pic/1laut.gif";     /* erste Standard-Grafik */
Highlight1 = new Image();
Highlight1.src = "pic/1laut_gr.gif"; /* erste Highlight-Grafik */

Normal2 = new Image();
Normal2.src = "pic/2laut.gif";     /* zweite Standard-Grafik */
Highlight2 = new Image();
Highlight2.src = "pic/2laut_gr.gif"; /* zweite Highlight-Grafik */

Normal3 = new Image();
Normal3.src = "pic/3laut.gif";     /* dritte Standard-Grafik */
Highlight3 = new Image();
Highlight3.src = "pic/3laut_gr.gif"; /* dritte Highlight-Grafik */

Normal4 = new Image();
Normal4.src = "pic/4laut.gif";     
Highlight4 = new Image();
Highlight4.src = "pic/4laut_gr.gif"; 

Normal5 = new Image();
Normal5.src = "pic/5laut.gif";     
Highlight5 = new Image();
Highlight5.src = "pic/5laut_gr.gif"; 

Normal6 = new Image();
Normal6.src = "pic/6laut.gif";     
Highlight6 = new Image();
Highlight6.src = "pic/6laut_gr.gif"; 

Normal7 = new Image();
Normal7.src = "pic/7laut.gif";     
Highlight7 = new Image();
Highlight7.src = "pic/7laut_gr.gif"; 

Normal8 = new Image();
Normal8.src = "pic/8laut.gif";     
Highlight8 = new Image();
Highlight8.src = "pic/8laut_gr.gif"; 

Normal9 = new Image();
Normal9.src = "pic/reserv.gif";    
Highlight9 = new Image();
Highlight9.src = "pic/reserv_gr.gif"; 

Normal10 = new Image();
Normal10.src = "pic/bestell.gif";     
Highlight10 = new Image();
Highlight10.src = "pic/bestell_gr.gif"; 

Normal11 = new Image();
Normal11.src = "pic/press1.gif";     
Highlight11 = new Image();
Highlight11.src = "pic/press1_gr.gif"; 

Normal12 = new Image();
Normal12.src = "pic/cheflog.gif";    
Highlight12 = new Image();
Highlight12.src = "pic/cheflog_gr.gif"; 

Normal13 = new Image();
Normal13.src = "pic/buchlog.gif";     
Highlight13 = new Image();
Highlight13.src = "pic/buchlog_gr.gif"; 
/* usw. fuer alle weiteren zu benutzenden Grafiken */

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

function hoerprobeOver(nummer){
		document.getElementById('hp' + nummer).style.display = "block";
		
}
function hoerprobeOut(nummer){
		document.getElementById('hp' + nummer).style.display = "none";
}

