function swap (image, filename)
{
  image.src = filename + ".png";
}
