function jsQueryRow()  //行数组

{

  this.fieldValues=new Array();

  this.visible=true; //add by fhb on 2004.5.14 是否显示

  this.addRowValue=addRowValue;

}



function addRowValue(nIndex,sValue)

{

  this.fieldValues[nIndex]=sValue;

}

