// Notice: The simple theme does not use all options some of them are limited to the advanced theme
	
	
	tinyMCE.init({
		mode : "textareas",
		theme : "simple"		
	});

