// Force hide all scroll bars in Internet Explorer Sub Window_onLoad() document.body.scroll = "no" End Sub