tinyMCE.init({
	mode : "textareas",
	theme : "advanced",
	theme_advanced_disable : "cleanup,help",
	theme_advanced_buttons1_add : "forecolor",
	theme_advanced_buttons3: "",
	theme_advanced_styles : "Highlight=highlight;Item Name=itemname;Item Price=itemprice",
	theme_advanced_blockformats : "blockquote,h1,h2,h3,p",
	convert_newlines_to_brs : true
});
