adds a new option
| options | string|array | different input for different kinds of options. Please, refer to examples. | 
var myCombo = new dhtmlXCombo("combo_zone3","alfa3",200);
myCombo.addOption([
    ["a","option A"],
    ["b","option B", "color:red;"],
    ["c","option C"]
]);