		$(document).ready(function() {
			$(".popup").fancybox({
				'width'				: '55%',
				'height'			: '52%',
				'autoScale'			: true,
				'transitionIn'		: 'none',
				'transitionOut'		: 'none',
				'type'				: 'iframe',
				'showNavArrows'		: true
			});
						
			$(".pop_contact").fancybox({
				'padding' : 20,
				'titleShow' : false,
				'autoScale' : false,
				'transitionIn' : 'none',
				'transitionOut' : 'none',
				'type' : 'iframe',
				'width' : 495,
				'height' : 620
			});
			
			$("#various4").fancybox({
				'width'				: '75%',
				'height'			: '75%',
				'autoScale'			: true,
				'transitionIn'		: 'none',
				'transitionOut'		: 'none',
				'type'				: 'iframe',
				'showNavArrows'		: true
			});
		});

