tinyMCE.init({
	mode : "textareas",
	theme : "advanced",
	skin: "o2k7",
	theme_advanced_toolbar_location : "top",
	theme_advanced_toolbar_align : "center",
	theme_advanced_statusbar_location : "bottom",
	plugin_insertdate_dateFormat : "%Y-%m-%d",
	plugin_insertdate_timeFormat : "%H:%M:%S",
	language: "hu",
	editor_selector : "editor",
	plugins : "table,save,advhr,advimage,advlink,emotions,insertdatetime,preview,zoom,media,searchreplace,print,fullscreen,iespell",
	theme_advanced_buttons1: 
"bold,italic,underline,strikethrough,separator,justifyleft,justifycenter,justifyright,justifyfull,sparator,media,image,link,unlink,forecolor,backcolor,charmap,removeformat,fullscreen,sperator",
	theme_advanced_buttons1_add: "",
	theme_advanced_buttons2: "fontselect,fontsizeselect,separator,emotions,visualaid,code",
	theme_advanced_buttons3: "",
	theme_advanced_buttons3_add_before: "",
	extended_valid_elements: "a[name|href|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]"
});
