// JavaScript Document
function ro(imgname,imgfile,imgname2,imgfile2){
document.images[imgname].src=imgfile
}
