subcat[66] = new Array("苏适","书法欣赏","苏适");
        
subcat[67] = new Array("刘艺","书法欣赏","刘艺");
        
subcat[68] = new Array("爱新觉罗·启骧","书法欣赏","爱新觉罗·启骧");
        
subcat[69] = new Array("苗培红","书法欣赏","苗培红");
        
onecount=70;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]);
            }        
        }
    }