tinyMCE.init({
	cleanup:true,
	verify_html:true,
	mode : "textareas",
	theme_advanced_resizing : true,
	theme_advanced_path_location : "bottom",
    theme_advanced_toolbar_location : "top",
    theme_advanced_buttons1:"forecolor,backcolor,|,bold,italic,underline,strikethrough,|,justifyleft,justifycenter,justifyright,justifyfull",
    theme_advanced_buttons2:"undo,redo,|,link,unlink,image,|,bullist,numlist,|,outdent,indent,|,help,code",
	theme_advanced_buttons3:"",
	editor_selector : "review_wysi",
	invalid_elements: "script,frame,iframe,frameset",
    theme : "advanced"
});

