/*
tinyMCE_GZ.init({
	mode : "exact",
	elements : "body,appendix",
	theme : "advanced",
	plugins : "table,advlink,insertdatetime,paste,fullscreen",


	// Theme options
	theme_advanced_buttons1 : "newdocument,|,cut,copy,paste,pastetext,|,undo,redo,|,tablecontrols,|,hr,removeformat",
	theme_advanced_buttons2 : "styleselect,formatselect,fontsizeselect,|,bold,italic,underline,|,justifyleft,justifycenter,justifyright,justifyfull,|,bullist,numlist,outdent,indent",
	theme_advanced_buttons3 : "link,unlink,anchor,|,forecolor,backcolor,|,charmap",
	theme_advanced_toolbar_location : "top",
	theme_advanced_toolbar_align : "left",
	theme_advanced_statusbar_location : "none",
	theme_advanced_resizing : false,
	force_p_newlines : true,
	width : "100%",
	height : "480",
	browsers : "msie,gecko,opera"
});

*/

tinyMCE.init({
	mode : "exact",
	elements : "text",
	theme : "advanced",
	plugins : "table,advlink,insertdatetime,paste,fullscreen,noneditable,searchreplace",
	

	// Theme options
	theme_advanced_buttons1 : "newdocument,|,cut,copy,paste,pastetext,|,undo,redo,|,tablecontrols",
	theme_advanced_buttons2 : "styleselect,formatselect,fontsizeselect,|,bold,italic,underline,|,justifyleft,justifycenter,justifyright,justifyfull",
	theme_advanced_buttons3 : "link,unlink,anchor,|,forecolor,backcolor,|,charmap,code,|search,replace,|,bullist,numlist,outdent,indent,|,hr,removeformat",
	theme_advanced_toolbar_location : "top",
	theme_advanced_toolbar_align : "left",
	theme_advanced_statusbar_location : "none",
	theme_advanced_resizing : false,
	force_p_newlines : true,
	noneditable_noneditable_class : true,
	width : "100%",
	height : "330px"
});