window.addEvent('domready', function() { 
	$('album1').addEvent('click',function(){
	//milkbox.addEvent('xmlGalleries',function(){
			milkbox.showGallery({ gallery:'modeshow' });
	});
	
	$('album2').addEvent('click',function(){
	//milkbox.addEvent('xmlGalleries',function(){
		milkbox.showGallery({ gallery:'flikken' });
	});
	
	$('album3').addEvent('click',function(){
	//milkbox.addEvent('xmlGalleries',function(){
		milkbox.showGallery({ gallery:'collection' });
	});
	


	//onclick
	milkbox.addGalleries('xml/image_gallery.xml');
	
	SqueezeBox.assign($$('a.video'), {
		parse: 'rel'
	});	
	
	//SqueezeBox.fromElement('images/modeshow.jpg', {size: {x: 500, y: 500}});
	SqueezeBox.assign($$('a.googlemaps'), {
		parse: 'rel'
	});

	SqueezeBox.assign($$('a.collection'), {
		parse: 'rel'
	});
	
	new FormCheck('formulier'), {
		//ajaxEvalScripts : true,
        //onAjaxRequest :'sendContact(\'mail.php\',\'\')', 
		//sendContact('mail.php','contact'),
		//onAjaxRequestit: sendContact('mail.php',''), 
		display : {
			scrollToFirst: true,
			tipsOffsetY: 250,
			keepFocusOnError: 1,
			errorsLocation: 1,
			indicateErrors: 2,
			showErrors: 1,
			closeTipsButton: 0,
			addClassErrorToField: 1
		}
	};
	
	new SlideItMoo({
		overallContainer: 'SlideItMoo_outer',
		elementScrolled: 'SlideItMoo_inner',
		thumbsContainer: 'SlideItMoo_items',		
		itemsVisible:6,
		autoSlide: 1,
		itemsSelector: '.SlideItMoo_element',
		itemWidth: 110,
		showControls:1
	});


	$('content_scroller').set('tween',{
	duration: 200,
	link: 'chain'
});

	$('home').addEvent('click', function(){
	//andere content blokken hiden
	$('home_content').tween('opacity', 0, 1);
	$('collectie_content').tween('opacity', 1, 0);
	$('x-tra_content').tween('opacity', 1, 0);
	$('route_content').tween('opacity', 1, 0);
	$('contact_form_content').tween('opacity', 1, 0);
		$('menu').tween('left', 253);
		$('background').tween('left', 253);
		//$('content_scroller').style.opacity = 1;
		setTimeout('$(\'holder\').tween(\'backgroundImage\', \'\')', 10);
		$('content_scroller').tween('opacity', 1, 0);
		$('content_scroller').tween('margin-left', 0);
		$('content_scroller').tween('opacity', 0, 1);
});
	

	$('collectie').addEvent('click', function(){
		//andere content blokken hiden
		$('home_content').tween('opacity', 1, 0);
		$('collectie_content').tween('opacity', 0, 1);
		$('x-tra_content').tween('opacity', 1, 0);
		$('route_content').tween('opacity', 1, 0);
		$('contact_form_content').tween('opacity', 1, 0);
		$('collectie_content').tween('opacity', 1);
		$('menu').tween('left', 0);	
		$('background').tween('left', 0);	

	setTimeout('$(\'holder\').tween(\'backgroundImage\', \'url(images/collection_bg.jpg)\')', 700);
		//$('holder').style.backgroundImage = "url(images/collection_bg.jpg)";
		$('content_scroller').tween('opacity', 1, 0);
		$('content_scroller').tween('margin-left', -750);
		$('content_scroller').tween('opacity', 0, 1);
	});
	
	$('x-tra').addEvent('click', function(){
	//andere content blokken hiden
	$('home_content').tween('opacity', 0, 1);
	$('collectie_content').tween('opacity', 1, 0);
	$('x-tra_content').tween('opacity', 0, 1);
	$('route_content').tween('opacity', 1, 0);
	$('contact_form_content').tween('opacity', 1, 0);
	
	$('menu').tween('left', 253);
		$('background').tween('left', 253);
		setTimeout('$(\'holder\').tween(\'backgroundImage\', \'\')', 10);
		$('content_scroller').tween('opacity', 1, 0);
		$('content_scroller').tween('margin-left', -1250);
		$('content_scroller').tween('opacity', 0, 1);
		$('collectie_content').tween('opacity', 0);
	});
	
	$('route').addEvent('click', function(){
	//andere content blokken hiden
	$('home_content').tween('opacity', 1, 0);
	$('collectie_content').tween('opacity', 1, 0);
	$('x-tra_content').tween('opacity', 1, 0);
	$('route_content').tween('opacity', 0, 1);
	$('contact_form_content').tween('opacity', 1, 0);
		$('menu').tween('left', 253);
		$('background').tween('left', 253);
		setTimeout('$(\'holder\').tween(\'backgroundImage\', \'\')', 10);
		$('content_scroller').tween('opacity', 1, 0);
		$('content_scroller').tween('margin-left', -1800);
		$('content_scroller').tween('opacity', 0, 1);
		$('collectie_content').tween('opacity', 0);
	});
	
	$('contact').addEvent('click', function(){
	//andere content blokken hiden
	$('home_content').tween('opacity', 1, 0);
	$('collectie_content').tween('opacity', 1, 0);
	$('x-tra_content').tween('opacity', 1, 0);
	$('route_content').tween('opacity', 1, 0);
	$('contact_form_content').tween('opacity', 0, 1);
		$('menu').tween('left', 253);
		$('background').tween('left', 253);
		setTimeout('$(\'holder\').tween(\'backgroundImage\', \'\')', 10);
		$('content_scroller').tween('opacity', 1, 0);
		$('content_scroller').tween('margin-left', -2350);
		$('content_scroller').tween('opacity', 0, 1);
});

});
