/* Open small images to large ones */
function switchImg(i,j){
document.images["wine"].src = i;
document.getElementById("wine").alt = j;
}
