		$(document).ready(function() {

			$("a[rel=popup1]").fancybox({
				'width'				: '95%',
				'height'			: '85%',
				'type'				: 'iframe'
			});
			
			$("a[rel=popup1_1]").fancybox({
				'width'				: '75%',
				'height'			: '85%',
				'type'				: 'iframe'
			});

			$("#popup1").fancybox({
				'width'				: '85%',
				'height'			: '75%',
				'autoScale'			: false,
				'transitionIn'		: 'none',
				'transitionOut'		: 'none',
				'type'				: 'iframe'
			});
			
			$("#popup2").fancybox({
				'width'				: '85%',
				'height'			: '75%',
				'autoScale'			: false,
				'transitionIn'		: 'none',
				'transitionOut'		: 'none',
				'type'				: 'iframe'
			});
			
			$("#popup3").fancybox({
				'width'				: '85%',
				'height'			: '75%',
				'autoScale'			: false,
				'transitionIn'		: 'none',
				'transitionOut'		: 'none',
				'type'				: 'iframe'
			});
			
			$("#popup4").fancybox({
				'width'				: '60%',
				'height'			: '95%',
				'autoScale'			: false,
				'transitionIn'		: 'none',
				'transitionOut'		: 'none',
				'type'				: 'iframe'
			});
		});
