// (c) 2001-2008 SJ Purdy for Hafixs Industrial Products
//
// SJP 2008101 - PandP changes, Accelerator price change
//                 putty weight change and price change
//
//    Code|Description|Price|Desc page|Image|Thumbnail
//   All but the last item must be followed by a comma (,)
//
// * MAX of 15 items in this list unless more subroutines
//   are added to select_2.js to handle the +/- buttons.
//
ProdList = new Array ( 
	"PG 02|Professional Glue - 10 gms|7|pg02-2.html||",
	"PG 03|Professional Glue - 20 gms|10|pg02-2.html||",
	"PG 04|Professional Glue - 50 gms|20|pg02-2.html||",
	"DA 03|Glue Remover - 20 ml|10|da.htm||",
	"FP 03|Filler Powder - 30 gms|5|fp.htm||",
	"ER 07-B|Epoxy Resin Putty - 50 gms|6|ep.htm||",
	"RR 03-G|Rapid Reaction Accelerator - 20 ml|6|rr.htm||",
	"CS 09-A|Cleaner Spray - 100 ml|4|cs.htm||"
 );
//
// Postage values - xx1Item used for first (FirstFor) items then xx2Item added
//             for each extra item until we cap it at (CapItem) Items.
// 20111124 SJP - UK1Item changed from 2.90
UK1Item=3.50;
OS1Item=6.50;
UK2Item=0.50;
OS2Item=0.50;
CapItem=25;
FirstFor=1;
//


