tinyMCE.init({
	// General options
	mode : "specific_textareas",
	editor_selector : "rich_text_editor",
	theme : "advanced",
 	plugins: "paste,table",
	// Theme options
	theme_advanced_buttons1 : "bold,italic,strikethrough,|,formatselect",
	theme_advanced_buttons2 : "undo,redo,|,pastetext,|,bullist,numlist,|,link,unlink",
	theme_advanced_buttons3 : "table,delete_table,delete_col,delete_row,|,cleanup,code",
	theme_advanced_blockformats : "p,h3,h4,blockquote",
	//theme_advanced_buttons2 : "cut,copy,paste,|,bullist,numlist,undo,redo,|,link,unlink,anchor,cleanup,code,preview",
	theme_advanced_toolbar_location : "top",
	theme_advanced_toolbar_align : "left",
	theme_advanced_statusbar_location : "bottom",
	theme_advanced_resizing : false,
	width: "305"
	// Example content CSS (should be your site CSS)
	//content_css : "css/example.css",
 
 
});
