	zoomStatus=0;
	function zoom(){
	        if (!document.all){
	        alert("Leider steht diese Funktion nur Benutzern des Internet Explorers zur Verfügung.");
	        return;
	        }
	        if (zoomStatus==0){
	            	document.all.tags('p','h3')[0].style.setAttribute('zoom','125%','false');
	                zoomStatus=1;
	        }
	        else{
       				document.all.tags('p','h3')[0].style.setAttribute('zoom','100%','false');
	                zoomStatus=0;
	        }

	}
	
	
	
	
	   
	            
	          
			

