		$(document).ready(function() {
		
			$(".various").fancybox({
		'transitionIn'	: 'none',
		'transitionOut'	: 'none'
	});
		
            $(".photo-link").fancybox({ 
            'zoomSpeedIn': 500, 
            'zoomSpeedOut': 500, 
            'overlayShow': true 
            }); 

			$("#agendagab").fancybox({
				'width'				: '90%',
				'height'			: '90%',
				'autoScale'			: false,
				'transitionIn'		: 'none',
				'transitionOut'		: 'none',
				'type'				: 'iframe'
			});
			
			$("#agendagbb").fancybox({
				'width'				: '90%',
				'height'			: '90%',
				'autoScale'			: false,
				'transitionIn'		: 'none',
				'transitionOut'		: 'none',
				'type'				: 'iframe'
			});
			
			$("#agendaugr").fancybox({
				'width'				: '90%',
				'height'			: '90%',
				'autoScale'			: false,
				'transitionIn'		: 'none',
				'transitionOut'		: 'none',
				'type'				: 'iframe'
			});
			
			$("#agendagab2").fancybox({
				'width'				: '80%',
				'height'			: '80%',
				'autoScale'			: false,
				'transitionIn'		: 'none',
				'transitionOut'		: 'none',
				'type'				: 'iframe'
			});
			
			$("#agendagbb2").fancybox({
				'width'				: '80%',
				'height'			: '80%',
				'autoScale'			: false,
				'transitionIn'		: 'none',
				'transitionOut'		: 'none',
				'type'				: 'iframe'
			});
			
			$("#agendaugr2").fancybox({
				'width'				: '80%',
				'height'			: '80%',
				'autoScale'			: false,
				'transitionIn'		: 'none',
				'transitionOut'		: 'none',
				'type'				: 'iframe'
			});
			$(".newsrelease").fancybox({
				'width'				: '98%',
				'height'			: '98%',
				'autoScale'			: false,
				'transitionIn'		: 'none',
				'transitionOut'		: 'none',
				'type'				: 'iframe'
			});
			
			$(".pdffile").fancybox({
				'width'				: '98%',
				'height'			: '98%',
				'autoScale'			: false,
				'transitionIn'		: 'none',
				'transitionOut'		: 'none',
				'type'				: 'iframe'
			});

$(".photo").fancybox({ 
            'zoomSpeedIn': 500, 
            'zoomSpeedOut': 500, 
            'overlayShow': true 
            }); 
            
$("#standrews").click(function() {
		$.fancybox([
			'docs/StAndrews129.jpg',
			'docs/StAndrews123.jpg',
			'docs/StAndrews130.jpg',
			'docs/StAndrews131.jpg'
		], {
		    'zoomSpeedIn': 500, 
            'zoomSpeedOut': 500, 
            'overlayShow': true,
			'transitionIn'		: 'none',
			'transitionOut'		: 'none',
			'type'              : 'image',
			'changeFade'        : 0
		});
	});
	
	$("#ftjsidewalk1").click(function() {
		$.fancybox([
			'docs/2-23-12-FtJohnson1.JPG',
			'docs/2-23-12-FtJohnson2.JPG',
			'docs/2-23-12-FtJohnson6.JPG'
		], {
		    'zoomSpeedIn': 500, 
            'zoomSpeedOut': 500, 
            'overlayShow': true,
			'transitionIn'		: 'none',
			'transitionOut'		: 'none',
			'type'              : 'image',
			'changeFade'        : 0
		});
	});
	
		$("#ftjsidewalk2").click(function() {
		$.fancybox([
			'docs/2-23-12-FtJohnson4.JPG',
			'docs/8-16-11-FtJohnson1.JPG',
			'docs/8-16-11FtJohnson2.JPG'
		], {
		    'zoomSpeedIn': 500, 
            'zoomSpeedOut': 500, 
            'overlayShow': true,
			'transitionIn'		: 'none',
			'transitionOut'		: 'none',
			'type'              : 'image',
			'changeFade'        : 0
		});
	});
	
	
	
		});
