﻿function onLeftMenu(nazwa) {
    document.getElementById(nazwa).style.background = 'url(/Images/menuLeftLinkBGHover.jpg) no-repeat';
}
function offLeftMenu(nazwa) {
    document.getElementById(nazwa).style.background = 'url(/Images/menuLeftLinkBG.jpg) no-repeat';
}


function onLeftMenuSub(nazwa) {
    document.getElementById(nazwa).style.background = 'url(/Images/menuLeftLinkBGHover.jpg) no-repeat';
}
function offLeftMenuSub(nazwa) {
    document.getElementById(nazwa).style.background = 'url(/Images/s_menuLeftLinkBG.jpg) no-repeat';
}

function onLeftMenuSub2(nazwa) {
    document.getElementById(nazwa).style.background = 'url(/Images/menuLeftLinkBGHover.jpg) no-repeat';
}
function offLeftMenuSub2(nazwa) {
    document.getElementById(nazwa).style.background = 'url(/Images/s_menuLeftLinkBG2.jpg) no-repeat';
}

function popUp(page) {
    window.open(page, "", "width=800 height=800,scrollbars=yes,menubar=no,resizable=yes");
}
