$(document).ready(function() {
			
			
			
			
			$(".OfflineWinkelwagen").fancybox({
				'width'				: 750,
				'height'			: 750,
				'autoScale'			: false,
				'transitionIn'		: 'none',
				'transitionOut'		: 'none',
				'scrolling'			: 'no',
				'padding'			: '0',
				'type'				: 'iframe',
				'onStart'	:	function() {
				
					},
				'onCleanup'	:	function() {
			
					}
			});
			
			$(".MuntenOverlay").fancybox({
				'width'				: 750,
				'height'			: 750,
				'autoScale'			: false,
				'transitionIn'		: 'none',
				'transitionOut'		: 'none',
				'scrolling'			: 'no',
				'padding'			: '0',
				'type'				: 'iframe',
				'onStart'	:	function() {
				
					},
				'onCleanup'	:	function() {
			
					}
			});
			$(".BiljettenOverlay").fancybox({
				'width'				: 750,
				'height'			: 550,
				'autoScale'			: false,
				'transitionIn'		: 'none',
				'transitionOut'		: 'none',
				'scrolling'			: 'no',
				'padding'			: '0',
				'type'				: 'iframe',
				'onStart'	:	function() {
				
					},
				'onCleanup'	:	function() {
			
					}
			});
			
			
			$(".AnsichtkaartUpdate").fancybox({
				'width'				: 500,
				'height'			: 500,
				'autoScale'			: false,
				'transitionIn'		: 'none',
				'transitionOut'		: 'none',
				'padding'			: '0',
				'type'				: 'iframe'
			});
				$(".Reminder").fancybox({
				'width'				: 400,
				'height'			: 200,
				'autoScale'			: false,
				'transitionIn'		: 'none',
				'transitionOut'		: 'none',
				'padding'			: '0',
				'type'				: 'iframe'
			});
				
				$(".Voorwaarden").fancybox({
				'width'				: '80%',
				'height'			: '80%',
				'autoScale'			: false,
				'transitionIn'		: 'none',
				'transitionOut'		: 'none',
				'padding'			: '0',
				'type'				: 'iframe',
				'onStart'	:	function() {
				
					},
				'onCleanup'	:	function() {
			
					}
			});
			
			$(".FancyImage").fancybox({
				'titleShow'     : true,
				'titleFormat'       : function(title, currentArray, currentIndex, currentOpts) {
					if (currentArray.length > 1){
		    		return '<span class="showTitel">Gebruik de pijltoetsen om meerdere foto\'s te bekijken.</span>';
					}
				},
				'showNavArrows' : true
			});
			
		

		
		});

	
			function LoadExtra(strlink){
				 $.fancybox({
					'width': 600,
					'height': 400,
					'autoScale': true,
					'transitionIn': 'fade',
					'transitionOut': 'fade',
					'type': 'iframe',
					'href': strlink
				});
				}
