function T3getHover(id){ x = document.getElementById(id); x.style.color='#4f9bc9'; } function T3endHover(id){ x = document.getElementById(id); x.style.color='#58616e'; }