// JavaScript Document
$(document).ready(function() {
	$("#fancyPlanPistes").fancybox({
		'autoScale'     	: false,
		'transitionIn'		: 'none',
		'transitionOut'		: 'none',
		'width'				: 1000,
		'height'			: 650,
		'centerOnScroll'	: true,
		'titleShow'			: false
	});
	
	$("#fancyPlanDomaine").fancybox({
		'autoScale'     	: false,
		'transitionIn'		: 'none',
		'transitionOut'		: 'none',
		'width'				: 1000,
		'height'			: 650,
		'centerOnScroll'	: true,
		'titleShow'			: false,
	});

	$("#fancyPlanPistesEte").fancybox({
		'autoScale'     	: false,
		'transitionIn'		: 'none',
		'transitionOut'		: 'none',
		'width'				: 1000,
		'height'			: 650,
		'centerOnScroll'	: true,
		'titleShow'			: false
	});
	
	$("#fancyPlanDomaineEte").fancybox({
		'autoScale'     	: false,
		'transitionIn'		: 'none',
		'transitionOut'		: 'none',
		'width'				: 1000,
		'height'			: 650,
		'centerOnScroll'	: true,
		'titleShow'			: false,
	});	
});
function fancyPistes(){ $('#fancyPlanPistes').trigger('click'); }
function fancyDomaine(){ $('#fancyPlanDomaine').trigger('click'); }
function fancyPistesEte(){ $('#fancyPlanPistesEte').trigger('click'); }
function fancyDomaineEte(){ $('#fancyPlanDomaineEte').trigger('click'); }
