$(document).ready(function() {
	//set de max-height van #layerContentLeft:
	var midHeight = $("#layerMid").height();
	$("#layerContentLeft").css('maxHeight',midHeight+430 +"px");

       if($("#wide_0").html() != null){
           if($("#wide_0").html().match(/<!-- nms_confirmation -->/)){//betreft Bevestiging inschrijving van Module News Letter NMS
              $("#tekstvak_1").html("&nbsp;");
              $("#tekstvak_1").css("display","none");
           }
       }
});
