	$(function() {			   
		
		//run the currently selected effect MONTRE
		function runEffect1(){
			//get effect type from 
			var selectedEffect = 'blind';		
			//run the effect
			$("#effect1").show(selectedEffect);
			$("#plus1").hide(selectedEffect);
		};		
		//run the currently selected effect MONTRE
		function cache1(){
			//get effect type from 
			var selectedEffect = 'blind';		
			//run the effect
			$("#effect1").hide(selectedEffect);
			$("#plus1").show(selectedEffect);
		};		
		//callback function to bring a hidden box back
		/*function callback(){
			setTimeout(function(){
				$("#effect:visible").removeAttr('style').hide().fadeOut();
			}, 1000);
		};*/
		
		//set effect from select menu value
		$("#plus1").click(function() {
			runEffect1();
			return false;
		});		
		
		$("#moins1").click(function() {
			cache1();
			return false;
		});		
		
		$("#effect1").hide();

		
		
		
		
	////////////////////////////////////////// RECURRENCE EN CHANGEANT LES NUMERO POUR CACHE PLUSIEURS TEXTE DANS UNE MEME PAGE ///////////////////////////////	/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////	//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
	
	//run the currently selected effect MONTRE
		function runEffect2(){
			//get effect type from 
			var selectedEffect = 'blind';		
			//run the effect
			$("#effect2").show(selectedEffect);
			$("#plus2").hide(selectedEffect);
		};		
		//run the currently selected effect MONTRE
		function cache2(){
			//get effect type from 
			var selectedEffect = 'blind';		
			//run the effect
			$("#effect2").hide(selectedEffect);
			$("#plus2").show(selectedEffect);
		};		
		//callback function to bring a hidden box back
		/*function callback(){
			setTimeout(function(){
				$("#effect:visible").removeAttr('style').hide().fadeOut();
			}, 2000);
		};*/
		
		//set effect from select menu value
		$("#plus2").click(function() {
			runEffect2();
			return false;
		});		
		
		$("#moins2").click(function() {
			cache2();
			return false;
		});		
		
		$("#effect2").hide();	
		
		
		
		
		
		
		
	//run the currently selected effect MONTRE
		function runEffect3(){
			//get effect type from 
			var selectedEffect = 'blind';		
			//run the effect
			$("#effect3").show(selectedEffect);
			$("#plus3").hide(selectedEffect);
		};		
		//run the currently selected effect MONTRE
		function cache3(){
			//get effect type from 
			var selectedEffect = 'blind';		
			//run the effect
			$("#effect3").hide(selectedEffect);
			$("#plus3").show(selectedEffect);
		};		
		//callback function to bring a hidden box back
		/*function callback(){
			setTimeout(function(){
				$("#effect:visible").removeAttr('style').hide().fadeOut();
			}, 3000);
		};*/
		
		//set effect from select menu value
		$("#plus3").click(function() {
			runEffect3();
			return false;
		});		
		
		$("#moins3").click(function() {
			cache3();
			return false;
		});		
		
		$("#effect3").hide();
		
		
		
		
		
		
		
		
		
		
		
		//run the currently selected effect MONTRE
		function runEffect4(){
			//get effect type from 
			var selectedEffect = 'blind';		
			//run the effect
			$("#effect4").show(selectedEffect);
			$("#plus4").hide(selectedEffect);
		};		
		//run the currently selected effect MONTRE
		function cache4(){
			//get effect type from 
			var selectedEffect = 'blind';		
			//run the effect
			$("#effect4").hide(selectedEffect);
			$("#plus4").show(selectedEffect);
		};		
		//callback function to bring a hidden box back
		/*function callback(){
			setTimeout(function(){
				$("#effect:visible").removeAttr('style').hide().fadeOut();
			}, 4000);
		};*/
		
		//set effect from select menu value
		$("#plus4").click(function() {
			runEffect4();
			return false;
		});		
		
		$("#moins4").click(function() {
			cache4();
			return false;
		});		
		
		$("#effect4").hide();
		
		
		
		
		
		
		
		
		
		
		
		
		//run the currently selected effect MONTRE
		function runEffect5(){
			//get effect type from 
			var selectedEffect = 'blind';		
			//run the effect
			$("#effect5").show(selectedEffect);
			$("#plus5").hide(selectedEffect);
		};		
		//run the currently selected effect MONTRE
		function cache5(){
			//get effect type from 
			var selectedEffect = 'blind';		
			//run the effect
			$("#effect5").hide(selectedEffect);
			$("#plus5").show(selectedEffect);
		};		
		//callback function to bring a hidden box back
		/*function callback(){
			setTimeout(function(){
				$("#effect:visible").removeAttr('style').hide().fadeOut();
			}, 5000);
		};*/
		
		//set effect from select menu value
		$("#plus5").click(function() {
			runEffect5();
			return false;
		});		
		
		$("#moins5").click(function() {
			cache5();
			return false;
		});		
		
		$("#effect5").hide();
		
		
		
				
		
		
		
		
		
	});

