function load_handler () {
	document.getElementById('address').focus();
}
window.onload = load_handler;