// Focus on first field

onload = function()
{
     document.forms[0].elements[0].focus();
}
