window.onload = init;

function init() 
{
	global_init();
	document.getElementById('username').focus();
}