﻿tinyMCE.init(
{
    mode : "textareas",
	/*editor_selector : "mceEditor",*/
    theme : "advanced",
    theme_advanced_toolbar_location : "top",
    theme_advanced_buttons1 : "bold,underline,italic,|,bullist,indent,outdent,|,image,link,charmap,code",
    theme_advanced_buttons2 : "",
    theme_advanced_buttons3 : ""    
});
