// JavaScript Documentfunction ro(imageName,imageData){document.images[imageName].src=imageData}
