window.onload=
	function () {
		if(document.all && document.all.content.clientHeight < 600)
			document.all.content.style.height="600px"
	}
