		/* Set the correct locale variables for Google Analytics tracking */
		var locale = 'FR';
		/* DO NOT EDIT BEYOND THIS POINT!! */

		document.getElementsByTagName('html')[0].setAttribute('xml:lang', locale.toLowerCase());
		document.getElementsByTagName('html')[0].setAttribute('lang', locale.toLowerCase());
		
		$(document).ready(function() {
			/* Fire fancybox plugin to multiple items with class of fancybox */
			$(".inline").fancybox({
				'autoDimensions':	true,
				'easingIn'      :	'easeInExpo',
				'easingOut'     :	'easeOutExpo',
				'overlayOpacity':	0.6,
				'overlayColor'	:	'#000',
				'scrolling'		:	'no',
				'speedIn'		:	300, 
				'speedOut'		:	300,
				'titleShow'		:	false,
				'transitionIn'	:	'elastic',
				'transitionOut'	:	'elastic',
				'changeFade'    :   'fast'/*,
				'width'			:	'90%',
				'height'		:	'auto'*/
			});
		});
		
		/* TS and Cs */
		function openWindow(url, winname) {
			newwindow=window.open(url,winname,'scrollbars=1,toolbar=0,location=0,status=0,height=500,width=400');
			if (window.focus) {newwindow.focus()}
			return false;
		}
