function focusOnLoad(id) {
	Event.observe(window, 'load',
		function() { $(id).focus() }
	);
}
