gremmie@1: tinyMCE.init({
gremmie@1: 	mode : "textareas",
gremmie@1: 	theme : "advanced",
gremmie@1: 	content_css : "css/example.css",
gremmie@1: 	theme_advanced_toolbar_location : "top",
gremmie@1: 	theme_advanced_toolbar_align : "left",
bgneal@7: 	theme_advanced_buttons1 : "fullscreen,|,preview,|,bold,italic,underline,strikethrough,|,bullist,numlist,outdent,indent,|,undo,redo,|,link,unlink,anchor,|,image,cleanup,help,|,code",
gremmie@1: 	theme_advanced_buttons2 : "",
gremmie@1: 	theme_advanced_buttons3 : "",
gremmie@1: 	auto_cleanup_word : true,
gremmie@1: 	plugins : "table,advhr,emotions,insertdatetime,preview,searchreplace,print,contextmenu,fullscreen,media",
gremmie@1: 	plugin_insertdate_dateFormat : "%m/%d/%Y",
gremmie@1: 	plugin_insertdate_timeFormat : "%H:%M:%S",
gremmie@1: 	fullscreen_settings : {
gremmie@1: 		theme_advanced_path_location : "top",
gremmie@1: 		theme_advanced_buttons1 : "fullscreen,|,preview,|,cut,copy,paste,|,undo,redo,|,search,replace,|,code,|,cleanup,|,bold,italic,underline,strikethrough,|,forecolor,backcolor,|,justifyleft,justifycenter,justifyright,justifyfull,|,help",
gremmie@1: 		theme_advanced_buttons2 : "removeformat,styleselect,formatselect,fontselect,fontsizeselect,|,bullist,numlist,outdent,indent,|,link,unlink,anchor",
gremmie@1: 		theme_advanced_buttons3 : "sub,sup,|,image,insertdate,inserttime,|,tablecontrols,|,hr,advhr,visualaid,|,charmap,emotions,|,print"
gremmie@1: 	}
gremmie@1: });