tinyMCE_GZ.init({
	plugins : 'safari,advimage,emotions,xhtmlxtras',
	themes : 'advanced',
	languages : 'en',
	disk_cache : true,
	debug : false
});

tinyMCE.init({
	// General options
	mode : "exact",
	elements: "comment",
	theme : "advanced",
	skin : "o2k7",
	skin_variant : "silver",
	plugins : "safari,emotions,xhtmlxtras",

	// Theme options
	theme_advanced_buttons1 : "bold,italic,underline,bullist,|,justifyleft,justifycenter,justifyright,justifyfull,|,fontselect,fontsizeselect,|,forecolor,backcolor,|,emotions",
	theme_advanced_buttons2 : "",
	theme_advanced_buttons3 : "",
	theme_advanced_toolbar_location : "top",
	theme_advanced_toolbar_align : "left",
	theme_advanced_statusbar_location : false,
	theme_advanced_resizing : false,

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