function fixIEselectBug() {document.body.style.height = document.documentElement.scrollHeight + 'px';}

window.onload=fixIEselectBug;