// Global settings of radio buttons
var gProduct= 19;	// product type index, same as ProductTypeInt.value
var gPaper  = 0;	// paper quality index (0 -- standard)
var gFold   = 0;	// folding index (0 -- nofold)
var gInk    = 0;	// back page ink index (0 -- 4color, 2 -- blank)
var gAqua   = 0;	// aqueous index (0 -- no coating, 2 -- coated)
var gHandle = 0;	// rush handling (0 -- normal shipping)
var gShipType = 0;	// Shipping (0 -- UPS Ground)
var gMarkup = 1;	// Markup (0 -- 30)




