 tinyMCE.init({
	mode : "textareas",
	theme : "advanced",
	plugins : "safari,pagebreak,style,table,save,advhr,advimage,advlink,iespell,inlinepopups,insertdatetime,preview,media,searchreplace,print,contextmenu,paste,directionality,noneditable,nonbreaking,xhtmlxtras,template,imagemanager,filemanager", 

	theme_advanced_buttons1 : "newdocument,save,|,code,|,cut,copy,paste,pastetext,|,undo,redo,|,charmap,image,media,link,unlink,anchor,|,styleselect",
	theme_advanced_buttons2 : "search,replace,|,bold,italic,underline,strikethrough,|,justifyleft,justifycenter,justifyright,justifyfull,sub,sup,|,bullist,numlist,outdent,indent,|,forecolor,backcolor,|,removeformat",
	theme_advanced_buttons3 : "tablecontrols,visualaid,|,nonbreaking,advhr,,insertdate,inserttime,|,attribs",
	theme_advanced_buttons4 : "",

	theme_advanced_toolbar_location : "top",
	theme_advanced_toolbar_align : "left",
	theme_advanced_statusbar_location : "bottom",
    plugin_insertdate_dateFormat : "%d.%m.%Y.",
    plugin_insertdate_timeFormat : "%H:%M:%S",
	theme_advanced_resizing : true,
	theme_advanced_resize_horizontal : false,
	theme_advanced_styles : "Virsraksts=heading;Tabula=m_table;Tabulas galva=m_row_head",
	content_css : "css/main.css",
	body_class : "mce_editor",
	document_base_url : "http://www.ototo.lv/",
	apply_source_formatting : true,
	forced_root_block : '',
	editor_selector : "mce_editor"
});
