﻿function clearinput(fieldID) 
{
    fieldID.value = "";
}
