function imgRoll(theName, theImg) {
   document.images[theName].src = '/images/' + theImg;
}
