function selEmail ()
{	
	var textfield = document.getElementById('Email');
	textfield.select();
}
