[스크랩] 故 이승만 대통령 기념관
var MailViewEtcBtn = (function(param) { var Btn = function(param) { this.container = $(param.container); this.btnAllCharset = $(param.btnAllCharset); this.allCharsetList = $(param.allCharsetList); }; Btn.prototype = { show: function() { this.container.style.display = "block"; }, hide: function() { this.container.style.display = "none"; }, toggle..