function roll(img_id, image_loc) {	         	
   if (document.getElementById) {
      document.getElementById(img_id).src = image_loc;
   }
}
