tinyMCE.init({
		// General options
		mode : "textareas",
		editor_selector : "mceEditor",
		theme : "advanced",
		language : "en",
		width : "530",
        height: "230",
          plugins : "safari,searchreplace,paste,nonbreaking", 
          convert_urls: false,
          relative_urls: false,
          force_br_newlines : true,
          visual : "true",
          trim_span_elements : "false", 

	        // WORD
	        paste_unindented_list_class : "unindentedList",
	        paste_create_paragraphs : false,
	        paste_use_dialog : true,
	        paste_auto_cleanup_on_paste : true,
	        paste_convert_middot_lists : false,
	        paste_unindented_list_class : "unindentedList",
	        paste_convert_headers_to_strong : true,

          theme_advanced_toolbar_location : "top", 
          theme_advanced_toolbar_align : "left",
          theme_advanced_buttons1 : "bold,underline,strikethrough,|,justifyleft,justifycenter,justifyright,|,cut,copy,paste,|,link,unlink,anchor,|,undo,redo,removeformat,cleanup,code",
		  theme_advanced_buttons2 : "",
		  theme_advanced_buttons3 : "",
		  content_css : "base.css"

	});

