function clear(obj) {
	obj.value = "";
}

function clear_pwd(obj) {
	obj.value = "";
	obj.type = "password"
}
