﻿function on(nazwa) {
    document.getElementById(nazwa).style.background = 'url(/Images/pointHover.gif) no-repeat left';
    document.getElementById(nazwa).style.color = '#f6c24e';
}
function off(nazwa) {
    document.getElementById(nazwa).style.background = 'url(/Images/point.gif) no-repeat left';
    document.getElementById(nazwa).style.color = '#e38443';
}