// JavaScript Document
tinyMCE.init({
	mode : "specific_textareas",
	editor_selector  : "mceEditor",
	language : "en",
	theme : "advanced",
	theme_advanced_buttons1 : "bold,italic,underline, cut,copy,paste,pastetext,pasteword,separator,bullist,undo,redo,link,unlink, code, insertdate",
	theme_advanced_buttons2 : "",
	theme_advanced_buttons3 : "",
	theme_advanced_toolbar_location : "top",
	theme_advanced_toolbar_align : "left",
	entity_encoding : "numeric",
	content_css : "<?=base_url()?>css/tinymce.css",
	valid_elements : ""
+"a[href|target],"
+"b,"
+"br,"
+"img[src|id|width|height|align|hspace|vspace],"
+"i,"
+"li,"
+"p,"
+"textformat[blockindent|indent|leading|leftmargin|rightmargin|tabstops],"
+"u"
});