function semitransparent() {
	document.getElementById('content_bg').style.height=(document.getElementById('theentrytext').offsetHeight+10)+'px';
}
