private function openEvt():void {
forChange.text="";
}
private function changeEvt(e:Event):void {
forChange.text=e.currentTarget.value + " " + e.currentTarget.selectedIndex;
}
AK
AL
AR