		tinyMCE.init({
			// General options
			mode : "specific_textareas",
			editor_selector : "tinymceClientEditor",
			width : "660",
			height: "100",
			relative_urls : false,
			remove_script_host : false,
			theme : "advanced",
			plugins : "emotions",
			object_resizing : false,
			
			// Theme options
			theme_advanced_buttons1 : "bold,italic,underline,strikethrough,|,emotions,charmap,|,undo,redo",
			theme_advanced_buttons2 : "",
			theme_advanced_buttons3 : "",
			theme_advanced_toolbar_location : "top",
			theme_advanced_toolbar_align : "left",
			theme_advanced_statusbar_location : "none",
			theme_advanced_resizing : false,
			
			// Example content CSS (should be your site CSS)
			content_css : "../front_end/joomla_design/templates/rt_solarsentinel_j15/css/css-423437d9b958a833d6ac38d83088fffd.css"
		});
