
function color (q){
a=''+q.id.charAt(1)+q.id.charAt(2)
document.getElementById('g'+a).className="galk_on"
document.getElementById('t'+a).className="text_on"
}

function decolor (q){
a=''+q.id.charAt(1)+q.id.charAt(2)
document.getElementById('g'+a).className="galk_off"
document.getElementById('t'+a).className="text_off"
}

function bla (q){
document.getElementById(q).src='images/gray.gif'
}
function blaf (q){
document.getElementById(q).src='images/b.gif'
}