function Thermos()
{

	$('#FramedPage').slideDown("slow");
			fillDiv('#Accueil');
			
			//Animate the Goal
			$("#goal").animate({ 
				height: "150",
				opacity: 1
			}, 5000 );
			$("#goal").animate({ 
				opacity: 0.7
			}, 1000 );
			$("#goal").animate({ 
				opacity: 1
			}, 2000 );
			$("#objectif").animate({ 
				opacity: 1
			}, 5000 );
}