/*
*/

/*
 *
 */
function chgImg(img, imgObj) {
  if (document.images) {
     document.images[img].src = imgObj;
     return true;
  }
}
