function changeimg(a,b,c){e=document.getElementById(a);if (e.get('src') == b)e.src=c;else e.src=b;}