	tinyMCE.init({
		mode : "textareas",
		editor_selector : "mceEditor",
		theme : "advanced",
		height : 250,
		width : 450,
		plugins : "iespell,insertdatetime,searchreplace,paste",
		//theme_advanced_buttons1_add_before : "save,newdocument,separator,ibrowser",
		//theme_advanced_buttons1_add : "fontsizeselect",
		//theme_advanced_buttons2_add : "fontselect,separator,insertdate,inserttime",
		theme_advanced_buttons2_add_before: "pastetext,pasteword,separator,removeformat,separator",
		//theme_advanced_buttons2_add : "ibrowser",
		//theme_advanced_buttons3_add_before : "tablecontrols,separator",
		//theme_advanced_buttons3_add : "emotions,iespell,media,advhr,separator,print,separator,ltr,rtl,separator,fullscreen",
		relative_urls : false,
		remove_script_host : true,
		document_base_url : "/",
		content_css : "/css/tinymce_content_custom.css",
		convert_fonts_to_spans : true,
		font_size_classes : "fontSize1,fontSize2,fontSize3,fontSize4,fontSize5,fontSize6,fontSize7",
		font_size_style_values : "xx-small,x-small,small,medium,large,x-large,xx-large",
		external_link_list_url : "example_link_list.js",
		external_image_list_url : "example_data/example_image_list.js",
		theme_advanced_disable : "sub,sup,hr,styleprops,template, visualaid,charmap,separator,strikethrough,help,indent,outdent,fontselect,removeformat,image,cleanup",
		theme_advanced_blockformats : "h1, h2, h3, p",
		theme_advanced_toolbar_location : "top",
		theme_advanced_toolbar_align : "left",
		theme_advanced_path : false,
		media_external_list_url : "example_media_list.js",
		paste_use_dialog : true,
		paste_auto_cleanup_on_paste : true,
		paste_convert_headers_to_strong : true,
		paste_strip_class_attributes : "all",
		//paste_remove_spans : false,
		//paste_remove_styles : false	,
		plugi2n_insertdate_dateFormat : "%Y-%m-%d",
	    plugi2n_insertdate_timeFormat : "%H:%M:%S"
	});