// JavaScript Document

onload = init;

function init()
{
	document.getElementById('userName').focus();	
}