



$(document).ready(function(){


	$(".request-info, .download-info").overlay({ 
	 
	    // some expose tweaks suitable for modal dialogs 
	    expose: { 
	        color: '#262324', 
	        loadSpeed: 200, 
	        opacity: 0.9
	    }, 
        target: '#request_info_overlay',
	 
	    closeOnClick: false 

	});

  $(".organogram-info").overlay({ 
   
      // some expose tweaks suitable for modal dialogs 
      expose: { 
          color: '#262324', 
          loadSpeed: 200, 
          opacity: 0.9
      }, 
        target: '#request_organogram_overlay',
   
      closeOnClick: false 
  });
  
});


/* foto carrousel bij wandelingen*/
function fotoCarrousel() {
  $('#mainbeeld').innerfade({ animationtype: 'fade', speed: 1500, timeout: 5000, type: 'random', containerheight: '220px' }); 
  }

