$( document ).ready( function() {
	
	$(".interieurs").fancybox({
		'hideOnContentClick': false,
		'autoDimensions'	: false,
		'width'				: 470,
		'height'			: 535,
		'type'				: 'iframe',
		'titleShow'			: false,
		'scrolling'			: 'no'
	});
	
	$(".webwinkel").fancybox({
		'hideOnContentClick': false,
		'autoDimensions'	: false,
		'width'				: 470,
		'height'			: 630,
		'type'				: 'iframe',
		'titleShow'			: false,
		'scrolling'			: 'no'
	});
	
	$(".disclaimer").fancybox({
		'hideOnContentClick': false,
		'autoDimensions'	: false,
		'width'				: 470,
		'height'			: 630,
		'type'				: 'iframe',
		'titleShow'			: false,
		'scrolling'			: 'auto'
	});

	$(".levering").fancybox({
		'hideOnContentClick': false,
		'autoDimensions'	: false,
		'width'				: 470,
		'height'			: 555,
		'type'				: 'iframe',
		'titleShow'			: false,
		'scrolling'			: 'no'
	});

	$(".verzend").fancybox({
		'hideOnContentClick': false,
		'autoDimensions'	: false,
		'width'				: 470,
		'height'			: 400,
		'type'				: 'iframe',
		'titleShow'			: false,
		'scrolling'			: 'no'
	});
	
	$(".betalings").fancybox({
		'hideOnContentClick': false,
		'autoDimensions'	: false,
		'width'				: 470,
		'height'			: 545,
		'type'				: 'iframe',
		'titleShow'			: false,
		'scrolling'			: 'no'
	});
});
