function preload_image(url, x, y) {
  var tmp_image = new Image(x, y);
  tmp_image.src = url;
}
