function __resetListBox(c,b){var a=document.forms[c].elements[b];a.selectedIndex=-1;if(a.onchange){a.onchange()}};
