public function __get($strName) {
            switch ($strName) {
                // APPEARANCE
                case "Width": return $this->strDialogWidth;
                case "Title": return $this->strTitle;