I have a really simple external css stylesheet that has the following :
div.hideBox { display:none; }
So when the html page loads, the div
document.getElementById('mybox').style.display = "block";