function checkOption(elm, button)
{
  button.disabled = (elm.options[elm.selectedIndex].className == 'childless');
}