var restoreView = function(){
	document.getElementById("htmlcontainer").style.visibility = "visible";
}

Event.observe(window, 'load', function() { restoreView(); });
