function high(id) {
	/*document.getElementById(id).style.backgroundColor = "#A62D2D";*/
	document.getElementById(id).style.backgroundColor = "#C40000";
}
function low(id) {
	document.getElementById(id).style.backgroundColor = "#8B0000";
}
