function lower(ustr)
{
	var str=ustr.value;
	ustr.value=str.toLowerCase();
}