function imgswap(img,ref){
  if (document.images) {
        document.images[img].src = ref;
  }
}
