﻿
var tmpAryxd008=new Array(1);
tmpAryxd008[0]=new Array("1");
tmpAryxd008[1]=new Array("1", "2", "3", "4");

function JFC001(aIpt, aIpt1, aDef)
{
  var tmpIptSI=aIpt.selectedIndex;
  aIpt1.length=tmpAryxd008[tmpIptSI].length;
  for (var tmpix=0;tmpix<tmpAryxd008[tmpIptSI].length;tmpix++)
  {
    JOpt1(aIpt1, tmpAryxd008[tmpIptSI][tmpix], tmpAryxd008[tmpIptSI][tmpix], aDef, tmpix, JStrSep0);
  }
}

