Normal1 = new Image();
Normal1.src = "../../images/_oben/button1_n.gif";
Highlight1 = new Image();
Highlight1.src = "../../images/_oben/button1_h.gif";           
Normal2 = new Image(); 
Normal2.src = "../../images/_oben/button2_n.gif"; 
Highlight2 = new Image();
Highlight2.src = "../../images/_oben/button2_h.gif";   
Normal3 = new Image(); 
Normal3.src = "../../images/_oben/button3_n.gif"; 
Highlight3 = new Image();
Highlight3.src = "../../images/_oben/button3_h.gif";   
Normal4 = new Image(); 
Normal4.src = "../../images/_oben/button4_n.gif"; 
Highlight4 = new Image();
Highlight4.src = "../../images/_oben/button4_h.gif";   
Normal5 = new Image(); 
Normal5.src = "../../images/_oben/button5_n.gif"; 
Highlight5 = new Image();
Highlight5.src = "../../images/_oben/button5_h.gif";   
Normal6 = new Image();
Normal6.src = "../../images/_oben/button6_n.gif";
Highlight6 = new Image();
Highlight6.src = "../../images/_oben/button6_h.gif"; 
Normal7 = new Image();
Normal7.src = "../../images/_oben/button7_n.gif";
Highlight7 = new Image();
Highlight7.src = "../../images/_oben/button7_h.gif"; 

function Bildwechsel(Bildnr,Bildobjekt)
	{
	window.document.images[Bildnr].src = Bildobjekt.src;
	}
	
function ZweiFrames(URL1,F1,URL2,F2)
	{  
	parent.frames[F1].location.href=URL1;
	parent.frames[F2].location.href=URL2;
	return;
	}

function DreiFrames(URL1,F1,URL2,F2,URL3,F3)
	{  
	parent.frames[F1].location.href=URL1;
	parent.frames[F2].location.href=URL2;
	parent.frames[F3].location.href=URL3;
	return;
	}