tinyMCE.init({
	  theme : "advanced",
	    mode : "exact",
	    elements : "text",
	  language : "en",
	  plugins : "contextmenu",
	  theme_advanced_toolbar_location : "top",
	  theme_advanced_toolbar_align : "left",
	  theme_advanced_buttons1 : "bold,italic,underline,strikethrough,separator,"
	  + "justifyleft,justifycenter,justifyright,justifyfull,separator,image",
	  theme_advanced_buttons2 : "link,unlink,separator,"
	  +"undo,redo,separator,charmap,separator,cleanup,removeformat,code",
	  theme_advanced_buttons3 : "",
	  force_p_newlines : false,
	  force_br_newlines : true,
	  cleanup : true
	  });
