tinyMCE.init({
   mode : "specific_textareas",
	 editor_selector : "mceEditor",
   theme : "advanced",
   skin : "o2k7",
   plugins : "inlinepopups,fullscreen,paste,ibrowser,advlink,xhtmlxtras,table,contextmenu,media,tinyBrowser,advimage,image",

   theme_advanced_buttons1 : "tinyBrowser,bold,italic,underline,strikethrough,|,justifyleft,justifycenter,justifyright,justifyfull,|,formatselect,|,ins,del,|,sub,sup,|,bullist,numlist,|,outdent,indent,|,forecolor,hr,",
   theme_advanced_buttons2 : "image,media,|,link,unlink,|,undo,redo,|,code,removeformat,cleanup,|,copy,cut,paste,pastetext,|,tablecontrols,",
   theme_advanced_buttons3 : "",
   language : "cs",
   theme_advanced_toolbar_location : "top",
   theme_advanced_toolbar_align : "left",
   theme_advanced_statusbar_location : "bottom",
   theme_advanced_resize_horizontal : false,
   theme_advanced_resizing : true,
   theme_advanced_blockformats : "p,h2,h3,h4",
   entity_encoding : "raw",
   button_tile_map : true,
   fix_table_elements : true,
   fix_list_elements : true,
   fix_nesting : true, 
   force_p_newlines : true,   
   document_base_url : "",
   editor_deselector: "nomce",
   relative_urls : false,
   width : "592",
   height : "300",
   file_browser_callback : "tinyBrowser"
   }
);
