/**
 * @author Maarten Molenschot
 */
// NL, UK en DE pagina's van submenu


var slideshow;
window.addEvent('domready', function(){

	
	slideshow = new Slideshow('slideshow', ['foto.png', 'foto2.png', 'foto3.png', 'foto4.png', 'foto5.png', 'foto6.png', 'foto7.png', 'foto8.png', 'foto9.png', 'foto10.png', 'foto11.png', 'foto12.png', 'foto13.png', 'foto14.png'], {
		delay: 6000,
		height: 254,
		hu: '/img/png/',
		width: 408
	});
});
