function formEmptyBox(obj)
{
	obj.value='';
	obj.style.width='97%';
}
