function adjustLayout() {

	lCol=xGetElementById('lLeftCol');
	cCol=xGetElementById('lContent');
	rCol=xGetElementById('lRightBorder');
	
	H = Math.max( xHeight(lCol),xHeight(cCol) );

	rCol.style.height = H+"px";
	rCol.style.minHeight = H+"px";
}
