finalmente lo hice de esta manera y funciona de l mas bien
Código:
var sel = document.all.item("comu");
if (sel!=null)
{
if (sel.length!=null)
{
for (i=0; i<sel.length; i++)
{
//if (i==2) alert("[" + trim(sel(i).value) + "]");
if (trim(sel(i).value) == Txt)
{
document.resume.radio_cod(i).scrollIntoView(true);
document.resume.radio_cod(i).focus();
OptionActivate(document.ATGP924.Ant.value, i);
}
}
}
}
saludos y gracias por la ayuda