$(document).ready(function() {
				
	jQuery("a#formpopupGeefEenmalig").fancybox({
		'transitionIn'		:	'elastic',
		'transitionOut'		:	'elastic',
		'speedIn'			:	600, 
		'speedOut'			:	200,
		'width'				:	'50%',
		'height'			:	'60%',			
		'type' 				:	'iframe'
	}),
	
	jQuery("a#formpopupWordVriend").fancybox({
		'transitionIn'		:	'elastic',
		'transitionOut'		:	'elastic',
		'speedIn'			:	600, 
		'speedOut'			:	200,
		'width'				:	'50%',
		'height'			:	'80%',			
		'type' 				:	'iframe'
	}),
	
	jQuery("a#formpopupWordDonateur").fancybox({
		'transitionIn'	:	'elastic',
		'transitionOut'	:	'elastic',
		'speedIn'		:	600, 
		'speedOut'		:	200,
		'autoScale'     :	true, 
		'scrolling'     :   'no', 
		'type' 		:	'ajax'
	}),
	
	jQuery("a#formpopupframe").fancybox({
        'transitionIn'      :    'elastic',
        'transitionOut'     :    'elastic',
        'speedIn'			:    600, 
        'speedOut'    		:    200,
        'autoScale'     	:    'true', 
        'type'         		:    'iframe'
    }),
	
	jQuery("a#bestelformulier").fancybox({
        'transitionIn'      :    'elastic',
        'transitionOut'     :    'elastic',
        'speedIn'			:    600, 
        'speedOut'    		:    200,
		'width'				:	'50%',
		'height'			:	'80%',	
        'autoScale'     	:    'true', 
        'type'         		:    'iframe'
    });
	
});
