var MCE_normal = {
		// General options
		mode : "none",
		theme : "advanced",
		plugins : "autolink,lists,spellchecker,pagebreak,style,layer,table,save,advhr,advimage,advlink,emotions,iespell,inlinepopups,insertdatetime,preview,media,searchreplace,print,contextmenu,paste,directionality,fullscreen,noneditable,visualchars,nonbreaking,xhtmlxtras,template",
		language : 'fr',
		
		// Theme options
		theme_advanced_buttons1 : "undo,redo,|,cut,copy,paste,pastetext,pasteword,|,sub,sup,|,bullist,numlist,|,outdent,indent,|,link,unlink,image,code,cleanup,|,preview",
		theme_advanced_buttons2 : "styleselect,removeformat,|,fontsizeselect,bold,italic,underline,strikethrough,|,justifyleft,justifycenter,justifyright,justifyfull,|,forecolor,backcolor",
		theme_advanced_buttons3 : false,
		theme_advanced_toolbar_location : "top",
		theme_advanced_toolbar_align : "left",
		theme_advanced_statusbar_location : "bottom",
		theme_advanced_resizing : true,
		theme_advanced_resize_horizontal : false,

		// Skin options
		skin : "o2k7",
		skin_variant : "silver",

		// Example content CSS (should be your site CSS)
		content_css : "include/tiny_mce/style_list.css",
		theme_advanced_font_sizes: "10px,12px,13px,14px,16px,18px,20px,22px,24px,26px,30px",
		font_size_style_values : "10px,12px,13px,14px,16px,18px,20px,22px,24px,26px,30px"
};


var MCE_condensed = {
		// General options
		mode : "none",
		theme : "advanced",
		plugins : "autolink,lists,spellchecker,pagebreak,style,layer,table,save,advhr,advimage,advlink,emotions,iespell,inlinepopups,insertdatetime,preview,media,searchreplace,print,contextmenu,paste,directionality,fullscreen,noneditable,visualchars,nonbreaking,xhtmlxtras,template",
		language : 'fr',
		
		// Theme options
		theme_advanced_buttons1 : "undo,redo,|,cut,copy,paste,|,link,unlink,image,code,cleanup,|,preview",
		theme_advanced_buttons2 : "bold,italic,underline,|,justifyleft,justifycenter,justifyright,justifyfull,|,bullist,|,forecolor,backcolor",
		theme_advanced_buttons3 : "styleselect,removeformat,|,fontsizeselect,outdent,indent",
		theme_advanced_toolbar_location : "top",
		theme_advanced_toolbar_align : "left",
		theme_advanced_statusbar_location : "bottom",
		theme_advanced_resizing : true,
		theme_advanced_resize_horizontal : false,

		// Skin options
		skin : "o2k7",
		skin_variant : "silver",

		// Example content CSS (should be your site CSS)
		content_css : "include/tiny_mce/style_list.css",
		theme_advanced_font_sizes: "10px,12px,13px,14px,16px,18px,20px,22px,24px,26px,30px",
		font_size_style_values : "10px,12px,13px,14px,16px,18px,20px,22px,24px,26px,30px"
};
