tinyMCE.init({
    language: 'cs',
    mode: "textareas",
    //entity_encoding:"raw",
    editor_deselector: "mceNoEditor",
    theme: "advanced",
    ///content_css: "../../Content/css/my_layout.css,../../Content/css/controls.css",
    plugins: "style,table,advimage",
    theme_advanced_buttons1: "bold,italic,underline,strikethrough,separator,justifyleft,justifycenter,justifyright,justifyfull,separator,bullist,numlist,separator,undo,redo,separator,link,unlink,image,forecolor,backcolor,code",
    theme_advanced_buttons2: "tablecontrols,",
    theme_advanced_buttons3: "cut,copy,paste,pastetext,pasteword,",
    theme_advanced_toolbar_align: "left",
    theme_advanced_toolbar_location: "top",
    forced_root_block: '', // Needed for 3.x
    width: "940",
    height: "300",
    theme_advanced_blockformats : "p,h2,h3,h4",
});
