tinyMCE.init({
	language : "sk",
	theme : "advanced",
	mode: "exact",
	elements : "st_obsah",
	relative_urls : false,
	theme_advanced_toolbar_location : "top",
	theme_advanced_buttons1 : "bold,italic,underline,strikethrough,separator,"
	+ "justifyleft,justifycenter,justifyright,justifyfull,formatselect,"
	+ "bullist,numlist,outdent,indent",
	theme_advanced_buttons2 : "copy,cut,paste,separator,link,unlink,image,separator,"
	+"undo,redo,cleanup,code,separator,sub,sup,charmap,hr,separator,removeformat",
	theme_advanced_buttons3 : "",
	height:"350px",
	width:"544px",
});