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