function set_focus()
{
    document.forms[0].mot.focus();
}
