<!-- // custom for branded solutions search
OnLoad += "initContent();";

function initContent() {
	if ($('innerContent').offsetHeight < $('outerContent').offsetHeight) { $('innerContent').style.height = ($('outerContent').offsetHeight - 20) + 'px'; }
		
}
//-->