
var items = {};

items['bling'] = {
   'name' : "Classic Bling",
   'description' : '<img align="bottom" border="0" width="600" height="469" src="images/classic-bling-large.jpg" >' +
                   '<p>' +
                   'For that extra Bling! Custom Just in Case compacts ' +
                   'using only the finest Swarovski Crystals are now ' +
                   'available for special order! With two complimentary ' +
                   'condoms. Limited quantities - may take 2-4 weeks for ' +
                   'delivery.' +
                   '</p>',
   'optionName' : 'Color',
   'options' : ['Pink', 'Green', 'Metal', 'Gold', 'Red'],
   'price' : '199.00'
   }

items['justincaseII'] = {
   'name' : "Just in Case II",
   'description' : '<img align="bottom" border="0" width="600" height="509" src="images/justincaseII-large.jpg" >' +
                   '<p>' +
                   'Just In Case II<br>' +
                   'The little black compact to go with that little black dress. ' +
                   'Just In Case II holds two condoms with any size foil. ' +
                   'Two Lifestyle condoms are included with purchase. Widest points ' +
                   'are 2 6/8&Prime; x 2 6/8&Prime; - total depth is 6/8&Prime;.' +
                   '</p>',
   'optionName' : '',
   'options' : [],
   'price' : '16.95'
   }

items['metallic'] = {
   'name' : "Metallic Compacts",
   'description' : '<img align="bottom" border="0" width="600" height="450" src="images/metallic-compacts-large.jpg" >' +
                   '<div>' +
                   '<p>' +
                   'This very chic metallic compact will take you from daytime to ' +
                   'evening. Compacts are coated in sparkling clear acrylic. Compact ' +
                   'opens to a mirror, with a hidden compartment for condoms. ' +
                   '</p>' +
                   '<ul>' +
                   '<li> Measures 2 1/2&Prime; tall by 2 1/2&Prime; wide and 7/8&Prime; deep.</li> '+
                   '<li> Choose Goddess Gold and Mystic Metallic. </li>' +
                   '<li> Comes with a petal pink organza gift bag and two complimentary condoms.</li>' +
                   '</ul>' +
                   '<div>',
   'optionName' : 'Color',
   'options' : ['Goddess Gold', 'Mystic Metallic'],
   'price' : '24.95'
   }

items['pastel'] = {
   'name' : "Pastel Compacts",
   'description' : '<img align="bottom" border="0" width="600" height="450" src="images/pastel-compacts-large.jpg" >' +
                   '<div>' +
                   '<p>' +
                   'You will always feel confident and chic while carrying this discreet, '+
                   'beautiful compact. Each compact is coated in clear acrylic. Compact '+
                   'opens to a mirror, with a hidden compartment for condoms. ' +
                   '</p>' +
                   '<ul>' +
                   '<li> Measures 2 1/2&Prime; tall by 2 1/2&Prime; wide and 7/8&Prime; deep. </li>' +
                   '<li> Choose Petulant Pink or Luscious Lime. </li>' +
                   '<li> Comes with a petal pink organza gift bag and two complimentary condoms. </li>' +
                   '</ul>' +
                   '<div>',
   'optionName' : 'Color',
   'options' : ['Petulant Pink', 'Luscious Lime'],
   'price' : '24.95'
   }

/*
items['youthaids'] = {
   'name' : "YouthAIDS Red",
   'description' : '<img align="bottom" border="0" width="600" height="458" src="images/youthAIDS-red-large.jpg" >' +
                   '<p>' +
                   'Choose YouthAIDS Red, and 10% of your purchase will be donated directly to ' +
                   'YouthAIDS, a global initiative dedicated to the fight against AIDS. <br>' +
                   'This very chic ruby red compact will take you from daytime to evening. ' +
                   'Compacts are coated in sparkling clear acrylic. Compact opens to a mirror, ' +
                   'with a hidden compartment for condoms. Measures 2 1/2&Prime; tall by 2 1/2&Prime; wide ' +
                   'and 7/8&Prime; deep. Comes with a red organza gift bag and two complimentary condoms.' +
                   '</p>',
   'optionName' : '',
   'options' : [],
   'price' : '24.95'
   }
   */

items['rendezvousred'] = {
   'name' : "Rendez-Vous Red",
   'description' : '<img align="bottom" border="0" width="600" height="605" src="images/rendez-vous-red-large.jpg" >' +
                   '<div>' +
                   '<p>' +
                   'This very chic ruby red compact will take you from daytime to evening. Compacts are coated ' +
                   'in sparkling clear acrylic. Compact opens to a mirror, with a hidden compartment for condoms, ' +
                   'pills  etc.' +
                   '</p> ' +
                   '<ul> ' +
                   '<li>Measures 2 1/2" tall by 2 1/2" wide and 7/8"   deep. </li> ' +
                   '<li>Packaged in a clear acrylic Justine Case box. (condoms   not included)</li> ' +
                   '</ul> ' +
                   '<div>',
   'optionName' : '',
   'options' : [],
   'price' : '24.95'
   }

