window.chatspell = { status: "hidden", initialized: !1, show() { document.getElementById("live-chat").style.visibility = "visible", document.getElementById("live-chat").style.opacity = 1, document.getElementById("live-chat").style.zIndex = 1e4, this.status = "visible", document.getElementById("live-chat-open-button").style.visibility = "hidden", document.getElementById("live-chat-open-button").style.opacity = 0, document.getElementById("live-chat-close-button").style.visibility = "visible", document.getElementById("live-chat-close-button").style.opacity = 1 }, hide() { document.getElementById("live-chat").style.opacity = 0, document.getElementById("live-chat").style.zIndex = -1e4, this.status = "hidden", document.getElementById("live-chat-close-button").style.visibility = "hidden", document.getElementById("live-chat-close-button").style.opacity = 0, document.getElementById("live-chat-open-button").style.visibility = "visible", document.getElementById("live-chat-open-button").style.opacity = 1 }, toggle() { "hidden" === window.chatspell.status ? window.chatspell.show() : window.chatspell.hide() }, init() { var domain = window.location.hostname; window.chatspell.initialized || (window.chatspell.initialized = !0, styles = "