			var boolPrems;
			boolPrems=true;
			
	      	function Legal_arrondis_execution(){
	      		boolPrems=false;
	      	    $("#divLegalInside").liquidCanvas("[shadow{color: #000000;} fill{color: #FFFFFF;}] => roundedRect{radius:10}");
	      	}

			function afficheLegal()
			{
				$("#divLegal").show("slow");
				if (boolPrems){Legal_arrondis_execution();}
			}
			
			function  cacheLegal()
			{
				$("#divLegal").hide("slow");
			}

