Normal1 = new Image();
Normal1.src = "pics/1pixel-trans.gif";     
Highlight1 = new Image();
Highlight1.src = "pics/1pixel-weiss.gif"; 

Normal2 = new Image();
Normal2.src = "pics/button-nav.gif";     
Highlight2 = new Image();
Highlight2.src = "pics/button-nav-a.gif"; 

													 



			 
  


/* usw. fuer alle weiteren zu benutzenden Grafiken */

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

function popup(theURL,winName,features) {
	newwin=window.open(theURL,winName,features);
	newwin.focus();
}   


