var
aList=
new
ActionList();
aList.putBoolean(
true
);
false
alert(aList.getBoolean(0));
alert(aList.getBoolean(1));