var um_boxopened = 0; function um273817_animatebox() { if (um_boxopened == 0) { //mobile if (window.getComputedStyle(document.getElementById('um726529775_exint')).width == "290px") { document.getElementById('um726529775_exint').style.height = "340px"; } else { document.getElementById('um726529775_exint').style.right = "0px"; document.getElementById('um273817_minbtn').style.backgroundImage = 'url(https://www.usemaxserver.de/partner/usemax/arrow_white_.png)'; } um_boxopened = 1; } else { //mobile if (window.getComputedStyle(document.getElementById('um726529775_exint')).width == "290px") { document.getElementById('um726529775_exint').style.height = "50px"; } else { document.getElementById('um726529775_exint').style.right = "-250px" //document.getElementById('um273817_minbtn').style.display = "none"; document.getElementById('um273817_minbtn').style.backgroundImage = 'url(https://www.usemaxserver.de/partner/usemax/arrow_white.png)'; } um_boxopened = 0; document.cookie = "um_9775_fc=1; path=/;"; } } function um_getCookieValue(a) { var b = document.cookie.match('(^|;)\\s*' + a + '\\s*=\\s*([^;]+)'); return b ? b.pop() : ''; } window.addEventListener('resize', function() { //mobile if (window.innerWidth < 800) { document.getElementById('um726529775_exint').style.height = "50px"; document.getElementById('um726529775_exint').style.width = "290px"; } else { document.getElementById('um726529775_exint').style.right = "-250px"; document.getElementById('um726529775_exint').style.width = "300px"; document.getElementById('um726529775_exint').style.height = "300px"; //document.getElementById('um273817_minbtn').style.display = "none"; document.getElementById('um273817_minbtn').style.backgroundImage = 'url(https://www.usemaxserver.de/partner/usemax/arrow_white.png)'; } um_boxopened = 0 });