
function recalc(id){
document.getElementById(id).src = id + "recalc.png";
}
function unrecalc(id){
document.getElementById(id).src = id + ".png";
}
