document.getElementById("CookieConsentGotItButton").addEventListener("click",function(n){n.preventDefault();App.cookieConsent.agree()});document.getElementById("CookieConsentMoreInfo").addEventListener("click",function(n){n.preventDefault();App.cookieConsent.moreInfo()});document.getElementById("TextViewCloseButton").addEventListener("click",function(n){n.preventDefault();App.textBox.hide()});document.getElementById("LegalNoticeLink").addEventListener("click",function(n){n.preventDefault();App.textBox.show(App.textBox.LEGAL_NOTICE)});document.getElementById("PrivacyPolicyLink").addEventListener("click",function(n){n.preventDefault();App.textBox.show(App.textBox.PRIVACY_POLICY)});document.getElementById("UniFlowOnlineCloudServicesTermsLink").addEventListener("click",function(n){n.preventDefault();App.textBox.show(App.textBox.UNIFLOW_ONLINE_CLOUD_SERVICES_TERMS)})