function ComboClear(combo) { combo.length = 0; combo.selectedIndex = -1; return 0; }