/*!
 * MemoTools
 * Waleed Elgamal, Ashraf, Mostafa
 */
(function( window, undefined ) {
	window.mt=function(){
	this.company = 'MemoSoft';
	this.version = '1';
	};
	mt.extend = function(FunctionName,fn){
		eval('mt.'+FunctionName+'='+'fn');
	}	
})(this);
