tinyMCE.init({
	mode: "textareas",
	theme: "advanced",
	theme_advanced_toolbar_location: "top",
	theme_advanced_toolbar_align: "left",
	theme_advanced_buttons1: "fullscreen,separator,preview,separator,undo,redo,cut,copy,paste,pasteword,bold,italic,underline,strikethrough,separator,bullist,numlist,outdent,indent,separator,separator,link,unlink,anchor,separator,image,cleanup,help,separator,code,acronym,cite,abbr",
	theme_advanced_buttons2: "formatselect,fontselect,fontsizeselect,tablecontrols",
	theme_advanced_buttons3: "",
	theme_advanced_blockformats: "p,h1,h2,h3,h4,h5,h6,blockquote",
	height: "400",
	auto_cleanup_word: true,
	convert_urls: false,
	advimage_styles: "Standard=default;Left=wrap_left;Right=wrap_right;Central=block",
	plugins: "table,save,advhr,advimage,advlink,emotions,iespell,insertdatetime,paste,preview,zoom,flash,searchreplace,print,contextmenu,fullscreen,xhtmlxtras",
	plugin_insertdate_dateFormat: "%m/%d/%Y",
	plugin_insertdate_timeFormat: "%H:%M:%S",
	extended_valid_elements: "a[id|name|href|target|title|longdesc|onclick],p[lang],img[class|src|alt|title|hspace|vspace|width|height|longdesc|align|onmouseover|onmouseout|name|id],h1[lang],h2[lang],h3[lang],h4[lang],h5[lang],h6[lang],hr[class|width|size|noshade],span[class|align|style|lang],div[class|lang],acronym[class|id|style|title,dir,lang,xml:lang],cite[id|class|title|style,dir,lang,xml:lang]",
	fullscreen_settings: {
		theme_advanced_path_location: "top",
		theme_advanced_buttons1: "fullscreen,separator,preview,separator,cut,copy,paste,separator,undo,redo,separator,search,replace,separator,code,separator,cleanup,separator,bold,italic,underline,strikethrough,separator,forecolor,backcolor,separator,justifyleft,justifycenter,justifyright,justifyfull,separator,help",
		theme_advanced_buttons2: "removeformat,styleselect,formatselect,fontselect,fontsizeselect,separator,bullist,numlist,outdent,indent,separator,link,unlink,anchor,acronym,cite,abbr",
		theme_advanced_buttons3: "sub,sup,separator,image,insertdate,inserttime,separator,tablecontrols,separator,hr,advhr,visualaid,separator,charmap,emotions,iespell,flash,separator,print"
	}
});

