while(select2.childNodes.length>0){ select2.removeChild(select2.childNodes[select2.childNodes.length-1]); }
select2.options.length=0;