jQuery(document).ready(function() {

	
	$("a#level6").fancybox({
		'titlePosition'  : 'over'
		
	});
	$("a#level7").fancybox({
		'titlePosition'  : 'over'
		
	});
	$("a#level8").fancybox({
		'titlePosition'  : 'over'
		
	});
	$("a#level9").fancybox({
		'titlePosition'  : 'over'
		
		
	});
	$("a#level10").fancybox({
		'titlePosition'  : 'over'
		
	});
	$("a#level11").fancybox({
		'titlePosition'  : 'over'
		
	});
	
	$("a#level12").fancybox({
		'titlePosition'  : 'over'
		
	});
	
	$("a#level20").fancybox({
		'titlePosition'  : 'over'
		
	});
	
	$("a#level21").fancybox({
		'titlePosition'  : 'over'
		
	});
	
	$("a#level22").fancybox({
		'titlePosition'  : 'over'
		
	});
	
	$("a[rel=image_group]").fancybox({
		'transitionIn'		: 'none',
		'transitionOut'		: 'none',
		'titlePosition' 	: 'over',
		'titleFormat'       : function(title, currentArray, currentIndex, currentOpts) {
		    return '<span id="fancybox-title-over">Image ' +  (currentIndex + 1) + ' / ' + currentArray.length + '</span>';
		}
	});
	
				
	$("#frame").fancybox({
		'width'				: '90%',
		'height'			: '90%',
        'autoScale'     	: false,
        'transitionIn'		: 'none',
		'transitionOut'		: 'none',
		'type'				: 'iframe'
	});
	$("#frame_a").fancybox({
		'width'				: '90%',
		'height'			: '90%',
        'autoScale'     	: false,
        'transitionIn'		: 'none',
		'transitionOut'		: 'none',
		'type'				: 'iframe'
	});
	$("#frame_b").fancybox({
		'width'				: '90%',
		'height'			: '90%',
        'autoScale'     	: false,
        'transitionIn'		: 'none',
		'transitionOut'		: 'none',
		'type'				: 'iframe'
	});
	$("#frame_c").fancybox({
		'width'				: '90%',
		'height'			: '90%',
        'autoScale'     	: true,
        'transitionIn'		: 'none',
		'transitionOut'		: 'none',
		'type'				: 'iframe'
	});
	
	$("#frame_cc").fancybox({
		'width'				: '90%',
		'height'			: '90%',
        'autoScale'     	: true,
        'transitionIn'		: 'none',
		'transitionOut'		: 'none',
		'type'				: 'iframe'
	});
		
	$("#frame_d").fancybox({
		'width'				: '90%',
		'height'			: '90%',
        'autoScale'     	: false,
        'transitionIn'		: 'none',
		'transitionOut'		: 'none',
		'type'				: 'iframe'
	});
	$("#frame_e").fancybox({
		'width'				: '55%',
		'height'			: '60%',
        'autoScale'     	: true,
        'transitionIn'		: 'none',
		'transitionOut'		: 'none',
		'type'				: 'iframe'
	});
	
	$("#ulkopuoliswf").fancybox({
	    'padding'           : 0,
        'autoScale'     	: false,
        'transitionIn'		: 'none',
		'transitionOut'		: 'none'
	});

	/*
	*   Donate link
	*/
	$("a#donate").bind("click", function() {
		$("#donate_form").submit();
		return false;
	});

	/*
	*   Zebra-stripping table
	*/
	
	$("table.options tr:nth-child(even)").addClass('even');

});

