// JavaScript Document
function cambiarAi(photoSRC){

 document.images.imgPhoto.src = "assets/" + photoSRC;
 
 }
 