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

	
	$("a.screens").fancybox({
		'hideOnContentClick': false,
		'imageScale': true,
				'zoomSpeedIn'			: 500,
		'zoomSpeedOut'			: 500,
'overlayShow'			: true,
'enableEscapeButton'	: true,
		'zoomSpeedChange': 250,
		'overlayOpacity'       : 0.5,
		'overlayColor' : '#000',
		
		


		

	});	
		$("a.alexa").fancybox({
		'hideOnContentClick': false,
		'imageScale': true,
				'zoomSpeedIn'			: 500,
		'zoomSpeedOut'			: 500,
'overlayShow'			: true,
'enableEscapeButton'	: true,
		'zoomSpeedChange': 250,
		'overlayOpacity'       : 0.5,
		'overlayColor' : '#000',
	'frameWidth': 550,
			'frameHeight': 150,



		

	});


	$("a.help").fancybox({
		'hideOnContentClick': false,
			'imageScale': false,
			'frameWidth': 400,
			'frameHeight': 200,
				'zoomSpeedIn'			: 500,
		'zoomSpeedOut'			: 500,
'overlayShow'			: true,
'enableEscapeButton'	: true,
	'overlayOpacity'       : 0.5,
		'overlayColor' : '#000',
		

	

		

	});

});

