// ===================================
// Apparel Product Details
// ===================================
  // STYLE: SUPERDRIVE&trade;
  style = {
    name:               'Superdrive&Trade;',
    can_display:        true,
    sku_count:          2,
    has_multiple_sizes: true,
    sizing_name:        'split shoes',
    sizing_tabs:        ['size','width'],
    sizing_regex:       '/^([\d\.]+)\s+(Standard|Regular|Wide)$/'
  };
  skus = [];
  var current_sku;
  current_size = null;

  // COLOR: Black
  sku = {
    id:                   101593,
    color:                'Black',
    number:               '14021-001',
    upcs:                 [],
    default_upc:          null,
    large_images:         [],
    lightbox_images:      [],
    current_image_index:  null
  };
  skus["101593"] = sku;


  // SIZE: 6.0 Regular
  upc = {
    id:             "883889398983",
    availability:   "Limited Availability. Call 1.800.431.1439 for more information, or <a href=\"/dealer\">find a store</a> near you.",
    can_sell:       false,
    price:          "130.00",
	tab_size:    '6.0',
	tab_width:    'Regular',
    size:           "6.0 Regular"
  };
  sku.upcs["6.0 Regular"] = upc;
  sku.default_upc = upc;
  // SIZE: 6.0 Wide
  upc = {
    id:             "883889399140",
    availability:   "Limited Availability. Call 1.800.431.1439 for more information, or <a href=\"/dealer\">find a store</a> near you.",
    can_sell:       false,
    price:          "130.00",
	tab_size:    '6.0',
	tab_width:    'Wide',
    size:           "6.0 Wide"
  };
  sku.upcs["6.0 Wide"] = upc;

  // SIZE: 6.5 Regular
  upc = {
    id:             "883889398990",
    availability:   "Limited Availability. Call 1.800.431.1439 for more information, or <a href=\"/dealer\">find a store</a> near you.",
    can_sell:       false,
    price:          "130.00",
	tab_size:    '6.5',
	tab_width:    'Regular',
    size:           "6.5 Regular"
  };
  sku.upcs["6.5 Regular"] = upc;

  // SIZE: 6.5 Wide
  upc = {
    id:             "883889399157",
    availability:   "Limited Availability. Call 1.800.431.1439 for more information, or <a href=\"/dealer\">find a store</a> near you.",
    can_sell:       false,
    price:          "130.00",
	tab_size:    '6.5',
	tab_width:    'Wide',
    size:           "6.5 Wide"
  };
  sku.upcs["6.5 Wide"] = upc;

  // SIZE: 7.0 Regular
  upc = {
    id:             "883889399003",
    availability:   "Usually ships next business day",
    can_sell:       true,
    price:          "130.00",
	tab_size:    '7.0',
	tab_width:    'Regular',
    size:           "7.0 Regular"
  };
  sku.upcs["7.0 Regular"] = upc;

  // SIZE: 7.0 Wide
  upc = {
    id:             "883889399164",
    availability:   "Usually ships next business day",
    can_sell:       true,
    price:          "130.00",
	tab_size:    '7.0',
	tab_width:    'Wide',
    size:           "7.0 Wide"
  };
  sku.upcs["7.0 Wide"] = upc;

  // SIZE: 7.5 Regular
  upc = {
    id:             "883889399010",
    availability:   "Usually ships next business day",
    can_sell:       true,
    price:          "130.00",
	tab_size:    '7.5',
	tab_width:    'Regular',
    size:           "7.5 Regular"
  };
  sku.upcs["7.5 Regular"] = upc;

  // SIZE: 7.5 Wide
  upc = {
    id:             "883889399171",
    availability:   "Limited Availability. Call 1.800.431.1439 for more information, or <a href=\"/dealer\">find a store</a> near you.",
    can_sell:       false,
    price:          "130.00",
	tab_size:    '7.5',
	tab_width:    'Wide',
    size:           "7.5 Wide"
  };
  sku.upcs["7.5 Wide"] = upc;

  // SIZE: 8.0 Regular
  upc = {
    id:             "883889399027",
    availability:   "Usually ships next business day",
    can_sell:       true,
    price:          "130.00",
	tab_size:    '8.0',
	tab_width:    'Regular',
    size:           "8.0 Regular"
  };
  sku.upcs["8.0 Regular"] = upc;

  // SIZE: 8.0 Wide
  upc = {
    id:             "883889399188",
    availability:   "Usually ships next business day",
    can_sell:       true,
    price:          "130.00",
	tab_size:    '8.0',
	tab_width:    'Wide',
    size:           "8.0 Wide"
  };
  sku.upcs["8.0 Wide"] = upc;

  // SIZE: 8.5 Regular
  upc = {
    id:             "883889399034",
    availability:   "Estimated to ship on 03/02/2010.  Call 1.800.431.1439 for more information.",
    can_sell:       true,
    price:          "130.00",
	tab_size:    '8.5',
	tab_width:    'Regular',
    size:           "8.5 Regular"
  };
  sku.upcs["8.5 Regular"] = upc;

  // SIZE: 8.5 Wide
  upc = {
    id:             "883889399195",
    availability:   "Estimated to ship on 03/02/2010.  Call 1.800.431.1439 for more information.",
    can_sell:       true,
    price:          "130.00",
	tab_size:    '8.5',
	tab_width:    'Wide',
    size:           "8.5 Wide"
  };
  sku.upcs["8.5 Wide"] = upc;

  // SIZE: 9.0 Regular
  upc = {
    id:             "883889399041",
    availability:   "Usually ships next business day",
    can_sell:       true,
    price:          "130.00",
	tab_size:    '9.0',
	tab_width:    'Regular',
    size:           "9.0 Regular"
  };
  sku.upcs["9.0 Regular"] = upc;

  // SIZE: 9.0 Wide
  upc = {
    id:             "883889399201",
    availability:   "Usually ships next business day",
    can_sell:       true,
    price:          "130.00",
	tab_size:    '9.0',
	tab_width:    'Wide',
    size:           "9.0 Wide"
  };
  sku.upcs["9.0 Wide"] = upc;

  // SIZE: 9.5 Regular
  upc = {
    id:             "883889399058",
    availability:   "Estimated to ship on 03/02/2010.  Call 1.800.431.1439 for more information.",
    can_sell:       true,
    price:          "130.00",
	tab_size:    '9.5',
	tab_width:    'Regular',
    size:           "9.5 Regular"
  };
  sku.upcs["9.5 Regular"] = upc;

  // SIZE: 9.5 Wide
  upc = {
    id:             "883889399218",
    availability:   "Estimated to ship on 03/02/2010.  Call 1.800.431.1439 for more information.",
    can_sell:       true,
    price:          "130.00",
	tab_size:    '9.5',
	tab_width:    'Wide',
    size:           "9.5 Wide"
  };
  sku.upcs["9.5 Wide"] = upc;

  // SIZE: 10.0 Regular
  upc = {
    id:             "883889398907",
    availability:   "Usually ships next business day",
    can_sell:       true,
    price:          "130.00",
	tab_size:    '10.0',
	tab_width:    'Regular',
    size:           "10.0 Regular"
  };
  sku.upcs["10.0 Regular"] = upc;

  // SIZE: 10.0 Wide
  upc = {
    id:             "883889399065",
    availability:   "Estimated to ship on 03/02/2010.  Call 1.800.431.1439 for more information.",
    can_sell:       true,
    price:          "130.00",
	tab_size:    '10.0',
	tab_width:    'Wide',
    size:           "10.0 Wide"
  };
  sku.upcs["10.0 Wide"] = upc;

  // SIZE: 10.5 Regular
  upc = {
    id:             "883889398914",
    availability:   "Usually ships next business day",
    can_sell:       true,
    price:          "130.00",
	tab_size:    '10.5',
	tab_width:    'Regular',
    size:           "10.5 Regular"
  };
  sku.upcs["10.5 Regular"] = upc;

  // SIZE: 10.5 Wide
  upc = {
    id:             "883889399072",
    availability:   "Estimated to ship on 03/02/2010.  Call 1.800.431.1439 for more information.",
    can_sell:       true,
    price:          "130.00",
	tab_size:    '10.5',
	tab_width:    'Wide',
    size:           "10.5 Wide"
  };
  sku.upcs["10.5 Wide"] = upc;

  // SIZE: 11.0 Regular
  upc = {
    id:             "883889398921",
    availability:   "Estimated to ship on 03/02/2010.  Call 1.800.431.1439 for more information.",
    can_sell:       true,
    price:          "130.00",
	tab_size:    '11.0',
	tab_width:    'Regular',
    size:           "11.0 Regular"
  };
  sku.upcs["11.0 Regular"] = upc;

  // SIZE: 11.0 Wide
  upc = {
    id:             "883889399089",
    availability:   "Estimated to ship on 03/02/2010.  Call 1.800.431.1439 for more information.",
    can_sell:       true,
    price:          "130.00",
	tab_size:    '11.0',
	tab_width:    'Wide',
    size:           "11.0 Wide"
  };
  sku.upcs["11.0 Wide"] = upc;

  // SIZE: 11.5 Regular
  upc = {
    id:             "883889398938",
    availability:   "Estimated to ship on 03/02/2010.  Call 1.800.431.1439 for more information.",
    can_sell:       true,
    price:          "130.00",
	tab_size:    '11.5',
	tab_width:    'Regular',
    size:           "11.5 Regular"
  };
  sku.upcs["11.5 Regular"] = upc;

  // SIZE: 11.5 Wide
  upc = {
    id:             "883889399096",
    availability:   "Estimated to ship on 03/02/2010.  Call 1.800.431.1439 for more information.",
    can_sell:       true,
    price:          "130.00",
	tab_size:    '11.5',
	tab_width:    'Wide',
    size:           "11.5 Wide"
  };
  sku.upcs["11.5 Wide"] = upc;

  // SIZE: 12.0 Regular
  upc = {
    id:             "883889398945",
    availability:   "Usually ships next business day",
    can_sell:       true,
    price:          "130.00",
	tab_size:    '12.0',
	tab_width:    'Regular',
    size:           "12.0 Regular"
  };
  sku.upcs["12.0 Regular"] = upc;

  // SIZE: 12.0 Wide
  upc = {
    id:             "883889399102",
    availability:   "Estimated to ship on 03/02/2010.  Call 1.800.431.1439 for more information.",
    can_sell:       true,
    price:          "130.00",
	tab_size:    '12.0',
	tab_width:    'Wide',
    size:           "12.0 Wide"
  };
  sku.upcs["12.0 Wide"] = upc;

  // SIZE: 12.5 Regular
  upc = {
    id:             "883889398952",
    availability:   "Limited Availability. Call 1.800.431.1439 for more information, or <a href=\"/dealer\">find a store</a> near you.",
    can_sell:       false,
    price:          "130.00",
	tab_size:    '12.5',
	tab_width:    'Regular',
    size:           "12.5 Regular"
  };
  sku.upcs["12.5 Regular"] = upc;

  // SIZE: 12.5 Wide
  upc = {
    id:             "883889399119",
    availability:   "Limited Availability. Call 1.800.431.1439 for more information, or <a href=\"/dealer\">find a store</a> near you.",
    can_sell:       false,
    price:          "130.00",
	tab_size:    '12.5',
	tab_width:    'Wide',
    size:           "12.5 Wide"
  };
  sku.upcs["12.5 Wide"] = upc;

  // SIZE: 13.0 Regular
  upc = {
    id:             "883889398969",
    availability:   "Usually ships next business day",
    can_sell:       true,
    price:          "130.00",
	tab_size:    '13.0',
	tab_width:    'Regular',
    size:           "13.0 Regular"
  };
  sku.upcs["13.0 Regular"] = upc;

  // SIZE: 13.0 Wide
  upc = {
    id:             "883889399126",
    availability:   "Estimated to ship on 03/02/2010.  Call 1.800.431.1439 for more information.",
    can_sell:       true,
    price:          "130.00",
	tab_size:    '13.0',
	tab_width:    'Wide',
    size:           "13.0 Wide"
  };
  sku.upcs["13.0 Wide"] = upc;

  // SIZE: 14.0 Regular
  upc = {
    id:             "883889398976",
    availability:   "Limited Availability. Call 1.800.431.1439 for more information, or <a href=\"/dealer\">find a store</a> near you.",
    can_sell:       false,
    price:          "130.00",
	tab_size:    '14.0',
	tab_width:    'Regular',
    size:           "14.0 Regular"
  };
  sku.upcs["14.0 Regular"] = upc;

  // SIZE: 14.0 Wide
  upc = {
    id:             "883889399133",
    availability:   "Limited Availability. Call 1.800.431.1439 for more information, or <a href=\"/dealer\">find a store</a> near you.",
    can_sell:       false,
    price:          "130.00",
	tab_size:    '14.0',
	tab_width:    'Wide',
    size:           "14.0 Wide"
  };
  sku.upcs["14.0 Wide"] = upc;

  sku.current_image_index = 0;
  sku.large_images.push("/a/d0/08/BAh7CGkKIgwyNjh4Mzg1aQtsKwcoZIRKaQhpAjqH.jpg");
  sku.lightbox_images.push("/a/63/9c/BAh7CWkKIgo2MDB4MGkLbCsHKGSESmkHaQtpCGkCOoc.jpg?size=600x860");

  sku.large_images.push("/a/37/4f/BAh7CGkKIgwyNjh4Mzg1aQtsKwcoZIRKaQhpAj6H.jpg");
  sku.lightbox_images.push("/a/81/fb/BAh7CWkKIgo2MDB4MGkLbCsHKGSESmkHaQtpCGkCPoc.jpg?size=600x858");

  sku.large_images.push("/a/63/32/BAh7CGkKIgwyNjh4Mzg1aQtsKwcoZIRKaQhpAkKH.jpg");
  sku.lightbox_images.push("/a/c1/8e/BAh7CWkKIgo2MDB4MGkLbCsHKGSESmkHaQtpCGkCQoc.jpg?size=600x859");

  sku.large_images.push("/a/6d/98/BAh7CGkKIgwyNjh4Mzg1aQtsKwcoZIRKaQhpAkaH.jpg");
  sku.lightbox_images.push("/a/29/c6/BAh7CWkKIgo2MDB4MGkLbCsHKGSESmkHaQtpCGkCRoc.jpg?size=600x857");

  sku.large_images.push("/a/da/d5/BAh7CGkKIgwyNjh4Mzg1aQtsKwcoZIRKaQhpAkqH.jpg");
  sku.lightbox_images.push("/a/85/91/BAh7CWkKIgo2MDB4MGkLbCsHKGSESmkHaQtpCGkCSoc.jpg?size=600x861");
  // COLOR: White/Black
  sku = {
    id:                   101594,
    color:                'White/Black',
    number:               '14021-104',
    upcs:                 [],
    default_upc:          null,
    large_images:         [],
    lightbox_images:      [],
    current_image_index:  null
  };
  skus["101594"] = sku;
  current_sku = sku;

  // SIZE: 6.0 Regular
  upc = {
    id:             "883889399461",
    availability:   "Limited Availability. Call 1.800.431.1439 for more information, or <a href=\"/dealer\">find a store</a> near you.",
    can_sell:       false,
    price:          "130.00",
	tab_size:    '6.0',
	tab_width:    'Regular',
    size:           "6.0 Regular"
  };
  sku.upcs["6.0 Regular"] = upc;
  sku.default_upc = upc;
  // SIZE: 6.0 Wide
  upc = {
    id:             "883889399621",
    availability:   "Limited Availability. Call 1.800.431.1439 for more information, or <a href=\"/dealer\">find a store</a> near you.",
    can_sell:       false,
    price:          "130.00",
	tab_size:    '6.0',
	tab_width:    'Wide',
    size:           "6.0 Wide"
  };
  sku.upcs["6.0 Wide"] = upc;

  // SIZE: 6.5 Regular
  upc = {
    id:             "883889399478",
    availability:   "Limited Availability. Call 1.800.431.1439 for more information, or <a href=\"/dealer\">find a store</a> near you.",
    can_sell:       false,
    price:          "130.00",
	tab_size:    '6.5',
	tab_width:    'Regular',
    size:           "6.5 Regular"
  };
  sku.upcs["6.5 Regular"] = upc;

  // SIZE: 6.5 Wide
  upc = {
    id:             "883889399638",
    availability:   "Limited Availability. Call 1.800.431.1439 for more information, or <a href=\"/dealer\">find a store</a> near you.",
    can_sell:       false,
    price:          "130.00",
	tab_size:    '6.5',
	tab_width:    'Wide',
    size:           "6.5 Wide"
  };
  sku.upcs["6.5 Wide"] = upc;

  // SIZE: 7.0 Regular
  upc = {
    id:             "883889399485",
    availability:   "Usually ships next business day",
    can_sell:       true,
    price:          "130.00",
	tab_size:    '7.0',
	tab_width:    'Regular',
    size:           "7.0 Regular"
  };
  sku.upcs["7.0 Regular"] = upc;

  // SIZE: 7.0 Wide
  upc = {
    id:             "883889399645",
    availability:   "Usually ships next business day",
    can_sell:       true,
    price:          "130.00",
	tab_size:    '7.0',
	tab_width:    'Wide',
    size:           "7.0 Wide"
  };
  sku.upcs["7.0 Wide"] = upc;

  // SIZE: 7.5 Regular
  upc = {
    id:             "883889399492",
    availability:   "Usually ships next business day",
    can_sell:       true,
    price:          "130.00",
	tab_size:    '7.5',
	tab_width:    'Regular',
    size:           "7.5 Regular"
  };
  sku.upcs["7.5 Regular"] = upc;

  // SIZE: 7.5 Wide
  upc = {
    id:             "883889399652",
    availability:   "Limited Availability. Call 1.800.431.1439 for more information, or <a href=\"/dealer\">find a store</a> near you.",
    can_sell:       false,
    price:          "130.00",
	tab_size:    '7.5',
	tab_width:    'Wide',
    size:           "7.5 Wide"
  };
  sku.upcs["7.5 Wide"] = upc;

  // SIZE: 8.0 Regular
  upc = {
    id:             "883889399508",
    availability:   "Usually ships next business day",
    can_sell:       true,
    price:          "130.00",
	tab_size:    '8.0',
	tab_width:    'Regular',
    size:           "8.0 Regular"
  };
  sku.upcs["8.0 Regular"] = upc;

  // SIZE: 8.0 Wide
  upc = {
    id:             "883889399669",
    availability:   "Usually ships next business day",
    can_sell:       true,
    price:          "130.00",
	tab_size:    '8.0',
	tab_width:    'Wide',
    size:           "8.0 Wide"
  };
  sku.upcs["8.0 Wide"] = upc;

  // SIZE: 8.5 Regular
  upc = {
    id:             "883889399515",
    availability:   "Usually ships next business day",
    can_sell:       true,
    price:          "130.00",
	tab_size:    '8.5',
	tab_width:    'Regular',
    size:           "8.5 Regular"
  };
  sku.upcs["8.5 Regular"] = upc;

  // SIZE: 8.5 Wide
  upc = {
    id:             "883889399676",
    availability:   "Estimated to ship on 03/02/2010.  Call 1.800.431.1439 for more information.",
    can_sell:       true,
    price:          "130.00",
	tab_size:    '8.5',
	tab_width:    'Wide',
    size:           "8.5 Wide"
  };
  sku.upcs["8.5 Wide"] = upc;

  // SIZE: 9.0 Regular
  upc = {
    id:             "883889399522",
    availability:   "Usually ships next business day",
    can_sell:       true,
    price:          "130.00",
	tab_size:    '9.0',
	tab_width:    'Regular',
    size:           "9.0 Regular"
  };
  sku.upcs["9.0 Regular"] = upc;

  // SIZE: 9.0 Wide
  upc = {
    id:             "883889399683",
    availability:   "Usually ships next business day",
    can_sell:       true,
    price:          "130.00",
	tab_size:    '9.0',
	tab_width:    'Wide',
    size:           "9.0 Wide"
  };
  sku.upcs["9.0 Wide"] = upc;

  // SIZE: 9.5 Regular
  upc = {
    id:             "883889399539",
    availability:   "Usually ships next business day",
    can_sell:       true,
    price:          "130.00",
	tab_size:    '9.5',
	tab_width:    'Regular',
    size:           "9.5 Regular"
  };
  sku.upcs["9.5 Regular"] = upc;

  // SIZE: 9.5 Wide
  upc = {
    id:             "883889399690",
    availability:   "Estimated to ship on 03/02/2010.  Call 1.800.431.1439 for more information.",
    can_sell:       true,
    price:          "130.00",
	tab_size:    '9.5',
	tab_width:    'Wide',
    size:           "9.5 Wide"
  };
  sku.upcs["9.5 Wide"] = upc;

  // SIZE: 10.0 Regular
  upc = {
    id:             "883889399386",
    availability:   "Usually ships next business day",
    can_sell:       true,
    price:          "130.00",
	tab_size:    '10.0',
	tab_width:    'Regular',
    size:           "10.0 Regular"
  };
  sku.upcs["10.0 Regular"] = upc;

  // SIZE: 10.0 Wide
  upc = {
    id:             "883889399546",
    availability:   "Usually ships next business day",
    can_sell:       true,
    price:          "130.00",
	tab_size:    '10.0',
	tab_width:    'Wide',
    size:           "10.0 Wide"
  };
  sku.upcs["10.0 Wide"] = upc;

  // SIZE: 10.5 Regular
  upc = {
    id:             "883889399393",
    availability:   "Usually ships next business day",
    can_sell:       true,
    price:          "130.00",
	tab_size:    '10.5',
	tab_width:    'Regular',
    size:           "10.5 Regular"
  };
  sku.upcs["10.5 Regular"] = upc;

  // SIZE: 10.5 Wide
  upc = {
    id:             "883889399553",
    availability:   "Usually ships next business day",
    can_sell:       true,
    price:          "130.00",
	tab_size:    '10.5',
	tab_width:    'Wide',
    size:           "10.5 Wide"
  };
  sku.upcs["10.5 Wide"] = upc;

  // SIZE: 11.0 Regular
  upc = {
    id:             "883889399409",
    availability:   "Usually ships next business day",
    can_sell:       true,
    price:          "130.00",
	tab_size:    '11.0',
	tab_width:    'Regular',
    size:           "11.0 Regular"
  };
  sku.upcs["11.0 Regular"] = upc;

  // SIZE: 11.0 Wide
  upc = {
    id:             "883889399560",
    availability:   "Usually ships next business day",
    can_sell:       true,
    price:          "130.00",
	tab_size:    '11.0',
	tab_width:    'Wide',
    size:           "11.0 Wide"
  };
  sku.upcs["11.0 Wide"] = upc;

  // SIZE: 11.5 Regular
  upc = {
    id:             "883889399416",
    availability:   "Estimated to ship on 03/02/2010.  Call 1.800.431.1439 for more information.",
    can_sell:       true,
    price:          "130.00",
	tab_size:    '11.5',
	tab_width:    'Regular',
    size:           "11.5 Regular"
  };
  sku.upcs["11.5 Regular"] = upc;

  // SIZE: 11.5 Wide
  upc = {
    id:             "883889399577",
    availability:   "Estimated to ship on 03/02/2010.  Call 1.800.431.1439 for more information.",
    can_sell:       true,
    price:          "130.00",
	tab_size:    '11.5',
	tab_width:    'Wide',
    size:           "11.5 Wide"
  };
  sku.upcs["11.5 Wide"] = upc;

  // SIZE: 12.0 Regular
  upc = {
    id:             "883889399423",
    availability:   "Estimated to ship on 03/02/2010.  Call 1.800.431.1439 for more information.",
    can_sell:       true,
    price:          "130.00",
	tab_size:    '12.0',
	tab_width:    'Regular',
    size:           "12.0 Regular"
  };
  sku.upcs["12.0 Regular"] = upc;

  // SIZE: 12.0 Wide
  upc = {
    id:             "883889399584",
    availability:   "Usually ships next business day",
    can_sell:       true,
    price:          "130.00",
	tab_size:    '12.0',
	tab_width:    'Wide',
    size:           "12.0 Wide"
  };
  sku.upcs["12.0 Wide"] = upc;

  // SIZE: 12.5 Regular
  upc = {
    id:             "883889399430",
    availability:   "Limited Availability. Call 1.800.431.1439 for more information, or <a href=\"/dealer\">find a store</a> near you.",
    can_sell:       false,
    price:          "130.00",
	tab_size:    '12.5',
	tab_width:    'Regular',
    size:           "12.5 Regular"
  };
  sku.upcs["12.5 Regular"] = upc;

  // SIZE: 12.5 Wide
  upc = {
    id:             "883889399591",
    availability:   "Limited Availability. Call 1.800.431.1439 for more information, or <a href=\"/dealer\">find a store</a> near you.",
    can_sell:       false,
    price:          "130.00",
	tab_size:    '12.5',
	tab_width:    'Wide',
    size:           "12.5 Wide"
  };
  sku.upcs["12.5 Wide"] = upc;

  // SIZE: 13.0 Regular
  upc = {
    id:             "883889399447",
    availability:   "Usually ships next business day",
    can_sell:       true,
    price:          "130.00",
	tab_size:    '13.0',
	tab_width:    'Regular',
    size:           "13.0 Regular"
  };
  sku.upcs["13.0 Regular"] = upc;

  // SIZE: 13.0 Wide
  upc = {
    id:             "883889399607",
    availability:   "Usually ships next business day",
    can_sell:       true,
    price:          "130.00",
	tab_size:    '13.0',
	tab_width:    'Wide',
    size:           "13.0 Wide"
  };
  sku.upcs["13.0 Wide"] = upc;

  // SIZE: 14.0 Regular
  upc = {
    id:             "883889399454",
    availability:   "Limited Availability. Call 1.800.431.1439 for more information, or <a href=\"/dealer\">find a store</a> near you.",
    can_sell:       false,
    price:          "130.00",
	tab_size:    '14.0',
	tab_width:    'Regular',
    size:           "14.0 Regular"
  };
  sku.upcs["14.0 Regular"] = upc;

  // SIZE: 14.0 Wide
  upc = {
    id:             "883889399614",
    availability:   "Limited Availability. Call 1.800.431.1439 for more information, or <a href=\"/dealer\">find a store</a> near you.",
    can_sell:       false,
    price:          "130.00",
	tab_size:    '14.0',
	tab_width:    'Wide',
    size:           "14.0 Wide"
  };
  sku.upcs["14.0 Wide"] = upc;

  sku.current_image_index = 0;
  sku.large_images.push("/a/cc/51/BAh7CGkKIgwyNjh4Mzg1aQtsKweRqgRKaQhpAjln.jpg");
  sku.lightbox_images.push("/a/ed/ff/BAh7CWkKIgo2MDB4MGkLbCsHkaoESmkHaQtpCGkCOWc.jpg?size=600x859");

  sku.large_images.push("/a/39/41/BAh7CGkKIgwyNjh4Mzg1aQtsKweRqgRKaQhpAk1n.jpg");
  sku.lightbox_images.push("/a/dd/4a/BAh7CWkKIgo2MDB4MGkLbCsHkaoESmkHaQtpCGkCTWc.jpg?size=600x860");

  sku.large_images.push("/a/62/a5/BAh7CGkKIgwyNjh4Mzg1aQtsKweRqgRKaQhpAl1n.jpg");
  sku.lightbox_images.push("/a/22/c0/BAh7CWkKIgo2MDB4MGkLbCsHkaoESmkHaQtpCGkCXWc.jpg?size=600x860");

  sku.large_images.push("/a/d6/ad/BAh7CGkKIgwyNjh4Mzg1aQtsKweRqgRKaQhpAm1n.jpg");
  sku.lightbox_images.push("/a/be/df/BAh7CWkKIgo2MDB4MGkLbCsHkaoESmkHaQtpCGkCbWc.jpg?size=600x858");

  sku.large_images.push("/a/a1/c3/BAh7CGkKIgwyNjh4Mzg1aQtsKweRqgRKaQhpAiKI.jpg");
  sku.lightbox_images.push("/a/c3/37/BAh7CWkKIgo2MDB4MGkLbCsHkaoESmkHaQtpCGkCIog.jpg?size=600x858");
