	$(document).ready(function() {
		$("a.PopImg").fancybox({
			'titlePosition'	: 'inside',
			'transitionIn'	: 'fade',
			'transitionOut'	: 'fade'
		});
		$(".eBillet").fancybox({
			'width'				: 560,
			'height'			: '85%',
			'titlePosition'		: 'inside',
			'autoScale'			: false,
			'transitionIn'		: 'none',
			'transitionOut'		: 'none',
			'type'				: 'iframe'
		});
		$(".eBilletPassword").fancybox({
			'width'				: 560,
			'height'			: 310,
			'titlePosition'		: 'inside',
			'autoScale'			: false,
			'transitionIn'		: 'none',
			'transitionOut'		: 'none',
			'type'				: 'iframe'
		});
		$(".WebPage").fancybox({
			'width'				: '80%',
			'height'			: '85%',
			'titlePosition'		: 'inside',
			'autoScale'			: false,
			'transitionIn'		: 'none',
			'transitionOut'		: 'none',
			'type'				: 'iframe'
		});
		$(".Player").fancybox({
			'width'				: 900,
			'height'			: 548,
			'scrolling'			: 'no',
			'titlePosition'		: 'inside',
			'autoScale'			: false,
			'transitionIn'		: 'none',
			'transitionOut'		: 'none',
			'type'				: 'iframe'
		});	
		$(".NewsletterAdmin").fancybox({
			'width'				: 850,
			'height'			: '85%',
			'titlePosition'		: 'inside',
			'autoScale'			: false,
			'transitionIn'		: 'none',
			'transitionOut'		: 'none',
			'type'				: 'iframe'
		});	
		$('.HelpPopUp').each(function(){
           var fWidth = parseInt($(this).attr('href').match(/width=[0-9]+/i)
		   [0].replace('width=',''));
           var fHeight =  parseInt($(this).attr('href').match(/height=[0-9]+/i)
		   [0].replace('height=',''));
           $(this).fancybox({
			'titlePosition'		: 'inside',
			'autoScale'			: false,
			'transitionIn'		: 'none',
			'transitionOut'		: 'none',
			'type'				: 'iframe',
			'width'				: fWidth,
			'height'			: fHeight
			   });
          }); 
	});
