// JavaScript Document



function initialize()
{
	objMain = document.getElementById("main");
	if (objMain.offsetHeight < 500)
		objMain.style.height = "500px";
}
