﻿
function on(nazwa) {
    document.getElementById(nazwa).style.background = '#1b68d5 url(/Images/menuLeftLinkBGHover.gif) repeat-x bottom';
    document.getElementById(nazwa).style.color = '#ff6310';
}
function off(nazwa) {
    document.getElementById(nazwa).style.background = '#3577d5 url(/Images/menuLeftLinkBG.gif) repeat-x bottom';
    document.getElementById(nazwa).style.color = '#e4ecf8';
}