function uhigh(Obj)	{
	Obj.style.borderBottom='1px solid #707070';
}
function low(Obj)	{
	Obj.style.borderBottom='1px solid transparent';
}
