tinyMCE.init({
	mode : "textareas",
	editor_selector : "rte",
	theme : "advanced",
	theme_advanced_resizing : true,
	theme_advanced_toolbar_location : "top",
	theme_advanced_toolbar_align : "left",
	theme_advanced_statusbar_location : "bottom",
	theme_advanced_resize_horizontal : false,
	theme_advanced_path : false,
	theme_advanced_layout_manager : "SimpleLayout",
	theme_advanced_buttons1 : "bold,italic,separator,bullist,numlist,link,image,code",
	theme_advanced_buttons2 : "",
	theme_advanced_buttons3 : "",
	convert_urls : false
});

