<!--hide
	    Topimage1=new Image();
       Topimage1.src="graphics/textani.gif";
       Topimage2=new Image();
       Topimage2.src="graphics/ballani.gif";
       Topimage3=new Image();
       Topimage3.src="graphics/starani.gif";
		 Bottomimage1=new Image();
       Bottomimage1.src="graphics/pfeilaniNEU.gif";
		 Bottomimage2=new Image();
       Bottomimage2.src="graphics/leer100.gif";

   
		 function wechsel1()
       { 
       window.document.images[1].src=Topimage2.src;
		 window.document.images[3].src=Bottomimage2.src;
	    }
		 function wechsel2()
       { 
       window.document.images[1].src=Topimage1.src;
		 window.document.images[3].src=Bottomimage1.src;
	    }
		 function wechsel3()
       { 
       window.document.images[1].src=Topimage3.src;
		 window.document.images[3].src=Bottomimage2.src;
	    }
		 function wechsel4()
       { 
       window.document.images[1].src=Topimage1.src;
		 window.document.images[3].src=Bottomimage1.src;
	    }
       function welcomestatus()
       {
       window.status = "Willkommen bei rodnA";
       }
     //-->
