document.getElementById('bottom').style.top = parseInt(document.getElementById('content').offsetHeight) - topHeight + 'px';
document.getElementById('NL_window').style.left = parseInt((document.body.offsetWidth-573)/2) + 'px';

