
function ponImagen(nm,img){
	this.nombre=nm;
	this.imagen=img;
	document[nombre].src=imagen;
	return true;
	}
