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(0obj .options [0].selected=true;
}
}