document.getElementById("komunikat").style.overflow = 'visible'; document.getElementById("komunikat").style.height = '100%';  document.getElementById("komunikat").style.height = '0px'; setTimeout(function(e){ document.getElementById("komunikat").style.overflow = 'hidden'; document.getElementById("londer").style.overflow = 'hidden'; document.getElementById("londer").style.height = '0px'; linkId.openPopup(); },1000);