function first_focus() {
	if ( ff = document.getElementById( 'first-focus' ) ) ff.focus();
}
window.onload = first_focus;