function changeColorById(k_id,k_color){document.getElementById(k_id).style.color=k_color;}
