<!--
function UpdateTextField(hex)
{
  document.pForm.DisplayArea.value = hex;
}
// -->