function focusLogin(cmp_form){
	if (cmp_form.value == "E-mail" || cmp_form.value == "********") {
		cmp_form.value="";
	}
}