var pageHeight = $(window).height();
var headHeight = 141;
var speling = 40;
var contentHeight = pageHeight-headHeight-speling;


$(document).ready(function(){
	var echteHeight = $("#content").height();
	if(echteHeight>contentHeight){
		$("#content").css('height',contentHeight+"px");
		$("#scroll").css('display','block');
		$("#submenu").css('background-color','#009EE0');
//		$("#submenu").append('<div id="ezine"><a class="submenu"  href="/rail-2011/nieuwsbrief.html">e-zine</a></div>');
	}
});
