function determineContentMinHeight()
{
	document.getElementById('content').style.minHeight = ''+(document.body.clientHeight - 345)+'px';
}
