$(document).ready(function() {
	$("#infopop, #infopop2").fancybox({
		'autoDimensions'	: false,
		'width'         		: 400,
		'height'        		: 600,
		'type'				: 'iframe',
		'titleShow'		: false,
	});		
	
	$("#reach_pop").fancybox({
		'autoDimensions'	: false,
		'width'         		: 400,
		'height'        		: 310,
		'type'				: 'iframe',
		'titleShow'		: false,
	});
	
	$("#photo1, #photo2, #photo3").fancybox({
		'autoDimensions'	: false,
		'width'         		: 700,
		'height'        		: 740,
		'type'				: 'iframe',
		'titleShow'		: false,
	});
	
	$(".photo1").fancybox({
		'autoDimensions'	: false,
		'width'         		: 700,
		'height'        		: 740,
		'type'				: 'iframe',
		'titleShow'		: false,
	});
	
	$(".full").fancybox({
		'autoDimensions'	: false,
		'width'         		: 670,
		'height'        		: 860,
		'type'				: 'iframe',
		'titleShow'		: false,
	});
});

