dom.event.addEventListener(window, 'load', initDocument);
function initDocument() {
	var pass = document.getElementById('pass');
	pass.focus();
}
