<!--
        var yh = parseInt(screen.availHeight);
	<!--document.write(yh);-->
	if (yh >  700 && yh < 950 ) { dh = 370; }
	if (yh >  951 && yh < 1000) { dh = 580; }
	if (yh > 1001 && yh < 1100) { dh = 620; }
	if (yh > 1101) { dh = 750}
	document.getElementById('content').style.height = dh + "px";
	document.getElementById('content').style.overflow = "auto";
//-->

