Example of a 'variable option' that depends on a quantity box,
useful for ordering different numbers of different sizes.  We
suppress the normal qty box, and create our own that are associated
with specific options, in this case product sizes.

The all have the same option number, but the are associated with
'different' products, the thing in quotes (sm,md or lg) is tacked
on to product id number in the browser text (putting the contents of 
the global variable $sc_web_pid_sep_char in between.)

--cut here--

Available sizes:
%%QtyBox-sm,%%Small (No extra charge)
%%QtyBox-md,%%Medium $ 1.00
%%QtyBox-lg,%%Large $ 2.00

--cut here--