function setbgon(obj) {
	obj.style.backgroundColor = "#505060";
}

function setbgoff(obj) {
	obj.style.backgroundColor = "#000000";
}