var bodyheight;

if(document.getElementById("contentBlock"))
{
	bodyheight = document.getElementById("contentBlock").offsetHeight;
	
	if(bodyheight <= 380)
	{ document.getElementById("contentBlock").style.height = "389px"; }
}

