function imageOn(imgName) {
        if (document.images) {
                document.images[imgName].src = onImgArray[imgName].src
        }
}

function imageOff(imgName) {
        if (document.images) {
                document.images[imgName].src = offImgArray[imgName].src
        }
}

function checkthis()
{
    if ((pozycja1.checked== true) && (pozycja2.checked == true) && (pozycja3.checked == true))
		nagroda.disabled = false;
		nagroda.disabled = false;
}



