function applet(keyid) { this.module = new module(CONST_MODULE_TYPE_MODULE, keyid, this); $attachDelegation(this); this.filename = "'error/default/applet.js'"; } applet.prototype.init = function() { }