﻿function clear() {
    document.getElementById('sendEmailConfirm').value = "";
}

function clearEmailConfirmLabel() {
    setTimeout(2000, 'clear');
}
