BLFileEditor=function(id){
	this.element=document.getElementById(id);
}

BLFileEditor.prototype={
	saveFile:function(){
	},
	
	downloadFile:function(){
	},
	
	loadFile:function(url){
	}
}