
$(document).ready(function() {
	var ie = (document.all && !window.opera)?true:false;
	if (ie){
	$("#mentions_leg").fancybox({
		'opacity'			:	true,
		'width'				: 600,
		'height'			: 418,
		'overlayOpacity'	:	0.6,
		'overlayColor'		:	'#000',
		'transitionIn'		: 'none',
		'transitionOut'		: 'none',
		'type'				: 'iframe',
		'showCloseButton'	: false
	});
	}else{
		$("#mentions_leg").fancybox({
			'opacity'			:	true,
			'width'				: 600,
			'height'			: 416,
			'overlayOpacity'	:	0.6,
			'overlayColor'		:	'#000',
			'transitionIn'		: 'none',
			'transitionOut'		: 'none',
			'type'				: 'iframe',
			'showCloseButton'	: false
		});
	}


});
