function init(){
		
	document.forms[0].login.select();
	document.forms[0].login.focus();

}
		
window.onload = init;