function nikoLink(pValue) {
    document.getElementById('color_link_1').style.textDecoration = pValue == 'over' ? 'underline' : 'none';
    document.getElementById('color_link_2').style.textDecoration = pValue == 'over' ? 'underline' : 'none';
}
