options['type'] = 'hidden'; $this->options['name'] = $name; $this->options['value'] = $value; } function SetValue($value) { $this->options['value'] = $value; } } ?>