// required entry to load the cookies (for older browsers)
  LoadIt ();               // force load of data - REQUIRED!
  if (root.xx_id == "") {  // REQUIRED!
// set-list for any cart-wide options here
//    SetCartHN (0, 1,1);  // $1 handling charge for whole cart.
    	SetCartSH (0, 1,.65, 2,1.00, 3,1.50, 12,2.65, 24,15.50, 36,18.00, 48,22.00, 60,24.00, 72,28.00, 144,36.00);
		SetCartSH (1, 1,3.50, 2,5.00, 3,5.50, 12,10.00, 24,15.50, 36,18.00, 48,22.00, 60,24.00, 72,28.00, 144,36.00);
		SetCartSH (2, 1,6, 2,8, 3,9.25, 6,12.50, 12,14.50, 24,15.50, 36,18.00, 48,22.00, 60,24.00, 72,28.00, 144,36.00);
		SetCartSH (3, 1,15.00, 2,25.00, 3,35.00, 4,45.00);
		SetCartSH (4, 1,20.00, 12,2.65, 24,4.75, 48,6.75, 125,10.25, 250,12.00, 500,16.50 ,1000,18.25);
		
				//    SetCartDC (1, 1,10); // 10% discount for PC=1 items	
// set cart display options, and internal PayPal options
    root.xx_cc   = off;   // display credit card line
    root.xx_cdmp = off;  // root diagnostic cookie dump (leave off)
    root.xx_chkbx= off;   // agreement checkbox
    root.xx_coup = on;   // ask for coupon code on cart page	
    root.xx_cval = "40,2010CCB,drum"; // coupon values
    root.xx_cdis = "40,20,10"; // corresponding coupon percent discounts
    root.xx_camt = "0,0,0,0";  // corresponding coupon amount discount
    root.xx_dadd = off;   // display cart when add-cart is clicked.
    root.xx_gwbx = off;   // gift wrapping checkbox
    root.xx_gwcg = 10;   // giftwrapping charge per item (if selected)
    root.xx_img  = off;   // show images in cart (SetImg)
    root.xx_mamt = 0;    // minimum amount of order, or zero.
    root.xx_mqty = 1;    // minimum quantity of order, or zero.
    root.xx_pc   = on;   // display product category in item list
    root.xx_prt  = off;   // Make mail/fax form available in cart
    root.xx_ship = off;   // ask user for shipping options
    root.xx_siz  = on;   // for img, on = resize, off = use orig size
    root.xx_sum  = off;   // display product cat summaries
    root.xx_tax  = off;   // ask user for tax options
    root.xx_uas  = off;  // UPS added air surcharge for fuel active
    root.xx_uasp = 9.5;  // UPS air surcharge percent (if active).
    root.xx_wt   = on;   // display weight totals
    root.xx_wtent= "";   // default entry = ounces, "gm" = grams.
    root.xx_wtrup= 10;   // rounding value - oz always up to lbs
                       //  gm rounds up to these grams.
// place for user-specific options
    root.xx_bn   = "";   // business code, or null
    root.xx_can  = "";   // place for PayPal cancel return path
    root.xx_cbt  = "";   // continue button text, or null
    root.xx_cur  = "USD";// enter default currency code (or null)
    root.xx_id   = "max@cableone.net";  // PayPal ID
    root.xx_lc   = "US"; // enter default country code (or null)
    root.xx_ret  = "";   // place for PayPal return path, or null
    root.xx_sty  = "";   // place for PayPal page style, or null
// required entry to store stuff off
    root.store ();       // required entry!!
  }                      // REQUIRED!

