

function SwitchImage(element, url) {
    element.src = url;
}
