public function __get($strName) {
            switch ($strName) {
                case 'Active': return $this->mixActive;
                case 'Animate': return $this->mixAnimate;
                case 'Collapsible': return $this->blnCollapsible;