/*swap image for product images*/

function swapImage(div, over) {
    document.getElementById(div).src = 'images/products/' + over;
}