+ function ActualizarResponsables()
+ {
+ replaceChildNodes('form_responsableA', '');
+ replaceChildNodes('form_responsableB', '');
+ appendChildNodes('form_responsableA', map(makeOption, $('form_grupos_from').options));
+ appendChildNodes('form_responsableB', map(makeOption, $('form_grupos_to').options));
+ }