tinyMCE.init({
	theme: "advanced",
	theme_advanced_toolbar_location : "top",
	theme_advanced_toolbar_align : "left",
	theme_advanced_buttons1: "bold,italic,bullist,link,unlink", //"bold,italic,formatselect,bullist,link,unlink",
	theme_advanced_buttons2: "",
	theme_advanced_buttons3: "",
	content_css: "/css/new/wysiwyg.css",
	theme_advanced_blockformats :"p,h2,h3"
});