// window.alert("LOADED: badTable.js");

function chango(elm) {
	elm.parentNode.style.backgroundColor = "#3e587a";
	elm.parentNode.style.borderBottom = "1px solid #1b345b";
}


function changa(elm) {
	elm.parentNode.style.backgroundColor = "#617b9c";
	elm.parentNode.style.borderBottom = "1px solid #40546d";
}

