function mcRegistrationCopyEmail(){
	var email = document.getElementById('mcRegistrationV3-email');
	var login = document.getElementById('mcRegistrationV3-login');
	login.value=email.value;
}