function swapImg(imgFile) {
    document.images['large'].src = '/images/products/' + imgFile;
}