/*
tinyMCE.init({ 
	mode : "textareas", 
	theme : "simple",
	theme_simple_toolbar_location : "top",
	theme_simple_toolbar_align : "left",
	content_css : "inc/_style.css",
	body_class : "mce_editor",
	editor_selector : "mce_editor"
}); 
*/ 

tinyMCE.init({
	mode : "textareas",
	theme : "advanced",

	theme_advanced_buttons1 : "bold,italic,underline,|,bullist,numlist",
	theme_advanced_buttons2 : "",

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

