$(document).ready(function() {
$('.bovebben').click(function () {
   $(this).parent().next().slideToggle();
return false;});
});

