	tinyMCE.init({
		// General options
		mode : 'exact',
	  elements : 'tinymce_text,news_head,news_body',
		theme : 'advanced',
		language : 'sk',
		plugins : 'safari,pagebreak,style,layer,table,save,advhr,advimage,advlink,emotions,iespell,inlinepopups,insertdatetime,preview,media,searchreplace,print,contextmenu,paste,directionality,fullscreen,noneditable,visualchars,nonbreaking,xhtmlxtras,template',

		// Theme options
		theme_advanced_buttons1 : 'justifyleft,justifycenter,justifyright,justifyfull,styleselect,formatselect,fontselect,fontsizeselect',
		theme_advanced_buttons2 : 'save,newdocument,|,bold,italic,underline,strikethrough,|,cut,copy,paste,pastetext,pasteword,|,search,replace,|,bullist,numlist,|,outdent,indent,blockquote',
		theme_advanced_buttons3 : 'undo,redo,|,link,unlink,anchor,image,cleanup,help,code,insertdate,inserttime,preview,|,forecolor,backcolor,hr,removeformat,visualaid,sub,sup',
		theme_advanced_buttons4 : 'tablecontrols,|,charmap,emotions,iespell,media,advhr,|,print',
		theme_advanced_buttons5 : 'ltr,rtl,|,fullscreen,|,insertlayer,moveforward,movebackward,absolute,styleprops,|,cite,abbr,acronym,del,ins,attribs,|,visualchars,nonbreaking,template,pagebreak',
		theme_advanced_toolbar_location : 'top',
		theme_advanced_toolbar_align : 'left',
		theme_advanced_statusbar_location : 'bottom',
		theme_advanced_resizing : true,

		// Replace values for the template plugin
		template_replace_values : {
			username : 'Some User',
			staffid : '991234'
		}
	});
