	function all_grey() {
		$("#red").stop(true,true).fadeOut(500);
		$("#blue").stop(true,true).fadeOut(500);
		$("#nero").stop(true,true).fadeOut(500);
	}
	
	function show_text() {
		$("#red").fadeIn(500);
		}
	
	function show_food() {
		$("#blue").fadeIn(500);
		}
		
	function show_spec() {
		$("#nero").fadeIn(500);
		}	
