if (addOverlay && this[type]) {
                    var o = {position: (type == 'heading') ? 'above' : 'below'};
                    for (var x in this[type + 'Overlay']) o[x] = this[type + 'Overlay'][x];
                    o.overlayId = this[type];
                    this.createOverlay(o);