printed_ID_list = printed_ID_list & this_ID & ","; // used by _dsp_view_all.cfm // correct amount of indent? if (indent_level GT 0) { indent = IndentWidth * (indent_level-1); indent_img = ""; } else { indent_img = ""; } // display number of replies? if (this_NumReplies GT 0) {replies_dsp = " (#this_NumReplies#)";} else {replies_dsp = "";} // what row color? if (row_num MOD 2 eq 1) {bg_color=RowColor2;} else {bg_color=RowColor1;} row_num = row_num + 1; #indent_img##this_thread_img##DefaultFont# #this_Title##replies_dsp#   #DefaultFont#  #this_Author#   #DefaultFont#  #DateFormat(this_TSCreated,'mmm d, yyyy')#  #RowHeight_img# #indent_img##this_thread_img##HighlightFont# #this_Title##replies_dsp#   #HighlightFont#  #this_Author#   #HighlightFont#  #DateFormat(this_TSCreated,'mmm d, yyyy')#  #RowHeight_img# #indent_img##this_thread_img##DefaultFont# #this_Title##replies_dsp#   #DefaultFont#  #this_Author#   #DefaultFont#  #DateFormat(this_TSCreated,'mmm d, yyyy')#  #RowHeight_img#