tinyMCE.init({
	mode : "textareas",
	theme : "advanced",
	editor_selector : "simple",
	convert_urls : "false",
	remove_script_host : "false",
	plugins : "advlink",
	theme_advanced_buttons1 : "bold,italic,underline,|,sub,sup,charmap,|,justifyleft,justifycenter,justifyright, justifyfull,bullist,numlist,outdent,indent,|,link,unlink,",
	theme_advanced_buttons2 : "",
	theme_advanced_buttons3 : "",
	theme_advanced_toolbar_location : "top",
	theme_advanced_toolbar_align : "left",
	theme_advanced_statusbar_location : "",
	entity_encoding: "raw",
	apply_source_formatting: "true",
	remove_linebreaks : "false", 
	content_css : "css/tinyMCE.css"
});
tinyMCE.init({
	mode : "textareas",
	theme : "advanced",
	editor_selector : "clasic",
	convert_urls : "false",
	remove_script_host : "false",
	plugins : "advlink",
	theme_advanced_buttons1 : "bold,italic,underline,|,sub,sup,charmap,|,justifyleft,justifycenter,justifyright, justifyfull,bullist,numlist,outdent,indent,|,link,unlink,|,myfile,|,code,cleanup,removeformat,",
	theme_advanced_buttons2 : "",
	theme_advanced_buttons3 : "",
	theme_advanced_toolbar_location : "top",
	theme_advanced_toolbar_align : "left",
	theme_advanced_statusbar_location : "",
	entity_encoding: "raw",
	apply_source_formatting: "true",
	remove_linebreaks : "false", 
	content_css : "css/tinyMCE.css",
	setup : function(ed) {
	ed.addButton('myfile', {
		title : 'Insert file',
		image : 'images/button_file.gif',
		onclick : function() {
			new_window('priloha.php?stav=vlozit_soubor',800,600);
		}
		});
	}
});

tinyMCE.init({
	mode : "textareas",
	theme : "advanced",
	editor_selector : "advanced",
	convert_urls : "false",
	remove_script_host : "false",
	plugins : "table,advimage,advlink,fullscreen,nonbreaking",
	theme_advanced_buttons1 : "bold,italic,underline,strikethrough,|,sub,sup,charmap,|,justifyleft,justifycenter,justifyright, justifyfull,bullist,numlist,outdent,indent,|,formatselect,fontsizeselect,forecolor,backcolor",
	theme_advanced_buttons2 : "tablecontrols,|,hr,nonbreaking,|,undo,redo,|,link,unlink,image,myfile,|,cleanup,removeformat,code,fullscreen",
	theme_advanced_buttons3 : "",
	theme_advanced_toolbar_location : "top",
	theme_advanced_toolbar_align : "left",
	theme_advanced_statusbar_location : "",
	entity_encoding: "raw",
	apply_source_formatting: "true",
	remove_linebreaks : "false", 
	content_css : "css/tinyMCE.css",
	setup : function(ed) {
	ed.addButton('myfile', {
		title : 'Insert file',
		image : 'images/button_file.gif',
		onclick : function() {
			new_window('priloha.php?stav=vlozit_soubor',800,600);
		}
		});
	}
});



