var obj=document.getElementByIdx("test ");
if(0//obj.options.remove(obj.selectedIndex); //IE 利用可能
obj.options[obj.selectedIndex]=null ;// どちらの IE FF も
for(var i=0;iobj.options[i] .text=" Subitem" i;
obj.options[i].value=i;
}
if(0 .options [0].selected=true;
}
}