$(document).ready(function() {

	var DateNow = new Date();
	var YearNow = DateNow.getFullYear();

	$("a.popup_single_img").fancybox({
		'title'			: '&copy; 2000-'+YearNow+' Gymnasium im Loekamp Marl',
		'titlePosition'		: 'inside'
	});

	$("a.popup_group_img").fancybox({
		'title'			: '&copy; 2000-'+YearNow+' Gymnasium im Loekamp Marl',
		'titlePosition'		: 'inside',
		'titleFormat'		: function(title, currentArray, currentIndex, currentOpts) {
					    return '<span id="fancybox-title-inside"><b>Foto ' + (currentIndex + 1) + ' von ' + currentArray.length + (title.length ? ' </b><br /> ' + title : '') + '</span>';
					  }
	});

	$("#popup_pdf").fancybox({
		'width'			: '90%',
		'height'		: '90%',
		'autoScale'		: false,
		'type'			: 'iframe'
	});

});
