window.onload = function()
{
	startTime();
	checkSize();
}


function checkSize()
{
	if (document.getElementById('main_layout').offsetHeight < 499)
		document.getElementById('main_layout').style.height = '499px';
}