function flipto(obj,img) {
  document.getElementById(obj).src=img;
}

