// JavaScript Document

$(document).ready(function() {
	$("a#donate").bind("click", function() {
		$("#donate_form").submit()
	});


		
	$("a#single_10").fancybox({
			'frameWidth':440,
		'frameHeight':250,				  
		'zoomOpacity'			: true,
		'overlayShow'			: false,
		'zoomSpeedIn'			: 500,
		'zoomSpeedOut'			: 500
	});
	$("a#single_11").fancybox({
		'frameWidth':900,
		'frameHeight':650,
							  
		'zoomOpacity'			: true,
		'overlayShow'			: false,
		'zoomSpeedIn'			: 500,
		'zoomSpeedOut'			: 500
	});
	$("a#single_12").fancybox({
		'frameWidth':900,
		'frameHeight':650,
							  
		'zoomOpacity'			: true,
		'overlayShow'			: false,
		'zoomSpeedIn'			: 500,
		'zoomSpeedOut'			: 500
	});
	
$("a.group1").fancybox({
		'hideOnContentClick': false
		
	});
$("a.group2").fancybox({
		'hideOnContentClick': false
		
	});
	
});

