信息搜索
","YTU");
subcat[1] = new Array("IOP","GJUI","IOP");
subcat[2] = new Array("jhkjh","文体新闻","jhkjh");
subcat[3] = new Array("dsf","文体新闻","dsf");
onecount=4;
function changelocation(locationid)
{
document.myform.SmallClassName.length = 1;
var locationid=locationid;
var i;
for (i=0;i < onecount; i++)
{
if (subcat[i][1] == locationid)
{
document.myform.SmallClassName.options[document.myform.SmallClassName.length] = new Option(subcat[i][0],subcat[i][2]);
}
}
}