if (document.images)
{
  this[10] = new Image();
  this[10].src = imageLoc + "blk.gif";
  this[11] = new Image();
  this[11].src = imageLoc + "bpk.gif";
  this[12] = new Image();
  this[12].src = imageLoc + "pnk.gif";
  this[13] = new Image();
  this[13].src = imageLoc + "tpkd.gif";
  this[14] = new Image();
  this[14].src = imageLoc + "lav.gif";
  this[15] = new Image();
  this[15].src = imageLoc + "wht.gif";
  this[16] = new Image();
  this[16].src = imageLoc + "ltsd.gif";
}