//  Function to swap  the main product images.
function prodimageswap(imageid, imagefile) {
    document.getElementById(imageid).src = imagefile;
}
