﻿
    function Toggle(id, srcpath){
    document.getElementById(id).setAttribute('src', srcpath);
    }

