// <![CDATA[

document.observe("dom:loaded", function(){
	if(scroll){
		scroll.setMaxHeight(236);
	}
});

window.onload = function(){
	scroll.setMaxHeight(236);
};

// ]]>
