$(document).ready(function() {

/* Fanzy Einstellung allgemein */

	$("a[rel=lytepic]").fancybox({
	'titleShow'		: true,
	'transitionIn'	: 'elastic',
	'transitionOut'	: 'elastic'
	});

/*	

	$("a[rel=lytepic]").fancybox({
	'transitionIn'		: 'none',
	transitionOut'		: 'none',
	'titlePosition' 	: 'over',
	'titleFormat'		: function(title, currentArray, currentIndex, currentOpts) {
	return '<span id="fancybox-title-over">Image ' + (currentIndex + 1) + ' / ' + currentArray.length + (title.length ? ' &nbsp; ' + title : '') + '</span>';
		}
	});

*/

/* Korrekturformular */

	$("a[rel=korrektur]").fancybox({
	'width'				: 500,
	'height'			: 680,
	'autoScale'			: false,
	'transitionIn'		: 'none',
	'transitionOut'		: 'none',
	'type'				: 'iframe',
	'titleShow'			: true,
	'hideOnOverlayClick'		: false
	});

/* Teletext */

	$("a[rel=teletext]").fancybox({
	'width'				: 700,
	'height'			: 530,
	'autoScale'			: false,
	'transitionIn'		: 'none',
	'transitionOut'		: 'none',
	'type'				: 'iframe',
	'titleShow'			: true,
	'scrolling'			: 'no',
	'transitionIn'	: 'elastic',
	'transitionOut'	: 'elastic'
	}); 

/* QR */

	$("a[rel=qrcode]").fancybox({
	'width'				: 600,
	'height'			: 600,
	'autoScale'			: false,
	'transitionIn'		: 'none',
	'transitionOut'		: 'none',
	'type'				: 'iframe',
	'titleShow'			: true,
	'scrolling'			: 'no',
	'transitionIn'	: 'elastic',
	'transitionOut'	: 'elastic'
	}); 
	
/* Statistikkuchen */

	$("a[rel=statistik]").fancybox({
	'width'				: 500,
	'height'			: 350,
	'autoScale'			: false,
	'transitionIn'		: 'none',
	'transitionOut'		: 'none',
	'type'				: 'iframe',
	'titleShow'			: true,
	'scrolling'			: 'no',
	'transitionIn'	: 'elastic',
	'transitionOut'	: 'elastic'
	}); 
	
/* Apotheken Eigenprodukte */

	$("a.produktLink").fancybox({
	'width'				: 640,
	'height'			: 480,
	'autoScale'			: false,
	'transitionIn'		: 'none',
	'transitionOut'		: 'none',
	'type'				: 'iframe',
	'titleShow'			: true,
	'scrolling'			: 'auto'
	}); 
	
/* Login Admin */

	$("a[rel=administrator]").fancybox({
	'width'				: 900,
	'height'			: 650,	
	'autoScale'			: false,
	'transitionIn'		: 'none',
	'transitionOut'		: 'none',
	'type'				: 'iframe',
	'titleShow'			: false,
	'hideOnOverlayClick'		: false
	});
	
/* Google Map 400x350 */

	$("a[rel=map400x350]").fancybox({
	'width'				: 410,
	'height'			: 380,	
	'autoScale'			: false,
	'transitionIn'		: 'none',
	'transitionOut'		: 'none',
	'type'				: 'iframe',
	'titleShow'			: false,
	'hideOnOverlayClick'		: true
	});
	
/* Google Map 600x350 */

	$("a[rel=map600x350]").fancybox({
	'width'				: 610,
	'height'			: 380,	
	'autoScale'			: false,
	'transitionIn'		: 'none',
	'transitionOut'		: 'none',
	'type'				: 'iframe',
	'titleShow'			: false,
	'hideOnOverlayClick'		: true
	});
	
/* Google Map 810x610 */

	$("a[rel=map800x600]").fancybox({
	'width'				: 810,
	'height'			: 630,	
	'autoScale'			: false,
	'transitionIn'		: 'none',
	'transitionOut'		: 'none',
	'type'				: 'iframe',
	'titleShow'			: false,
	'hideOnOverlayClick'		: true
	});
	
	
	});
