function on(thisDiv) {
     thisDiv.style.color = "#FF3131";
}

function off(thisDIV) {
     thisDIV.style.color = "#904026";
}
