﻿function viewPlainText(id) {
    window.open("PlainText.aspx?id=" + id, "PlainTextWindow", "width=750,height=400,scrollbars=yes");
}