tinyMCE.init({
		// General options
		mode : "specific_textareas",
		editor_selector : "HtmlEditor",
		theme : "advanced",		
		plugins : "safari,pagebreak,table,save,insertdatetime,preview,media,contextmenu,paste,fullscreen,visualchars,xhtmlxtras,inlinepopups",
		// Theme options
theme_advanced_buttons1 : "bold,italic,underline,strikethrough,sub,sup,blockquote,hr,|,bullist,numlist,|,link,unlink,|,insertdate,inserttime,charmap,preview,fullscreen,|,image,media,help,code",

		apply_source_formatting : true,
		remove_trailing_nbsp : true,
		remove_linebreaks : true,
		forced_root_block : '',
		force_p_newlines : true,
		strict_loading_mode : true,
		hide_selects_on_submit : true,
		theme_advanced_toolbar_location : "top",
		theme_advanced_toolbar_align : "left",
		theme_advanced_statusbar_location : "bottom",
		theme_advanced_resizing : true,
		theme_advanced_resize_horizontal : false,

		// Example word content CSS (should be your site CSS) this one removes paragraph margins
		content_css : "http://trac.wymeditor.org/trac/chrome/common/css/trac.css",

		// Drop lists for link/image/media/template dialogs
		template_external_list_url : "lists/template_list.js",
		external_link_list_url : "lists/link_list.js",
		external_image_list_url : "lists/image_list.js",
		media_external_list_url : "lists/media_list.js",

		
		// Replace values for the template plugin
		template_replace_values : {
			username : "admin",
			staffid : "007"
		}
	});

