function UNAAMI_colorinfo() {
  document.at_colorstr = new String("ff99cc");
  document.at_color = new Array(255,153,204);
  document.bi_colorstr = new String("ffcc00");
  document.bi_color = new Array(255,204,0);
  document.fi_colorstr = new String("ff0000");
  document.fi_color = new Array(255,0,0);
  document.in_colorstr = new String("cc00ff");
  document.in_color = new Array(204,0,255);
  document.oc_colorstr = new String("0000ff");
  document.oc_color = new Array(0,0,255);
  document.si_colorstr = new String("66ffff");
  document.si_color = new Array(102,255,255);
  document.te_colorstr = new String("00cc33");
  document.te_color = new Array(0,204,51);
}
