function clean(A)
{
	var B=A.previousSibling;
	if(B){A.onblur=function(){if(!A.value){B.style.top=""}};B.style.top="-9999px"}
}
