dojo.byId('sendInfo').innerHTML=dojo.string.substitute('Request rows ${0} to ${1}.  ',[inParams.start,inParams.start+inParams.results-1]);
}
model.onReceive=function(inData){
dojo.byId('receiveInfo').innerHTML=dojo.string.substitute('Receive rows ${0} to ${1}.  ',[inData.firstResultPosition,inData.firstResultPosition+inData.totalResultsReturned-1]);
}
// Define grid structure
// remove the height from the header image cell / row cells have a default height so there's less adjustment when thumb comes in.