﻿function getRichTextEditorValue()
{
    editor = document.getElementById(editorId);
    editor.value = richeditor.toHtmlString();
}
