#
#  TD.17.NII.TXT
#
# -----------------------------------------------------------------------------
#

#
#  demonstrates how to specify multiple items and multiple pages per
#  row.  This isn't really recommended, since it violates the 'one record
#  per row' philosophy of the system, but it works.  One of the problems with
#  this sort of thing is that the prices are going to be all screwed up. 
#  Logically, you associate the first price with the first item, and the
#  second price with the second item, etc.  The system isn't that smart;
#  it creates two items, then sets the price of both to the first price,
#  and then sets the price of both to the second price.  Same thing would
#  go for snippets.
#

Item 1	1.00	Item 2	2.00	Page 1	Page 2
Item 3	3.00	Item 4	4.00	Page 3	Page 4
Item 5	5.00	Item 6	6.00	Page 5	Page 6


