tinyMCE.init({
	// General options
	mode : "textareas",
	theme : "advanced",
	plugins : "safari,advlink,imagemanager",

	// Theme options
	theme_advanced_buttons1 : "link,unlink,insertimage,|,code,bold,italic,underline,strikethrough,|,justifyleft,justifycenter,justifyright,justifyfull,cut,copy,paste,pastetext,pasteword,|,search,replace,|,bullist,numlist,|,undo,redo",
	theme_advanced_buttons2 : "",
	theme_advanced_buttons3 : "",
	theme_advanced_buttons4 : "",
	theme_advanced_toolbar_location : "bottom",
	theme_advanced_toolbar_align : "center",
	theme_advanced_statusbar_location : "bottom"
});