jQuery(document).ready(function(){
	jQuery(".fancybox").fancybox({
		'transitionIn'  :   'fade',
		'transitionOut' :   'fade',
		'speedIn'       :   600, 
		'speedOut'      :   200, 
		'overlayShow'   :   true
	});
// ERA Diagramm
// /era-diagram/era-diagram.html
	jQuery(".fancybox_eradiagram").fancybox({
		'type'			:	'iframe',
		'transitionIn'  :   'fade',
		'transitionOut' :   'fade',
		'speedIn'       :   600, 
		'speedOut'      :   200, 
		'overlayShow'   :   true,
		'width'			:	570,
		'height'		:	600
	});
// Position Papers
// /ReflectionsNextFrameworkProgramme/index.html 
	jQuery(".fancybox_pospapers").fancybox({
		'type'			:	'iframe',
		'transitionIn'  :   'fade',
		'transitionOut' :   'fade',
		'speedIn'       :   600, 
		'speedOut'      :   200, 
		'overlayShow'   :   true,
		'width'			:	550,
		'height'		:	750,
		'padding'		:	2,
		'margin'		:	15
	});
// InnovationsUnion
// /InnovationsUnion/index.html
	jQuery(".fancybox_iou").fancybox({
		'type'			:	'iframe',
		'transitionIn'  :   'fade',
		'transitionOut' :   'fade',
		'speedIn'       :   600, 
		'speedOut'      :   200, 
		'overlayShow'   :   true,
		'width'			:	670,
		'height'		:	800,
		'padding'		:	2,
		'margin'		:	15
	});
// EU-budget
// /eu-budget/index.html
	jQuery(".fancybox_eubudget").fancybox({
		'type'			:	'iframe',
		'transitionIn'  :   'fade',
		'transitionOut' :   'fade',
		'speedIn'       :   600, 
		'speedOut'      :   200, 
		'overlayShow'   :   true,
		'width'			: 	900,
		'height'		:	500,
		'padding'		:	2,
		'margin'		:	15
	});

// ERAMAP
// http://map.era.gv.at
	jQuery(".fancybox_eramap").fancybox({
		'type'			:	'iframe',
		'transitionIn'  :   'fade',
		'transitionOut' :   'fade',
		'speedIn'       :   600, 
		'speedOut'      :   200, 
		'overlayShow'   :   true,
		'width'			:	1000,
		'height'		:	640,
		'padding'		:	2,
		'margin'		:	15
	});

});


