function changeZoom(newValue) { zoomValue = newValue; zoomInfo.textContent = "Zoom: " + zoomValue + "%"; }