tinyMCE.init({
	// General options
	mode : "textareas",
	theme : "advanced",
	editor_deselector : "noTinyMce",
	language: "pt",
	plugins : "maxchars,paste",
	invalid_elements: "iframe,img,script,link,meta,font",
	max_chars: "resumo:400:resumo_conta,objetivos:2500:objetivos_conta,atividades:10000:atividades_conta,investimentos:2500:investimentos_conta,resultados:5000:resultados_conta",
	// Theme options
	theme_advanced_buttons1 : "bold, italic, underline,|,justifyleft,justifycenter,justifyright,justifyfull,|,link,unlink,|,pastetext",
	theme_advanced_buttons2 : "",
	theme_advanced_buttons3 : "",
	theme_advanced_toolbar_location : "top",
	theme_advanced_toolbar_align : "left",
	setup: function(ed) {
					ed.onKeyUp.add(function(ed) { if(ed.getContent() != "") $("#" + ed.id + "_tbl").css("border", "none").css("border-left", "1px solid #d4d4d4").css("border-right", "1px solid #d4d4d4"); });
				}
});

