function imgpreload($img) {
  pic = new Image;
  pic.src = $img;
}
