tinyMCE.init({
	// General options
	mode : "textareas",
	theme : "advanced",
			
	editor_selector : "mceEditor",
	editor_deselector : "mceNoEditor",
	
	plugins : "safari,pagebreak,style,layer,save,advhr,advimage,advlink,emotions,iespell,inlinepopups,insertdatetime,preview,media,searchreplace,print,contextmenu,paste,directionality,fullscreen,noneditable,visualchars,nonbreaking,xhtmlxtras,template",

	// Theme options
	theme_advanced_buttons1 : "bold,italic,strikethrough,|,bullist,numlist,outdent,indent",
	theme_advanced_buttons2 : "cut,copy,paste,pastetext,pasteword,|,undo,redo,|,link,unlink",
	theme_advanced_buttons3 : "",
	theme_advanced_toolbar_location : "top",
	theme_advanced_toolbar_align : "center",
	
	// Paste options
	paste_auto_cleanup_on_paste : true,
	paste_remove_spans : true,
	paste_remove_styles : true
	
});
