$(document).ready(function() {
 /* This is basic - uses default settings */

	$("a#single_image").fancybox();
	/* Using custom settings */ 

	$("a#inline").fancybox({ 
		'hideOnContentClick': true
	});


	$("a.fancy_movie").fancybox({ 
			'iframe' : true,
			'frameWidth':			800,
			'frameHeight': 			450,
			'overlayOpacity':		0.6,
			'easingIn':				'easeInSine',
			'easingOut':			'easeOutSine',
			'hideOnContentClick':	false,
			'callbackOnClose': 		function() { $("#fancy_content").empty(); } 
	});

	$("a.fancy_iframe").fancybox({ 
		'iframe': true,
		'overlayShow': 		true,
		'frameWidth': 		800,
		'frameHeight': 		450,
		'zoomSpeedIn': 		600,
		'zoomSpeedOut': 	450,
		'easingIn': 		'easeInSine',
		'easingOut': 		'easeOutSine',
		'easingChange':	'easeOutSine'
	
	
	}); 

	$("a.biopharma_link").fancybox({ 
		'frameWidth': 		800,
		'frameHeight': 		450,
			'callbackOnClose': 		function() { window.location="/refresh/templates/govig.php?id=35&industry=biopharma"; } 
	});
	
	$("a.health_info_mgmt_link").fancybox({ 
		'frameWidth': 		800,
		'frameHeight': 		450,
		'callbackOnClose': 		function() { window.location="/refresh/templates/govig.php?id=37&industry=health_info_management";	} 
	});
	
	$("a.senior_housing_link").fancybox({ 
		'frameWidth': 		800,
		'frameHeight': 		450,
		'callbackOnClose': 		function() { window.location.href="/refresh/templates/govig.php?id=36&industry=senior_housing"; } 
	});
	
	$("a.rpo_link").fancybox({ 
		'frameWidth': 		800,
		'frameHeight': 		450,
		'callbackOnClose': 		function() {window.location.href="/refresh/templates/govig.php?id=38&industry=rpo";	} 
	});
	
	$(".arizona_market_link").fancybox({ 
		'frameWidth': 		800,
		'frameHeight': 		450,
		'callbackOnClose': 		function() {window.location.href="/refresh/templates/govig.php?id=33&industry=arizona_market";} 
	});
	
	$(".tax_link").fancybox({ 
		'frameWidth': 		800,
		'frameHeight': 		450,
		'callbackOnClose': 		function() {window.location.href="/refresh/templates/govig.php?id=39&industry=tax";	} 
	});
	
	$(".engineering_link").fancybox({ 
		'frameWidth': 		800,
		'frameHeight': 		450,
		'callbackOnClose': 		function() {window.location.href="/refresh/templates/govig.php?id=40&industry=engineering";	} 
	});
	
	$(".construction_link").fancybox({ 
		'frameWidth': 		800,
		'frameHeight': 		450,
		'callbackOnClose': 		function() {window.location.href="/refresh/templates/govig.php?id=32&industry=construction";} 
	});	

}); 