var email = document.getElementById('id_email');
email.onFocus = email.select();
email.focus();