	tinyMCE.init({
		theme : "advanced",
		language : "fr",
	    mode : "specific_textareas",
		editor_selector : "mceEditor",
		width:"490px",
		height:"150px",
		theme_advanced_layout_manager : "SimpleLayout",
		theme_advanced_toolbar_location: "top",
//	    theme_advanced_disable : "styleselect,image,help,sub,sup,removeformat,unlink,link,code,charmap,visualaid,anchor,newdocument,blockquote,formatselect,|,|"
	    theme_advanced_disable : "styleselect,image,help,sub,sup,code,charmap,visualaid,anchor,newdocument,blockquote,formatselect,|,|"
	});
