tinyMCE.init({
   mode : "specific_textareas",
	 editor_selector : "mceEditor",
   theme : "advanced",
   skin : "o2k7",
   plugins : "inlinepopups,fullscreen,paste,ibrowser,advlink,xhtmlxtras,contextmenu",
   theme_advanced_disable : "image",
   theme_advanced_buttons1 : "bold,italic,underline,strikethrough,|,justifyleft,justifycenter,justifyright,justifyfull,|,formatselect,|,cite,ins,del,abbr,acronym,|,attribs,fullscreen,help",
   theme_advanced_buttons2 : "bullist,numlist,|,outdent,indent,|,forecolor,backcolor,|,hr,|,undo,redo,|,code,removeformat,cleanup,|,copy,cut,paste,pastetext,pasteword,|,link,unlink",
   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,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 : "590",
   height : "300"
   
   }
);
