var TextScreen = Class.create();
TextScreen.prototype = {
	srcObject,
	initialize:function(){
	},
	dump:function(src){
	},
	clear:function(){
	}
}