function rollover(id, image)
{
	if (document.images) 
	{
		var knop = new Image();
		knop.src = image;
		document.getElementById(id).src = knop.src
	}
}

var time = '4';

function slider1() {
	$('#fader1').crossSlide({
	  fade: 1
	}, [
	  {
		src:  'images/paal10/1.jpg',
		from: 'bottom left',
		to:   '70% 0% 1.7x',
		time: time
	  }, {
		src:  'images/paal10/2.jpg',
		from: 'top right',
		to:   'bottom right 1.5x',
		time: time
	  }, {
		src:  'images/paal10/3.jpg',
		from: 'top left',
		to:   '80% 0% 1.1x',
		time: time
	  }, {
		src:  'images/paal10/4.jpg', //
		from: 'top left',
		to:   '30% 50% 1.5x',
		time: time
	  }, {
		src:  'images/paal10/5.jpg',
		from: 'top right',
		to:   'bottom right 1.5x',
		time: time
	  }, {
		src:  'images/paal10/6.jpg',
		from: 'top left',
		to:   '80% 0% 1.1x',
		time: time
	  }, {
		src:  'images/paal10/7.jpg', //
		from: 'top right',
		to:   '30% 50% 1.5x',
		time: time
	  }
	]);
};


function slider2() {
	$('#fader2').crossSlide({
	  fade: 1
	}, [
	  {
		src:  'images/vanstrien/16.jpg',
		from: 'bottom left',
		to:   'center center 1.7x',
		time: time
	  }, {
		src:  'images/vanstrien/17.jpg',
		from: 'top right',
		to:   'bottom left 1.5x',
		time: time
	  }, {
		src:  'images/vanstrien/1.jpg',
		from: 'bottom left',
		to:   'top right 1.7x',
		time: time
	  }, {
		src:  'images/vanstrien/2.jpg',
		from: 'top right',
		to:   'bottom left 1.5x',
		time: time
	  }, {
		src:  'images/vanstrien/3.jpg',
		from: 'top left',
		to:   'bottom right 1.1x',
		time: time
	  }, {
		src:  'images/vanstrien/4.jpg', //
		from: 'top left',
		to:   'bottom center 1.5x',
		time: time
	  }, {
		src:  'images/vanstrien/5.jpg',
		from: 'top right',
		to:   'bottom left 1.5x',
		time: time
	  }, {
		src:  'images/vanstrien/6.jpg',
		from: 'top left',
		to:   'bottom right 1.1x',
		time: time
	  }, {
		src:  'images/vanstrien/7.jpg', //
		from: 'top left',
		to:   'bottom center 1.5x',
		time: time
	  }, {
		src:  'images/vanstrien/8.jpg', //
		from: 'top center',
		to:   'bottom center 1.5x',
		time: time
	  }, {
		src:  'images/vanstrien/9.jpg',
		from: 'top left',
		to:   'bottom right 1.1x',
		time: time
	  }, {
		src:  'images/vanstrien/10.jpg',
		from: 'top left',
		to:   'bottom right 1.5x',
		time: time
	  }, {
		src:  'images/vanstrien/11.jpg',
		from: 'top right',
		to:   'bottom right 1.5x',
		time: time
	  }, {
		src:  'images/vanstrien/12.jpg', //
		from: 'top center',
		to:   'bottom right 1.1x',
		time: time
	  }, {
		src:  'images/vanstrien/13.jpg', //
		from: 'bottom right',
		to:   'top left 1.5x',
		time: time
	  }, {
		src:  'images/vanstrien/14.jpg',
		from: 'top left',
		to:   'bottom right 1.5x',
		time: time
	  }, {
		src:  'images/vanstrien/15.jpg',
		from: 'top right',
		to:   'bottom left 1.5x',
		time: time
	  }
	]);
};

function slider3() {
	
	$('#fader3').crossSlide({
	  fade: 1
	}, [
	  {
		src:  'images/sauna/1.jpg',
		from: 'bottom left',
		to:   'top center 1.7x',
		time: time
	  }, {
		src:  'images/sauna/2.jpg',
		from: 'top right',
		to:   'bottom left 1.5x',
		time: time
	  }, {
		src:  'images/sauna/3.jpg',
		from: 'top left',
		to:   'bottom right 1.3x',
		time: time
	  }, {
		src:  'images/sauna/4.jpg', //
		from: 'bottom center',
		to:   'top center 1.2x',
		time: 2
	  }, {
		src:  'images/sauna/6.jpg',
		from: 'top left',
		to:   'bottom right 1.3x',
		time: time
	  }
	]);
};



