﻿
function on(nazwa) {
    document.getElementById(nazwa).style.background = 'url(/images/GordoStudio/menuTopBg.gif) repeat-x top';
    document.getElementById(nazwa).style.color = '#45473e';
}
function off(nazwa) {
    document.getElementById(nazwa).style.background = '';
    document.getElementById(nazwa).style.color = '#ffffff';
}

