Downloadify.create('wartungdownloadify',{
					filename: function(){
						return document.getElementById('filename').value;
					},
					
					
					data: function(){ 
						return document.getElementById('maintainance_text').value;
					},
					onComplete: function(){ alert('Your File Has Been Saved!'); },
					onCancel: function(){ alert('You have cancelled the saving of this file.'); },
					onError: function(){ alert('You must put something in the File Contents or there will be nothing to save!'); },
					swf: ''+pfad+'media/downloadify.swf',
					Over:'',
					downloadImage: ''+pfad+'images/save.png',
					width: 148,
					height: 48,
					transparent: true,
					append: false
				});
