function cambiarImagen(name,url)
							{
								imagen=new Image;
								imagen.src=url;
								document.images[name].src=imagen.src;
							}
