// JavaScript Document

function first_focus(chp)
{
  document.getElementById(chp).focus();
}
