
tinyMCE.init({
	mode : "textareas",
	theme : "advanced",
	browsers : "msie,gecko,safari,opera",
	
	editor_deselector : "noTinyMCE",
	
	plugins : "paste",
	paste_use_dialog : false,
	paste_auto_cleanup_on_paste : true,
	paste_convert_headers_to_strong : false,
	paste_strip_class_attributes : "all",
	paste_remove_spans : true,
	paste_remove_styles : true,
	
	paste_insert_word_content_callback : "convertWord",
	
	relative_urls : false,
	remove_script_host : false,
	
	/*
	remove_linebreaks : false,
	force_br_newlines : false,
	force_p_newlines : false,
	*/
	
	theme_advanced_toolbar_location: "top",
	
	theme_advanced_blockformats : "p,h1,h2,h3,h4",
	
	theme_advanced_text_colors : "#555658,#433928,#bdb7a3,#9e806b,#e0e0e0",
	theme_advanced_more_colors : false,
	
	theme_advanced_buttons1 : "paste,pastetext,pasteword,|,bold,italic,formatselect,forecolor,|,link,unlink,|,bullist",
	theme_advanced_buttons2 : "",
	theme_advanced_buttons3 : "",
	
	content_css: "../engine/js/tinymce/tinymce_css.php"
});
