tinyMCE.init({
    language : "cs",
	theme : "advanced",
	plugins : "advimage, advlink, zoom, table",
	entities : "38,amp,34,quot,60,lt,62,gt",
	debug : false,
	theme_advanced_buttons1 : 
	"bold, italic,underline, separator,strikethrough,justifyleft,justifycenter,justifyright, justifyfull,bullist,numlist,sub, sup  ",
	theme_advanced_buttons2 : 
	"copy, cut, paste, undo,redo,link,unlink,separator,image,cleanup,removeformat,outdent,indent ",
	theme_advanced_buttons3 : 
	"tablecontrols",
	theme_advanced_toolbar_location : "top",
	theme_advanced_toolbar_align : "left",
	theme_advanced_path_location : "bottom",
	extended_valid_elements :"a[name|href|target|title|onclick],img[class|src|border=0|alt|title|hspace|vspace|width|height|align|onmouseover|onmouseout|name],hr[class|width|size|noshade],span[class|align|style]"
	});
