﻿tinyMCE.init({
	mode : "textareas",
	theme : "advanced",
	plugins : "table,advhr,advimage,advlink,preview,searchreplace,contextmenu,myimages,imagemanager",
	theme_advanced_buttons1_add : "fontsizeselect",
	theme_advanced_buttons2_add : "myimages,insertdate,forecolor",
	theme_advanced_buttons3_add_before : "tablecontrols,separator",
	theme_advanced_buttons3_add : "advhr",
	theme_advanced_toolbar_location : "top",
	theme_advanced_toolbar_align : "left",
	theme_advanced_path_location : "bottom",
	theme_advanced_disable : "image,styleselect",
	plugin_insertdate_dateFormat : "%d-%m-%Y",
	plugin_insertdate_timeFormat : "%H:%M:%S",
	extended_valid_elements : "a[name|href|rel|class|target|title|onclick],img[class|src|border=0|alt|title|hspace|vspace|width|height|align|onmouseover|onmouseout|name],hr[class|width|size|noshade],font[face|size|color|style],span[class|align|style],script[charset|defer|language|src|type]",
	external_link_list_url : "example_data/example_link_list.js",
	external_image_list_url : "",
	flash_external_list_url : "example_data/example_flash_list.js",
	theme_advanced_disable : "hr,undo,redo,separator,styleselect,justifyfull,sub,sup",
	editor_deselector : "mceNoEditor",
    flash_wmode : "transparent",
	flash_quality : "high",
	flash_menu : "false",
	theme_advanced_buttons3_add : "flash",
	language : "en",
	paste_create_paragraphs : true,
	paste_create_linebreaks : 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,
	paste_insert_word_content_callback : "convertWord",
    imagemanager_rootpath : "" + ImagePath
});
