tinyMCE.init({
	theme : 'advanced',
	theme_advanced_toolbar_location : "top",
	languages : 'eng',
	forced_root_block : false,
    force_br_newlines : true,
    force_p_newlines : false,
	entity_encoding : "raw",
	mode : "specific_textareas",
	width : "500px",
	height : "300px",
	editor_selector : "mceEditor",
	plugins : "table,paste,inlinepopups",
	theme_advanced_buttons1 : "bold,italic,underline,strikethrough,separator,bullist,numlist,separator,justifyleft,justifycenter,justifyright,justifyfull,separator,indent,outdent,separator,image,link,unlink",
	theme_advanced_buttons2 :"",
	theme_advanced_buttons3 :"",
	paste_auto_cleanup_on_paste : true,
	trim_span_elements : true
});
   