// Standard TinyMCE config for law.gsu.edu
	tinyMCE.init({
		mode : "textareas",
		theme : "advanced",
		content_css : "https://law.gsu.edu/style/edit.css",
		relative_urls : false,
		remove_script_host : false,
		inline_styles: false,
		plugins : "safari,table,advimage,advlink,preview,searchreplace,contextmenu,paste,inlinepopups",
		extended_valid_elements : "a[name|href|target|title|class],img[class|src|border|alt|title|hspace|vspace|width|height|align|usemap|name|style],br[clear]",
		theme_advanced_disable : "justifyfull,separator,visualaid,underline,strikethrough",
		theme_advanced_toolbar_location : "top",
		theme_advanced_toolbar_align : "left",
		theme_advanced_buttons1_add : "visualaid,tablecontrols",
		theme_advanced_buttons2_add_before : "cut,copy,paste,pasteword,search,replace",
		theme_advanced_buttons2_add : "preview,removeformat,hr,sub,sup,charmap",
		theme_advanced_buttons3 : "",
		forced_root_block : "",
		force_p_newlines : true,
		paste_auto_cleanup_on_paste : true,
		paste_force_cleanup_wordpaste : true,
		paste_strip_class_attributes : true,
		paste_remove_styles : true,
		paste_remove_spans : true,
		paste_convert_middot_lists : true,
		paste_unindented_list_class : "narlist",
		handle_event_callback : "tinyMCE_chg",
		editor_deselector : "mceNoEditor"
});
