// Notice: The simple theme does not use all options some of them are limited to the advanced theme
	tinyMCE.init({
		mode : "textareas",
		theme : "advanced",
		 force_br_newlines : "true",
 force_p_newlines : "false",
		//plugins : "",
		theme_advanced_buttons1 : "bold,italic,underline,separator,fontsizeselect,separator,justifyleft,justifycenter,justifyright,justifyfull,separator,forecolor,separator,sub,sup,separator,link,unlink",
		theme_advanced_buttons2 : "",
		theme_advanced_buttons3 : "",
		editor_deselector : "mceNoEditor"
	});