        function changeimg(id, img) {
          if (id) {
			eval('document[id].src = img.src;');
          }
        }		

		