newCell.onmouseout=new Function("MouseOutTR(this)");
newCell.onmouseover=new Function("MouseOverTR(this)");
newCell.attachEvent("onclick",new Function('MouseOnClickSubTR(this,' +  iselectedIndex + ')'));不要忘记写MouseOutTR,MouseOverTR,MouseOnClickSubTR函数啊