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