tinyMCE.init({
	mode : "textareas",
	theme : "advanced",
	theme_advanced_disable : "bold,italic,underline,strikethrough,justifyleft,justifycenter,justifyright,justifyfull,bullist,numlist,outdent,indent,cut,copy,paste,undo,redo,link,unlink,image,cleanup,help,code,hr,removeformat,formatselect,fontselect,fontsizeselect,styleselect,sub,sup,forecolor,backcolor,forecolorpicker,backcolorpicker,charmap,visualaid,anchor,newdocument,blockquote,separator",
	theme_advanced_buttons1 : "",
	theme_advanced_buttons2 : "",
	width : "100%",
	theme_advanced_buttons3 : "",
	plugins : "maxchars",
	max_chars : 1000,
	max_chars_indicator : "lengthBox"
});
