function pop() {
	pop=window.open()
}
function check() {
	if(pop.closed==0) pop.close()
}
pop.closed=1;



Normal2 = new Image(); 
 	 Normal2.src = "xx-ball-r.gif";
	Highlight2 = new Image(); 
	  Highlight2.src = "xx-ball-g.gif";

	Normal4 = new Image(); 
	  Normal4.src = "x-ball-r.gif";
	Highlight4 = new Image(); 
 	 Highlight4.src = "x-ball-g.gif";

	Normal6 = new Image(); 
	  Normal6.src = "x-ball-r.gif";
	Highlight6 = new Image(); 
	  Highlight6.src = "x-ball-g.gif";

	  Normal8 = new Image(); 
	  Normal8.src = "x-ball-r.gif";
	Highlight8 = new Image(); 
	  Highlight8.src = "x-ball-g.gif";
	  
	    Normal10 = new Image(); 
	  Normal10.src = "x-ball-r.gif";
	Highlight10 = new Image(); 
	  Highlight10.src = "x-ball-g.gif";

	  
	   Normal12 = new Image(); 
	  Normal12.src = "x-ball-r.gif";
	Highlight12 = new Image(); 
	  Highlight12.src = "x-ball-g.gif";
	function Bildwechsel(Bildnr,Bildobjekt)
 	 {
	   window.document.images [Bildnr].src = Bildobjekt.src;
 	 }
