        Btanon = new Image(); Btanon.src="gifs/malewitsch2.gif";
        Btanoff = new Image(); Btanoff.src="gifs/malewitsch.gif";
        Btandown = new Image(); Btandown.src="gifs/malewitsch3.gif";
        var malstat=0;
        function tanon(){
        	if (malstat != 1) {
          	  	document["MAL"].src=Btanon.src;
            	document["MAL"].alt="bitte die kunstwerke nicht berühren! und nicht klicken!";
          }
          return false;
        }
        function tanoff(){
        		if (malstat != 1){
            	document["MAL"].src=Btanoff.src;
            	document["MAL"].alt="bitte die kunstwerke nicht berühren! und nicht klicken!";
            }
            return false;
        }
        function tandown(){
            document["MAL"].src=Btandown.src;
            document["MAL"].alt="zu spät";
            malstat=1;
            return false;
        }

