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 + "mar.gif";
  this[13] = new Image();
  this[13].src = imageLoc + "pnk.gif";
  this[14] = new Image();
  this[14].src = imageLoc + "roy.gif";
  this[15] = new Image();
  this[15].src = imageLoc + "red.gif";
  this[16] = new Image();
  this[16].src = imageLoc + "wht.gif";
  this[17] = new Image();
  this[17].src = imageLoc + "lbl.gif";
  this[18] = new Image();
  this[18].src = imageLoc + "nud.gif";
  this[19] = new Image();
  this[19].src = imageLoc + "nat.gif";
  this[20] = new Image();
  this[20].src = imageLoc + "sun.gif";
  this[21] = new Image();
  this[21].src = imageLoc + "pur.gif";
  this[22] = new Image();
  this[22].src = imageLoc + "grn.gif";
}