I noticed that the value of screen.availHeight changes after a while.
For example, this code:
<script>
document.write(screen.availHeight);
</script>
shows a value of 1054 when my PC is just rebooted, but a few hours later, the value becomes 1052.
What could be the reason for this?