var thephoto=new Array(); thephoto[0]=new Array("48","河北信鸽信息网摄影工作室"); thephoto[1]=new Array("47","河北信鸽信息网摄影工作室"); thephoto[2]=new Array("46","河北信鸽信息网摄影工作室"); thephoto[3]=new Array("45","河北信鸽信息网摄影工作室"); thephoto[4]=new Array("44","河北信鸽信息网摄影工作室"); thephoto[5]=new Array("43","河北信鸽信息网摄影工作室"); thephoto[6]=new Array("42","河北信鸽信息网摄影工作室"); var photos=new Array(); var curid=0; function group_change(changeid){ photos.length=0; var selcount=0 for (i=0;i < thephoto.length; i++){ if(thephoto[i][1] == changeid){ photos[selcount]=thephoto[i][0]; selcount++; } } setjindu(); tip.innerHTML="共"+photos.length+"张"; loadpics(photos[0]); } function loadpic(){ group.length=0; group.options[0]=new Option("河北信鸽信息网摄影工作室","河北信鸽信息网摄影工作室"); group_change(group.options[0].text); loadtxt.innerHTML=""; photomain.style.display=""; }