tinyMCE.init({
        mode : "textareas",
	plugins : 'simplepaste',
	theme : "advanced",

	theme_advanced_toolbar_location : "top",
	theme_advanced_buttons1 : "bold,italic,removeformat,link,unlink",
	theme_advanced_buttons2 : "",
	theme_advanced_buttons3 : "",
	content_css : "/css/main.css",
	width : "100%",
	height : "30"
});
