show: function() {
        if(!arguments[0] || (arguments[0].constructor == Number || /(slow|normal|fast)/.test(arguments[0])))
            return this._show.apply(this, arguments);
        else {
            var o = arguments[1] || {}; o['mode'] = 'show';