var PostCategory2 = new Array();PostCategory2[0]=new Array(9); PostCategory2[1]=new Array(10); PostCategory2[2]=new Array(11,12,'品质主管'); PostCategory2[3]=new Array(13); PostCategory2[4]=new Array(14); PostCategory2[5]=new Array(15); PostCategory2[6]=new Array(16); function PostChange(selPostCategory) { var selPostCategory2 = document.all(selPostCategory.ChildCategory); var PostCategory1 = -1; if(selPostCategory.selectedIndex>=0) PostCategory1 = selPostCategory.options[selPostCategory.selectedIndex].value; while(selPostCategory2.options.length>0) { selPostCategory2.options.remove(0); } var alloption = document.createElement("OPTION"); selPostCategory2.options.add(alloption); alloption.value='-1'; alloption.innerText='不限分类'; alloption.inValue='-1'; for(i=0;i