
	$(document).ready(function() {
			$(".popupsml").fancybox({
				'width'				: 750,
				'height'			: 520,
				'autoScale'			: false,
				'transitionIn'		: 'elastic',
				'transitionOut'		: 'none',
				'type'				: 'iframe',
				'titleShow'			: false
			});

			$(".popupfincalc").fancybox({
				'width'				: 750,
				'height'			: 540,
				'autoScale'			: false,
				'transitionIn'		: 'elastic',
				'transitionOut'		: 'none',
				'type'				: 'iframe',
				'titleShow'			: false
			});
			
			$(".popupmed").fancybox({
				'width'				: 750,
				'height'			: 503,
				'autoScale'			: false,
				'transitionIn'		: 'elastic',
				'transitionOut'		: 'none',
				'type'				: 'iframe',
				'titleShow'			: false
			});
			
			$(".popupmed2").fancybox({
				'width'				: 760,
				'height'			: 505,
				'autoScale'			: false,
				'transitionIn'		: 'elastic',
				'transitionOut'		: 'none',
				'type'				: 'iframe',
				'titleShow'			: false
			});
						
			$(".popupbig").fancybox({
				'width'				: 1020,
				'height'			: 505,
				'autoScale'			: false,
				'transitionIn'		: 'elastic',
				'transitionOut'		: 'none',
				'type'				: 'iframe',
				'titleShow'			: false
			});
			
			$(".popupbig2").fancybox({
				'width'				: 950,
				'height'			: 530,
				'autoScale'			: false,
				'transitionIn'		: 'elastic',
				'transitionOut'		: 'none',
				'type'				: 'iframe',
				'titleShow'			: false
			});
			
			$(".popupimg").fancybox({
				'width'				: 620,
				'height'			: 480,
				'autoScale'			: false,
				'transitionIn'		: 'elastic',
				'transitionOut'		: 'none',
				'type'				: 'iframe',
				'titleShow'			: false
			});
	});
