/* clears text of passed in object */
function clearIt(txt) {
    txt.value = "";
}
