tinyMCE.init({
		mode : "textareas",
		theme : "advanced",
		
		plugins : "safari,spellchecker,pagebreak,style,layer,table,save,advhr,advimage,advlink,emotions,iespell,insertdatetime,preview,media,searchreplace,print,contextmenu,paste,directionality,fullscreen,noneditable,visualchars,nonbreaking,xhtmlxtras,template,inlinepopups",
		spellchecker_languages : "+French=fr",
		language : "fr",
		convert_urls : false,

		theme_advanced_buttons1 : "bold,italic,underline,|,justifyleft,justifycenter,justifyright,justifyfull,|,bullist,numlist,|,blockquote,|,forecolor,backcolor",
		theme_advanced_buttons2 : "cut,copy,paste,pastetext,pasteword,|,undo,redo,|,link,unlink,|,sub,sup,|,charmap,|,emotions",
		theme_advanced_buttons3 : "formatselect,fontsizeselect,|,fullscreen,code,",
		theme_advanced_toolbar_location : "top",
		theme_advanced_toolbar_align : "left",
		theme_advanced_statusbar_location : "none",
		
		// Example word content CSS (should be your site CSS) this one removes paragraph margins
		//content_css : "admin/tiny_mce/editor/css/word.css",

		// Drop lists for link/image/media/template dialogs
		template_external_list_url : "scripts/tinymce/editor/editor/lists/template_list.js",
		external_link_list_url : "scripts/tinymce/editor/lists/link_list.js",
		external_image_list_url : "scripts/tinymce/editor/lists/image_list.js",
		media_external_list_url : "scripts/tinymce/editor/lists/media_list.js"
	});
