/** @param array associative of strings with strings (not HTML) as the keys and option content (HTML) as the values */ 
	function setOptions($value) {
		$this->options = $value;
	}