markup = '<div id="' + this.id + 'container" name="' +
            this.id + 'container" ' +
            'style="position: relative; overflow: hidden; ' +
            'height: ' + this.height + this.heightUnit + '; ' +
            'width: ' + this.width + this.widthUnit + '; ' +