﻿function clearText(tBox, dText) {
    if (tBox.value == dText) {
        tBox.value = "";
    }
}