//require ScrollHelper.js function DialogHelper() { var _this = this; var doc = window.document; _this.maskDiv = null; _this.contentDiv = null; var options = { opacity: 0.4 }; this.popup = function (contentdiv, optionArg) { if (optionArg) { for (var…