﻿

function switcher(id) {
    document.getElementById(id).style.color = "#cdf2f6";
}