tinyMCE.init({
	mode : "textareas",
	theme : "advanced",
	cleanup : true,
	cleanup_on_startup : true,
	force_br_newlines : true,
	forced_root_block : '',
	plugins : "spellchecker,advlink,iespell,simplepaste",
	paste_create_paragraphs : false,
	paste_create_linebreaks : false,
	theme_advanced_buttons1 : "bold,italic,underline,strikethrough,separator,bullist,numlist,separator,undo,redo,separator,link,unlink,separator,image,forecolor,spellchecker",
	theme_advanced_buttons2 : "",
	theme_advanced_buttons3 : "",
	theme_advanced_toolbar_location : "bottom",
	theme_advanced_toolbar_align : "center",
	invalid_elements : "style,w",
    content_css : "/content.css",
	valid_elements : ""
		+"a[href|target],"
		+"blockquote[title],"
		+"br[title],"
		+"center[title],"
		+"code[title],"
		+"div[align<center?justify?left?right|title],"
		+"em/i[title],"
		+"fieldset[title],"
		+"hr[align<center?left?right|title|width],"
		+"img[align<bottom?left?middle?right?top|alt|border|height|name|src|title|width],"
		+"legend[align<bottom?left?right?top|title],"
		+"li[title|type|value],"
		+"ol[compact<compact|start|title|type],"
		+"pre/listing/plaintext/xmp[align|title|width],"
		+"span[align<center?justify?left?right|title],"
		+"strong/b[title],"
		+"sub[title],"
		+"sup[title],"
		+"font[color|size],"
		+"p[align<center?justify?left?right|title],"
		+"table[align<center?left?right|bgcolor|border|cellpadding|cellspacing|height|summary|title|width],"
		+"tbody[align<center?char?justify?left?right|title|valign<baseline?bottom?middle?top],"
		+"td[align<center?char?justify?left?right|axis|bgcolor|colspan|height|nowrap<nowrap|rowspan|title|valign<baseline?bottom?middle?top|width],"
		+"th[align<center?char?justify?left?right|axis|bgcolor|colspan|height|nowrap<nowrap|rowspan|title|valign<baseline?bottom?middle?top|width],"
		+"tr[align<center?char?justify?left?right|bgcolor|rowspan|title|valign<baseline?bottom?middle?top],"
		+"tt[title],"
		+"u[title],"
		+"ul[compact<compact|style|title|type]"
});

