tinyMCE.init({
  mode : "textareas",
  theme : "advanced",
  language : "pl",
  plugins : "safari,spellchecker,pagebreak,style,layer,table,save,advhr,advimage,advlink,emotions,iespell,inlinepopups,insertdatetime,preview,media,searchreplace,print,contextmenu,paste,directionality,fullscreen,noneditable,visualchars,nonbreaking,xhtmlxtras,template,imagemanager,filemanager",theme_advanced_buttons1 : "bold,italic,underline,strikethrough,sub,sup,|,justifyleft,justifycenter,justifyright,justifyfull,|,outdent,indent,|,bullist,numlist,|,forecolor,backcolor,|,formatselect,fontselect,fontsizeselect",
  theme_advanced_buttons2 : "undo,redo,|,link,unlink,charmap,image,pasteword,|,cleanup,code,fullscreen",
  theme_advanced_buttons3 : "",
  theme_advanced_buttons4 : "",
  theme_advanced_toolbar_location : "top",
  theme_advanced_toolbar_align : "left",
  theme_advanced_resizing : false,   
  relative_urls : false,
  remove_script_host : false
});
