this.decreaseFontSize = function () {
            if ($.browser.mozilla || $.browser.opera) {
                this.editorDoc.execCommand("decreaseFontSize", false, null);
            } else if ($.browser.safari) {
                var Range = this.getInternalRange(),