function tinymce_start() {
  
  tinyMCE.init({
  	mode : "textareas",
  	editor_deselector : "notinymce",
	theme : "advanced",
	theme_advanced_buttons1 : "bold,italic,underline,strikethrough,separator,link,unlink,separator,hr,removeformat,separator,formatselect",
	theme_advanced_buttons2 : "image,seperator,sub,sup,separator,undo,redo,separator,charmap,code",
	theme_advanced_buttons3 : ""
  });

}