var count; 
for(var i=0 ;i <row_num ;i++){ 
   count = document.all['small_count'][i].value;
   count += count; 
}