// JavaScript Document

function cambiar (image,name) {

document.images[name].src = image; 

}

