tinyMCE.init({
		// General options
		mode : "textareas",
		editor_deselector : "disableMCE",
		theme : "advanced",
		convert_urls : 0,
		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",
		paste_auto_cleanup_on_paste : true,
		// Theme options
		theme_advanced_blockformats : "",
		theme_advanced_buttons1 : "bold,italic,underline",
		theme_advanced_buttons2 : "",
		theme_advanced_buttons3 : "",
		theme_advanced_buttons4 : "",
		theme_advanced_toolbar_location : "top",
		theme_advanced_toolbar_align : "left",
		theme_advanced_resizing : true,
		height:"200px",
		width:"500px",

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

