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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  // SIZE: 14.0 Wide
  upc = {
    id:             "882893208820",
    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:          "185.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/9c/f2/BAh7CGkKIgwyNjh4Mzg1aQtsKwc2XYtJaQhpAr9j.jpg");
  sku.lightbox_images.push("/a/77/f7/BAh7CWkKIgo2MDB4MGkLbCsHNl2LSWkHaQtpCGkCv2M.jpg?size=600x860");

  sku.large_images.push("/a/d9/53/BAh7CGkKIgwyNjh4Mzg1aQtsKwefXYtJaQhpAuFj.jpg");
  sku.lightbox_images.push("/a/bd/5a/BAh7CWkKIgo2MDB4MGkLbCsHn12LSWkHaQtpCGkC4WM.jpg?size=600x860");

  sku.large_images.push("/a/00/28/BAh7CGkKIgwyNjh4Mzg1aQtsKwc1XotJaQhpAgNk.jpg");
  sku.lightbox_images.push("/a/a4/13/BAh7CWkKIgo2MDB4MGkLbCsHNV6LSWkHaQtpCGkCA2Q.jpg?size=600x858");

  sku.large_images.push("/a/17/f4/BAh7CGkKIgwyNjh4Mzg1aQtsKwfEXotJaQhpAhlk.jpg");
  sku.lightbox_images.push("/a/a5/22/BAh7CWkKIgo2MDB4MGkLbCsHxF6LSWkHaQtpCGkCGWQ.jpg?size=600x858");

  sku.large_images.push("/a/6f/3b/BAh7CGkKIgwyNjh4Mzg1aQtsKwerX4tJaQhpAjZk.jpg");
  sku.lightbox_images.push("/a/51/45/BAh7CWkKIgo2MDB4MGkLbCsHq1-LSWkHaQtpCGkCNmQ.jpg?size=600x857");
  // COLOR: Desert
  sku = {
    id:                   100917,
    color:                'Desert',
    number:               '11098-889',
    upcs:                 [],
    default_upc:          null,
    large_images:         [],
    lightbox_images:      [],
    current_image_index:  null
  };
  skus["100917"] = sku;


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  // SIZE: 14.0 Wide
  upc = {
    id:             "882893208622",
    availability:   "Usually ships next business day",
    can_sell:       true,
    price:          "185.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/af/be/BAh7CGkKIgwyNjh4Mzg1aQtsKwdUYYtJaQhpAltk.jpg");
  sku.lightbox_images.push("/a/4a/3f/BAh7CWkKIgo2MDB4MGkLbCsHVGGLSWkHaQtpCGkCW2Q.jpg?size=600x858");

  sku.large_images.push("/a/93/09/BAh7CGkKIgwyNjh4Mzg1aQtsKwfRYYtJaQhpAnxk.jpg");
  sku.lightbox_images.push("/a/62/cd/BAh7CWkKIgo2MDB4MGkLbCsH0WGLSWkHaQtpCGkCfGQ.jpg?size=600x860");

  sku.large_images.push("/a/38/69/BAh7CGkKIgwyNjh4Mzg1aQtsKwc6YotJaQhpApBk.jpg");
  sku.lightbox_images.push("/a/60/1f/BAh7CWkKIgo2MDB4MGkLbCsHOmKLSWkHaQtpCGkCkGQ.jpg?size=600x857");

  sku.large_images.push("/a/8e/3a/BAh7CGkKIgwyNjh4Mzg1aQtsKwemYotJaQhpAqBk.jpg");
  sku.lightbox_images.push("/a/25/00/BAh7CWkKIgo2MDB4MGkLbCsHpmKLSWkHaQtpCGkCoGQ.jpg?size=600x859");

  sku.large_images.push("/a/f6/ee/BAh7CGkKIgwyNjh4Mzg1aQtsKwfyOdJJaQhpAjKH.jpg");
  sku.lightbox_images.push("/a/ee/31/BAh7CWkKIgo2MDB4MGkLbCsH8jnSSWkHaQtpCGkCMoc.jpg?size=600x861");
