

function init() {
	tinyMCE.init({
	mode : "textareas",
	theme : "simple"
});
}