tinyMCE.init({
   language : "cs",
	theme : "advanced",
	mode : "textareas",
	elements : "text",
	plugins : "bbcode",
	theme_advanced_buttons1 : "bold,italic,underline,fontselect,|,forecolor,|,bullist,numlist,|,undo,redo,|,link,unlink,|,removeformat",
	theme_advanced_buttons2 : "",
	theme_advanced_buttons3 : "",
	theme_advanced_toolbar_location : "top",
	theme_advanced_toolbar_align : "left",
	theme_advanced_styles : "",
	/*content_css : "bbcode.css",*/
	entity_encoding : "raw",
	add_unload_trigger : false,
	remove_linebreaks : false,
	theme_advanced_resizing : false,
   width : "630",
   height : "200"

});
