﻿function showImage(showId, hoverElement) {
    var foto = $get(showId);
    foto.src = hoverElement.src;
}
