function CopyField(frm) {
	var username1= frm.email.value;
	frm.username.value = username1;
	return frm;	
}
