  tinyMCE.init({
	mode : "textareas",
	entity_encoding : "numeric",
	theme : "advanced",
    theme_advanced_buttons1 : "bold,italic,charmap",
    theme_advanced_buttons2 : "",
    theme_advanced_buttons3 : "",
	valid_elements : "p,strong,em,br"
  });
