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 + "cpkd.gif";
  this[13] = new Image();
  this[13].src = imageLoc + "tpkd.gif";
  this[14] = new Image();
  this[14].src = imageLoc + "ltsd.gif";
  this[15] = new Image();
  this[15].src = imageLoc + "tstd.gif";
  this[16] = new Image();
  this[16].src = imageLoc + "pntd.gif";
  this[17] = new Image();
  this[17].src = imageLoc + "sund.gif";
  this[18] = new Image();
  this[18].src = imageLoc + "wht.gif";
  this[19] = new Image();
  this[19].src = imageLoc + "ppkd.gif";
}
