tinyMCE.init({
	// General options
	mode : "textareas",
	theme : "advanced",
	language : "fr",
	
	plugins : "table",
	theme_advanced_buttons4 : "tablecontrols,|,forecolor",
	
	// Theme options
	theme_advanced_toolbar_location : "top",
	theme_advanced_toolbar_align : "left",
	theme_advanced_statusbar_location : "bottom",
	theme_advanced_resizing : true
});
