tinyMCE.init({
	mode : "specific_textareas",
	editor_selector : "MCEEditable",
	theme : "advanced",
	theme_advanced_layout_manager: "SimpleLayout",
	fix_list_elements : true,
	width: "520px",
	height: "250px",
	trim_span_elements : "true",
	verify_css_classes : "false",
	fix_content_duplication : "true",
	visual_table_style : "border: 1px dashed #000000",
	focus_alert : "false",
	auto_cleanup_word : "true",
	cleanup_on_startup : "true", 
	plugins : "",
	theme_advanced_buttons1 : "bold,italic,underline,separator,justifyleft,justifycenter,justifyright,justifyfull,separator,bullist,numlist,separator,cut,copy,paste,separator,undo,redo,separator,removeformat,separator,link,unlink,image",
	theme_advanced_buttons2 : "",
	theme_advanced_buttons3 : "",	
	//theme_advanced_buttons1_add : "separator,forecolor,backcolor,separator,cut,copy,paste",
	//theme_advanced_buttons2_add: "separator,cut,copy,paste",
	theme_advanced_toolbar_location : "top",
	theme_advanced_toolbar_align : "left",
	theme_advanced_path_location : "bottom",
	theme_advanced_containers_default_align: "left",
	theme_advanced_disable : "styleselect",
	entity_encoding : "raw",
	entities : "", // disable html entities. must for greek lang
	plugin_insertdate_dateFormat : "%d/%m/%Y",
	plugin_insertdate_timeFormat : "%H:%M:%S",
	theme_advanced_resize_horizontal : true,
	theme_advanced_resizing : true,
	remove_linebreaks : false,
	remove_script_host : true, 	// do not convert urls to relative
	relative_urls : false 		// do not convert urls to relative
});



