// Aanpassingen gedaan door JeP Webdesign http://www.jep-web.nl
// LET OP! Aanpassen: content + track => handler wordt niet gebruikt en wordt afgeleid van de track!



document.observe("dom:loaded", function () {
	
	if(document.getElementById('scrollbar_content')){
		var scrollbar = new Control.ScrollBar('scrollbar_content','scrollbar_track');  
	}
});


// -- Scrollbar reserveren ---

document.observe("dom:loaded", function () {
	if(document.getElementById('scrollbar_content_res')){
		var scrollbar = new Control.ScrollBar('scrollbar_content_res','scrollbar_track_res');  
	}
});

//-- Scrollbar Contact ---

document.observe("dom:loaded", function () {
	if(document.getElementById('scrollbar_content_contact')){

		var scrollbar = new Control.ScrollBar('scrollbar_content_contact','scrollbar_track_contact');  
	}
});

//-- Scrollbar Wereldgalerij ---

document.observe("dom:loaded", function () {
	if(document.getElementById('scrollbar_content_galerie')){
		var scrollbar = new Control.ScrollBar('scrollbar_content_galerie','scrollbar_track_galerie');  
		
	}
});

//-- Scrollbar Wereldgalerij  Meer Info ---

document.observe("dom:loaded", function () {
	if(document.getElementById('scrollbar_content_galerieII')){
		var scrollbar = new Control.ScrollBar('scrollbar_content_galerieII','scrollbar_track_galerieII');  
		
	}
});

//-- Scrollbar Wereldgalerij  Meer Info ---

document.observe("dom:loaded", function () {
	if(document.getElementById('scrollbar_content_pers')){
		var scrollbar = new Control.ScrollBar('scrollbar_content_pers','scrollbar_track_pers');  
		
	}
});

//-- Scrollbar TWEETS ---

document.observe("dom:loaded", function () {
	if(document.getElementById('tweetKaderDiVScroll')){
		var scrollbar = new Control.ScrollBar('tweetKaderDiVScroll','tweetScrollbar_track');  
		
	}
});


// -- Scrollbar AGENDAS ---
document.observe("dom:loaded", function () {
	if(document.getElementById('scrollbar_content_agenda1')){
		var scrollbar = new Control.ScrollBar('scrollbar_content_agenda1','scrollbar_track_agenda1');  
	}
});

document.observe("dom:loaded", function () {
	if(document.getElementById('scrollbar_content_agenda2')){
		var scrollbar = new Control.ScrollBar('scrollbar_content_agenda2','scrollbar_track_agenda2');  
	}
});

document.observe("dom:loaded", function () {
	if(document.getElementById('scrollbar_content_agenda3')){
		var scrollbar = new Control.ScrollBar('scrollbar_content_agenda3','scrollbar_track_agenda3');  
	}
});

document.observe("dom:loaded", function () {
	if(document.getElementById('scrollbar_content_agenda4')){
		var scrollbar = new Control.ScrollBar('scrollbar_content_agenda4','scrollbar_track_agenda4');  
	}
});

document.observe("dom:loaded", function () {
	if(document.getElementById('scrollbar_content_kerst')){
		var scrollbar = new Control.ScrollBar('scrollbar_content_kerst','scrollbar_track_kerst');  
	}
});


