tinyMCE.init({
	mode : "textareas",
	editor_selector : "TinyMCE",
	theme : "advanced",
	cleanup: true,
	entity_encoding : "raw",
	theme_advanced_toolbar_location : "top",
	theme_advanced_toolbar_align : "left",
	theme_advanced_buttons1 : "bold,italic,underline,strikethrough,separator,bullist,numlist,separator,undo,redo,separator,link,unlink,cut,copy,paste,pastetext",
	theme_advanced_buttons2 : "",
	theme_advanced_buttons3 : "",
    theme_advanced_resizing : true,
    theme_advanced_statusbar_location : "bottom",
	auto_cleanup_word : true,
	plugins : "table,save,advlink,paste",
	extended_valid_elements : "a[name|href|title|onclick|target],img[class|src|border=0|alt|title|hspace|vspace|width|height|align|onmouseover|onmouseout|name],hr[class|width|size|noshade],font[face|size|color|style],span[class|align|style]"
});					
