function OT_expandContentContainer() {
	return;
	var c1 = document.getElementById( "content" );
	var c2 = document.getElementById( "content_container" );
	if (!c1 || !c2) return;
	c2.style.height=c1.clientHeight + 'px';
}
