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