var featuredImages = [   
'girls/featured/01.jpg',
'girls/featured/02.jpg',
'girls/featured/04.jpg',
'girls/featured/05.jpg',
'girls/featured/06.gif',
'girls/featured/08.gif',
'girls/featured/12.gif',
];

var thumbnailImages = [
'girls/thumbnails/01.jpg',
'girls/thumbnails/02.jpg',
'girls/thumbnails/04.jpg',
'girls/thumbnails/05.jpg',
'girls/thumbnails/06.gif',
'girls/thumbnails/08.gif',
'girls/thumbnails/12.gif',
];

var itemNames = [
'Pink Hamsa on Pink Bodysuit',
'Yalda (Girl) on Pink Bodysuit',
'Yalda (Girl) on a Pink T-shirt',
'Yalda (Girl) on a White Dress with Pink Flowers',
'Embellished Red Buba (doll) on Pink T-Shirt',
'White Shalom (peace) on Black T-Shirt',
'Blue Hamsa on a White T-shirt',

];

var itemDescriptions = [
'Hamsa: an ancient amulet that represents the hand of the creator for protection and good fortune.<br />Longsleeve envelope neck bodysuit<br />Made of 100 % ring spun interlock cotton for extra softness.',
'Shortsleeve envelope neck bodysuit with the Hebrew word Yalda which means girl.<br /><br />Made of 100% ring spun interlock cotton for extra softness.',
'Shortsleeve shirt with the Hebrew word Yalda which means girl.<br /><br />100% cotton.',
'Beautiful white dress with pink flowers on the sides.<br/><br/>Black print says: \"Yalda\" in Hebrew which means girl.<br/>100% cotton.',
'Buba is the Hebrew word for a doll. Embellished with lace skirt on her legs and a bow on her head.<br />100% cotton shirt',
'Shalom is a Hebrew word meaning peace, nothing missing, nothing broken, well-being, and complete, and used to mean hello and goodbye.<br />100% cotton shirt',
'Hamsa: an ancient amulet that represents the hand of the creator for protection and good fortune. <br /><br />Embellished with jewels.<br>100% cotton shirt.',
];

var itemPrices = [
'18',
'18',
'20',
'25',
'20',
'20',
'23',
];

var shirtSizeInput = [
['3-6 mos', '6-12 mos'],
['3-6 mos', '6-12 mos'],
['2T', '4T', 'Small (6-8)'],
['2T', '4T', 'Small (6-8)'],
['2T', '3T', '4T', 'Small (6-8)', 'Medium (10-12)'],
['2T', '4T', 'Small (6-8)', 'Medium (10-12)', 'Large (14-16)'],
['2T', '4T', 'Small (6-8)', 'Medium (10-12)', 'Large (14-16)'],
];

var buyItemNumber = [
'EK-GIRLS-01',
'EK-GIRLS-02',
'EK-GIRLS-04',
'EK-GIRLS-05',
'EK-GIRLS-06',
'EK-GIRLS-08',
'EK-GIRLS-12',
];

