// ===================================
// Apparel Product Details
// ===================================
  // STYLE: S.I. ASSAULT BOOT&trade; 6 INCH
  style = {
    name:               'S.I. Assault Boot&Trade; 6 Inch',
    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:                   100921,
    color:                'Black',
    number:               '11096-001',
    upcs:                 [],
    default_upc:          null,
    large_images:         [],
    lightbox_images:      [],
    current_image_index:  null
  };
  skus["100921"] = sku;
  current_sku = sku;

  // SIZE: 6.0 Regular
  upc = {
    id:             "882893207663",
    availability:   "Usually ships next business day",
    can_sell:       true,
    price:          "175.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:             "882893208066",
    availability:   "Usually ships next business day",
    can_sell:       true,
    price:          "175.00",
	tab_size:    '6.0',
	tab_width:    'Wide',
    size:           "6.0 Wide"
  };
  sku.upcs["6.0 Wide"] = upc;

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  // SIZE: 14.0 Wide
  upc = {
    id:             "882893208028",
    availability:   "Usually ships next business day",
    can_sell:       true,
    price:          "175.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/d3/a3/BAh7CGkKIgwyNjh4Mzg1aQtsKwfjSYtJaQhpAgJj.jpg");
  sku.lightbox_images.push("/a/09/68/BAh7CWkKIgo2MDB4MGkLbCsH40mLSWkHaQtpCGkCAmM.jpg?size=600x858");

  sku.large_images.push("/a/45/fc/BAh7CGkKIgwyNjh4Mzg1aQtsKwdESotJaQhpAhJj.jpg");
  sku.lightbox_images.push("/a/1f/3d/BAh7CWkKIgo2MDB4MGkLbCsHREqLSWkHaQtpCGkCEmM.jpg?size=600x859");

  sku.large_images.push("/a/c4/cd/BAh7CGkKIgwyNjh4Mzg1aQtsKwevSotJaQhpAiJj.jpg");
  sku.lightbox_images.push("/a/a4/b3/BAh7CWkKIgo2MDB4MGkLbCsHr0qLSWkHaQtpCGkCImM.jpg?size=600x859");

  sku.large_images.push("/a/b3/a0/BAh7CGkKIgwyNjh4Mzg1aQtsKwdfTItJaQhpAjZj.jpg");
  sku.lightbox_images.push("/a/4a/42/BAh7CWkKIgo2MDB4MGkLbCsHX0yLSWkHaQtpCGkCNmM.jpg?size=600x858");

  sku.large_images.push("/a/21/8c/BAh7CGkKIgwyNjh4Mzg1aQtsKwenTItJaQhpAkZj.jpg");
  sku.lightbox_images.push("/a/4e/e4/BAh7CWkKIgo2MDB4MGkLbCsHp0yLSWkHaQtpCGkCRmM.jpg?size=600x860");
  // COLOR: Desert
  sku = {
    id:                   100922,
    color:                'Desert',
    number:               '11096-889',
    upcs:                 [],
    default_upc:          null,
    large_images:         [],
    lightbox_images:      [],
    current_image_index:  null
  };
  skus["100922"] = sku;


  // SIZE: 6.0 Regular
  upc = {
    id:             "882893207465",
    availability:   "Usually ships next business day",
    can_sell:       true,
    price:          "175.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:             "882893207861",
    availability:   "Usually ships next business day",
    can_sell:       true,
    price:          "175.00",
	tab_size:    '6.0',
	tab_width:    'Wide',
    size:           "6.0 Wide"
  };
  sku.upcs["6.0 Wide"] = upc;

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

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

  // SIZE: 7.0 Regular
  upc = {
    id:             "882893207489",
    availability:   "Estimated to ship on 12/03/2009.  Call 1.800.431.1439 for more information.",
    can_sell:       true,
    price:          "175.00",
	tab_size:    '7.0',
	tab_width:    'Regular',
    size:           "7.0 Regular"
  };
  sku.upcs["7.0 Regular"] = upc;

  // SIZE: 7.0 Wide
  upc = {
    id:             "882893207885",
    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:          "175.00",
	tab_size:    '7.0',
	tab_width:    'Wide',
    size:           "7.0 Wide"
  };
  sku.upcs["7.0 Wide"] = upc;

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

  // SIZE: 7.5 Wide
  upc = {
    id:             "882893207892",
    availability:   "Estimated to ship on 12/24/2009.  Call 1.800.431.1439 for more information.",
    can_sell:       true,
    price:          "175.00",
	tab_size:    '7.5',
	tab_width:    'Wide',
    size:           "7.5 Wide"
  };
  sku.upcs["7.5 Wide"] = upc;

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  // SIZE: 14.0 Wide
  upc = {
    id:             "882893207823",
    availability:   "Usually ships next business day",
    can_sell:       true,
    price:          "175.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/db/86/BAh7CGkKIgwyNjh4Mzg1aQtsKwe9JXpKaQhpAmJj.jpg");
  sku.lightbox_images.push("/a/51/4a/BAh7CWkKIgo2MDB4MGkLbCsHvSV6SmkHaQtpCGkCYmM.jpg?size=600x862");

  sku.large_images.push("/a/94/08/BAh7CGkKIgwyNjh4Mzg1aQtsKwe8JXpKaQhpAnJj.jpg");
  sku.lightbox_images.push("/a/6c/28/BAh7CWkKIgo2MDB4MGkLbCsHvCV6SmkHaQtpCGkCcmM.jpg?size=600x860");

  sku.large_images.push("/a/5f/f8/BAh7CGkKIgwyNjh4Mzg1aQtsKwe9JXpKaQhpAoJj.jpg");
  sku.lightbox_images.push("/a/5c/85/BAh7CWkKIgo2MDB4MGkLbCsHvSV6SmkHaQtpCGkCgmM.jpg?size=600x858");

  sku.large_images.push("/a/07/b1/BAh7CGkKIgwyNjh4Mzg1aQtsKwe9JXpKaQhpAo5j.jpg");
  sku.lightbox_images.push("/a/cc/51/BAh7CWkKIgo2MDB4MGkLbCsHvSV6SmkHaQtpCGkCjmM.jpg?size=600x860");

  sku.large_images.push("/a/7b/be/BAh7CGkKIgwyNjh4Mzg1aQtsKwe9JXpKaQhpApZj.jpg");
  sku.lightbox_images.push("/a/10/a1/BAh7CWkKIgo2MDB4MGkLbCsHvSV6SmkHaQtpCGkClmM.jpg?size=600x859");
