/* Start */
Normal1			= new Image(); 
Normal1.src		= "http://www.labbe.de/lerntrix/a_nav/subl.gif"; 
Highlight1		= new Image(); 
Highlight1.src	= "http://www.labbe.de/lerntrix/a_nav/sublo.gif";
	
Normal2			= new Image(); 
Normal2.src		= "http://www.labbe.de/lerntrix/a_nav/subq.gif"; 
Highlight2		= new Image(); 
Highlight2.src	= "http://www.labbe.de/lerntrix/a_nav/subqo.gif";

Normal3			= new Image(); 
Normal3.src		= "http://www.labbe.de/lerntrix/a_nav/subm.gif"; 
Highlight3		= new Image(); 
Highlight3.src	= "http://www.labbe.de/lerntrix/a_nav/submo.gif";
 
function Bildwechsel(Bildname,Bildobjekt) {
	document.images[Bildname].src = Bildobjekt.src;
}
