	tinyMCE.init({
		// General options
		mode : "exact",
		elements : "post",
		theme : "advanced",
		skin : "o2k7",
		skin_variant : "silver",
		language : "pl",
		plugins : "safari,advimage,advlink,preview,inlinepopups",

		// Theme options
		//theme_advanced_buttons1 : "bold,italic,underline,|,undo,redo,|,link,unlink,image,preview,|,cleanup,code,|,insertdate,inserttime",
		theme_advanced_buttons1 : "bold,italic,underline,|,undo,redo,|,link,unlink,|",
		theme_advanced_buttons2 : "",
		theme_advanced_toolbar_location : "top",
		theme_advanced_toolbar_align : "left",
		theme_advanced_statusbar_location : "bottom",
		theme_advanced_resizing : false,

		// Replace values for the template plugin
		template_replace_values : {
			username : "Some User",
			staffid : "991234"
		}
	});
