tinyMCE.init({
	mode : "textareas",
	theme : "advanced",
	plugins: "advimage",
	theme_advanced_buttons1: "bold,italic,underline,separator,justifyleft,justifycenter,justifyright, justifyfull,separator,bullist,numlist,separator,forecolor,backcolor",
	theme_advanced_buttons2 : "",
 	theme_advanced_buttons3 : "",
	theme_advanced_resizing : true,
	theme_advanced_resizing_use_cookie : false,
  	accessibility_warnings : false,
	verify_html: false
});