   function changeDivImage()
    {
        var imgPath = new String();
        imgPath = document.getElementById("left-img").style.backgroundImage;
		
		document.getElementById("left-img").style.backgroundImage = "url(imgs/ogolne/bg/main.jpg)";
    }
function changeDivImage1()
    {
        var imgPath = new String();
        imgPath = document.getElementById("left-img").style.backgroundImage;
		document.getElementById("left-img").style.backgroundImage = "url(imgs/ogolne/bg/akt.jpg)";
    }
	
function changeDivImage2()
    {
        var imgPath = new String();
        imgPath = document.getElementById("left-img").style.backgroundImage;
        document.getElementById("left-img").style.backgroundImage = "url(imgs/ogolne/bg/cen.jpg)";
    }

function changeDivImage3()
    {
        var imgPath = new String();
        imgPath = document.getElementById("left-img").style.backgroundImage;
		document.getElementById("left-img").style.backgroundImage = "url(imgs/ogolne/bg/gal.jpg)";
    }
function changeDivImage4()
    {
        var imgPath = new String();
        imgPath = document.getElementById("left-img").style.backgroundImage;
        document.getElementById("left-img").style.backgroundImage = "url(imgs/ogolne/bg/kont.jpg)";
    }
function changeDivImage5()
    {
        var imgPath = new String();
        imgPath = document.getElementById("left-img").style.backgroundImage;
        document.getElementById("left-img").style.backgroundImage = "url(imgs/ogolne/bg/zap.jpg)";
    }

function changeDivImage6()
    {
        var imgPath = new String();
        imgPath = document.getElementById("left-img").style.backgroundImage;
		document.getElementById("left-img").style.backgroundImage = "url(imgs/ogolne/bg/graf.jpg)";
    }
function changeDivImage7()
    {
        var imgPath = new String();
        imgPath = document.getElementById("left-img").style.backgroundImage;
		document.getElementById("left-img").style.backgroundImage = "url(imgs/ogolne/bg/akt.jpg)";
    }

