﻿function switchImage(element, toSwitch) {
    element.src = "images/" + toSwitch;
}