tinyMCE.init({
	mode : "textareas",
	theme : "advanced",
	height : "100",
	theme_advanced_buttons1 : "bold, italic, underline, strikethrough, separator, bullist, numlist, separator, undo, redo",
	theme_advanced_buttons2: "",
	theme_advanced_buttons3: "",
	theme_advanced_buttons4: "",
	theme_advanced_toolbar_location : "top",
	theme_advanced_toolbar_align : "left",
	editor_selector : "small_editor"
});
tinyMCE.init({
	mode : "textareas",
	theme : "advanced",
	height : "300",
	theme_advanced_toolbar_location : "top",
	theme_advanced_toolbar_align : "left",
	theme_advanced_statusbar_location : "bottom",
	theme_advanced_resizing : true,
	editor_selector : "large_editor"
});
