function high(obj){
	obj.style.background='34260B';
	obj.style.color='#FF0000';
}

function low(obj){
	obj.style.background='none';
	obj.style.color='#666666';
}
