	$(document).ready(function() {
		//Activate FancyBox
		$("#diapo a").fancybox({
			'hideOnContentClick': true,
			'zoomSpeedIn':	250, 
			'zoomSpeedOut':	250, 
			'overlayShow':	true
		});
		$("#plan a").fancybox({
			'hideOnContentClick': true,
			'zoomSpeedIn':	250, 
			'zoomSpeedOut':	250, 
			'overlayShow':	true,
			'frameHeight': 400,
			'frameWidth' : 600,
			'overlayOpacity': 0.9
		});
					
	});
	//Parameter "o" ir optional and used to override settings, example: {url: "http://www.google.com", title: false,  o: {'frameWidth': 200} }
	function getGroupItems(opts) {
		jQuery.each(imageList, function(i, val) {
			opts.itemArray.push(val);
		});
	}