
/*


Copyright JMWorld 2007.

Todos los derechos reservados.


*/


ar=Object;JMControls={};JMControls.system={};JMControls.system.Object=function(){};JMControls.system.Object.subclass=function(){var constructor=function(){this.init()};for(var i in this){constructor[i]=this[i]}constructor.prototype=new this();constructor.superclass=this;return constructor};JMControls.system.Object.handle=function(error){throw(error);};JMControls.system.Object.create=function(){var obj=this.prototype;obj.init=function(){};obj.handle=function(error){var err=new Error(error);throw(err);}};JMControls.system.Object.importar=function(f,f2){f2=f2?f2:f;document.write('<script type="text/javascript" src="/lib/js/JMControls/'+f2+'/'+f+'.js"></script>');};JMControls.system.importar=JMControls.system.Object.importar;JMControls.system.Object.importSubClass=function(){if(this.REQUIRES){for(var i in this.REQUIRES){var r=this.REQUIRES[i];var f=r.substring(r.indexOf('.')+1);var f2=r.substring(0,r.indexOf('.'));f=f2?f2:f;this.importar(f,f2);}}};JMControls.system.Object.create();