function zoom (iHeight, iWidth, image) {
    image.style.width = iWidth;
    image.style.height = iHeight;
}
