// required entry to load the cookies (for older browsers)
  LoadIt ();           // force load of data
  if (root.xx_id == "") {
// set-list for any cart-wide options here
    SetCartDC (0, 4,25);
    SetCartDC (2, 1,20, 10,25);
    SetCartDC (5, 1,24.166666, 10,29.166666, 50,32.333333, 100,37.5);

// required entry to set US shipping as default
    root.stxt0 = "USA (default)";
    SetAmtSH (0,0,0);  // clear shipping question 
    SetCartSH (0, 1,8.95, 2,11.90, 3,14.85, 4,17.80);
    SetCartSH (1, 1,9.95, 2,11.90, 3,13.85, 4,15.80, 5,17.75);
    SetCartSH (2, 1,16.95, 2,33.90, 3,50.85, 4,67.80, 5,84.75);
    SetCartSH (4, 1,10);
    SetCartSH (5, 1,16.95, 2,33.90, 3,50.85, 4,67.80, 5,84.75);

// 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 = "MCNY,NMHS,AXP,BSC,CIT,JPM,GS,MER,MWD,UBS,DB,MET,CU,MPR,APHC,TWA,RAC,MP,HC,MS,CHN,HS,WK,TIGER,MAFH"; 
    root.xx_cdis = 
"0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"; // percent
    root.xx_camt = 
"30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30";  // amount

    root.xx_coupz = off;   // ask for free picture on cart page
/*
    root.xx_cvalz = "Scully Hall Reflection,Scully Hall Reflections,Peek-a-Boo,Peek-a-Boo!,Peek a Boo,peekaboo,View from my Window,Kirby Arts Center,Along the Promenade";
    root.xx_cdisz = "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0";
    root.xx_camtz = "1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1";
*/

    root.xx_dadd = on;   // 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  = on;   // 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   = off;   // display product category in item list
    root.xx_prt  = on;   // print email line and addr form
    root.xx_ship = on;   // 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   = off;   // 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_can  =   "http://www.robertgambee.com/mastergallery/index.php";
    root.xx_cur  = "USD";// enter default currency code (or null)
    root.xx_id   = "nybookdist@aol.com";  // PayPal ID
    root.xx_lc   = "US"; // enter default country code (or null)
    root.xx_ret  = "http://www.robertgambee.com/mastergallery/index.php";
    root.xx_sty  = "";
// required entry to store stuff off
    root.store ();       // required entry!!
  }
