props(f_series_name,true,"0-9"); function props(obj,visible,restrict,background=true,borderColor=0xcccccc){ obj.visible=visible; obj.restrict = restrict; obj.background = background; obj.borderColor = borderColor; }