// JavaScript Document
tinyMCE.init({
	mode : "textareas",
	editor_selector : "mceEditor",
  plugins : "ibrowser",
	theme : "advanced",
	language : "cs",
	theme_advanced_buttons3_add : "ibrowser",
  //theme_advanced_disable : "help,code,bullist,numlist,outdent,indent,unlink,hr,removeformat,fontselect,fontsizeselect,styleselect,sup,forecolor,backcolor,visualaid,anchor,newdocument,separator",
  theme_advanced_disable : "help,code,bullist,numlist,styleselect,sup,backcolor,anchor,newdocument,separator"

	
});

