function list_expand( object ) {
	object.className 	= (object.className == "minimize") ? "expand" : "minimize";
}


var fb_app_id = "291669267524757"; 
var fb_locale = "fr_FR";
window.fbAsyncInit = function() {
	FB.init({
	  appId      : fb_app_id, // App ID
	  status     : true, // check login status
	  cookie     : true, // enable cookies to allow the server to access the session
	  oauth      : true, // enable OAuth 2.0
	  xfbml      : true  // parse XFBML
	});
};

(function(d){
 var js, id = 'facebook-jssdk'; if (d.getElementById(id)) {return;}
 js = d.createElement('script'); js.id = id; js.async = true;
 js.src = "//connect.facebook.net/"+fb_locale+"/all.js#appId="+fb_app_id+"&xfbml=1";
 d.getElementsByTagName('head')[0].appendChild(js);
}(document));
