
function mostrar(nombre,img){

		document.images[nombre].src=img
	
} 

function volver(nombre,img){
	
		document.images[nombre].src=img
	
}
