
tinyMCE.init({
mode : "textareas",
theme : "advanced",
language : "cs",
plugins : 'inlinepopups,advimage,advlink,emotions',
theme_advanced_buttons1 : "mybutton,bold,italic,underline,separator,strikethrough,undo,redo,link,unlink,charmap,emotions",
theme_advanced_buttons2 : "",
theme_advanced_buttons3 : "",
theme_advanced_buttons4 : "",
theme_advanced_toolbar_location : "bottom",
theme_advanced_toolbar_align : "left",
skin : "o2k7",
skin_variant : "black"

});


