function showChildrenCombos() {
    Element.hide('children_and_infants_link');
    Element.show('children_group', 'infants_group');
}