function uppercase(tf)
{
  tf.value = tf.value.toUpperCase();
}

