/* Javascripts specific to MultiReal website. */

/* Initial layout tweaks on page load. */
function initLayout() {
	
	/* Set height of sidebar boxes. */
	$('boxRight').style.height = Element.getHeight($('whiteBox'));
	$('boxLeft').style.height = Element.getHeight($('whiteBox'));
	
}

