function makeItemEntry()
{
	 this.SKU = "";
	 this.Price = "";
	 this.Name = "";
	 this.Desc = "";
	 return this;
}

function makeArray(n) {
	this.length = n;
	for (var k = 1; k <= n; k++) {
		this[k] = "";
	}
	return this;
}

// intro thumbnail pics

var intro = new makeArray(4);
intro[1] = "E-0015";
intro[2] = "E-0015";
intro[3] = "N-0003";
intro[4] = "B-0000";

// earring thumbnail pics
var earringsMax = 57;
var earrings = new makeArray(earringsMax);
earrings[1] = "0015";
earrings[2] = "0018";
earrings[3] = "0040";
earrings[4] = "0049";
earrings[5] = "0051";
earrings[6] = "0051B";
earrings[7] = "0052";
earrings[8] = "0062";
earrings[9] = "0066";
earrings[10] = "0067";
earrings[11] = "0068";
earrings[12] = "0074";
earrings[13] = "0075";
earrings[14] = "0076";
earrings[15] = "0079";
earrings[16] = "0080";
earrings[17] = "0081";
earrings[18] = "0082";
earrings[19] = "0084";
earrings[20] = "0086";
earrings[21] = "0090";
earrings[22] = "0092";
earrings[23] = "0094";
earrings[24] = "0097";
earrings[25] = "0100";
earrings[26] = "0101";
earrings[27] = "0102";
earrings[28] = "0106";
earrings[29] = "0109";
earrings[30] = "0112";
earrings[31] = "0113";
earrings[32] = "0114";
earrings[33] = "0115";
earrings[34] = "0118";
earrings[35] = "0119";
earrings[36] = "0120";
earrings[37] = "0122";
earrings[38] = "0123";
earrings[39] = "0126";
earrings[40] = "0132";
earrings[41] = "0134";
earrings[42] = "0135";
earrings[43] = "0136";
earrings[44] = "0137";
earrings[45] = "0138";
earrings[46] = "0139";
earrings[47] = "0140";
earrings[48] = "0141";
earrings[49] = "0142";
earrings[50] = "0143";
earrings[51] = "0144";
earrings[52] = "0147";
earrings[53] = "0148";
earrings[54] = "0149";
earrings[55] = "0150";
earrings[56] = "0151";
earrings[57] = "0152";

// necklaces thumbnail pics
var necklacesMax = 47;
var necklaces = new makeArray(necklacesMax);

necklaces[1] = "0014";
necklaces[2] = "0015";
necklaces[3] = "0016";
necklaces[4] = "0017";
necklaces[5] = "0018";
necklaces[6] = "0020";
necklaces[7] = "0022";
necklaces[8] = "0023";
necklaces[9] = "0024";
necklaces[10] = "0026";
necklaces[11] = "0027";
necklaces[12] = "0028";
necklaces[13] = "0029";
necklaces[14] = "0030";
necklaces[15] = "0042";
necklaces[16] = "0048";
necklaces[17] = "0050";
necklaces[18] = "0052";
necklaces[19] = "0052B";
necklaces[20] = "0054";
necklaces[21] = "0055";
necklaces[22] = "0057";
necklaces[23] = "0059";
necklaces[24] = "0063";
necklaces[25] = "0065";
necklaces[26] = "0066";
necklaces[27] = "0069";
necklaces[28] = "0080";
necklaces[29] = "0081";
necklaces[30] = "0082";
necklaces[31] = "0083";
necklaces[32] = "0086";
necklaces[33] = "0089";
necklaces[34] = "0090";
necklaces[35] = "0091";
necklaces[36] = "0092";
necklaces[37] = "0093";
necklaces[38] = "0094";
necklaces[39] = "0095";
necklaces[40] = "0098";
necklaces[41] = "0106";
necklaces[43] = "0108";
necklaces[44] = "0109";
necklaces[45] = "0110";
necklaces[46] = "0111";
necklaces[47] = "0114";
//necklaces[1] = "0003";
//necklaces[2] = "0006";
//necklaces[3] = "0007";
//necklaces[4] = "0008";
//necklaces[6] = "0017";
//necklaces[7] = "0021";
//necklaces[8] = "0023";

// bracelets thumbnail pics
var braceletsMax = 16;
var bracelets = new makeArray(braceletsMax);
bracelets[1] = "0004";
bracelets[2] = "0005";
bracelets[3] = "0015";
bracelets[4] = "0015B";
bracelets[5] = "0016";
bracelets[6] = "0018";
bracelets[7] = "0019";
bracelets[8] = "0020";
bracelets[9] = "0032";
bracelets[10] = "0033";
bracelets[11] = "0035";
bracelets[12] = "0036";
bracelets[13] = "0039";
bracelets[14] = "0041";
bracelets[15] = "0042";
bracelets[16] = "0052";

// NEW gallery thumbnail pics
var galleryMax = 34;
var gallery = new makeArray(galleryMax);
gallery[1] = "0131N";
gallery[2] = "0133N";
gallery[3] = "0134N";
gallery[4] = "0135N";
gallery[5] = "0136N";
gallery[6] = "0139N";
gallery[7] = "0007B";
gallery[8] = "0017B";
gallery[9] = "0034B";
gallery[10] = "0040B";
gallery[11] = "0076N";
gallery[12] = "0074N";
gallery[13] = "0075N";
gallery[14] = "0119N";
gallery[15] = "0118N";
gallery[16] = "0116N";
gallery[17] = "0115N";
gallery[18] = "0120N";
gallery[19] = "0096N";
gallery[20] = "0097N";
gallery[21] = "0099N";
gallery[22] = "0100N";
gallery[23] = "0103N";
gallery[24] = "0101N";
gallery[25] = "0102N";
gallery[26] = "0104N";
gallery[27] = "0036E";
gallery[28] = "0124E";
gallery[29] = "0125E";
gallery[30] = "0127E";
gallery[31] = "0128E";
gallery[32] = "0129E";
gallery[33] = "0130E";
gallery[34] = "0131E";


// item names/price
var itemsMax = 202;
var itemList = new makeArray(itemsMax);
for (var i=1; i<itemsMax; i++) {itemList[i] = new makeItemEntry();}

itemList[1].SKU   = "E-0006";
itemList[1].Name  = "Melted Ice Earrings";
itemList[1].Desc  = "Large aqua quartz (glass) faceted nuggets dangle from chains and feature triple lengths of dripping chains. Sterling silver wires and chain. Approx. 2.5 long. ";
itemList[1].Price = "26.00";
itemList[1].Up1   = "None";
itemList[1].Up2   = "None";

itemList[2].SKU   = "E-0007";
itemList[2].Name  = "Frozen Hoop Earrings";
itemList[2].Desc  = "These lovely sterling silver earrings feature faceted aqua quartz beads dangling from within 1.25 hoops. Sterling silver wires. Approx. 2 long. ";
itemList[2].Price = "28.00";
itemList[2].Up1   = "None";
itemList[2].Up2   = "None";


itemList[3].SKU   = "E-0011";
itemList[3].Name  = "Bohemian Jade Earrings";
itemList[3].Desc  = "These fun earrings feature dark pink jade teardrops and candy jade beads hanging from chains dangling within sterling silver tear shaped hoops. Sterling silver wires and chains. Approx. 2 long. </i>";
itemList[3].Price = "28.00";
itemList[3].Up1   = "N-0041";
itemList[3].Up2   = "None";

itemList[4].SKU   = "E-0013";
itemList[4].Name  = "Bohemian Blue Earrings";
itemList[4].Desc  = "These fun earrings feature turquoise colored (dyed) howlite teardrops dangling within 14k gold-filled tear shaped hoops. 14k gold-filled wires and chains. Approx. 2 long. ";
itemList[4].Price = "32.00";
itemList[4].Up1   = "None";
itemList[4].Up2   = "None";

itemList[5].SKU   = "E-0015";
itemList[5].Name  = "Blue Berry Cluster Earrings";
itemList[5].Desc  = "Lovely cascades of blue rainbow quartz beads dangle from sterling silver ear wires. Sterling silver chain, wires and beads. Approx. 2 long.</i> ";
itemList[5].Price = "72.00";
itemList[5].Up1   = "N-0084";
itemList[5].Up2   = "None";

itemList[6].SKU   = "E-0016";
itemList[6].Name  = "White Bloom Earrings";
itemList[6].Desc  = "These earrings feature a dangling pearl flower with a jade center. Brushed sterling silver beads and pearls dangle from the flower. Sterlng silver beads and wire. Approx. 2 long. ";
itemList[6].Price = "34.00";
itemList[6].Up1   = "None";
itemList[6].Up2   = "None";


itemList[7].SKU   = "E-0018";
itemList[7].Name  = "Gold Target Earrings";
itemList[7].Desc  = "Golden targets of a faceted coin CZ beads dangle within double hoops of 14k gold-filled wire. Approx. 1.75 long. ";
itemList[7].Price = "24.00";
itemList[7].Up1   = "None";
itemList[7].Up2   = "None";


itemList[8].SKU   = "E-0028";
itemList[8].Name  = "Spring Rain Earrings";
itemList[8].Desc  = "These earrings feature faceted green quartz pillow beads that dangle from sterling ear wires adorned with a triad of green Swarovskiฎ crystals and freshwater coin pearls. Approx. 2.5 long.</i>";
itemList[8].Price = "50.00";
itemList[8].Up1   = "N-0002";
itemList[8].Up2   = "None";



itemList[9].SKU   = "E-0039";
itemList[9].Name  = "Margarita Earrings";
itemList[9].Desc  = "Easy to wear, these earrings feature faceted green quartz beads topped off with sterling silver Bali style caps. Genuine Swarovskiฎ crystal and sterling silver wires. Approx. 1 1/4 long. ";
itemList[9].Price = "20.00";
itemList[9].Up1   = "None";
itemList[9].Up2   = "None";


itemList[10].SKU   = "E-0040";
itemList[10].Name  = "Stefania Earrings";
itemList[10].Desc  = "Large faceted aqua quartz (synth) beads are topped off with gorgeous sterling silver Bali style caps. Genuine Swarovskiฎ crystal, sterling silver beads and wires. Approx. 2 long.";
itemList[10].Price = "34.00";
itemList[10].Up1   = "N-0016";
itemList[10].Up2   = "None";


itemList[11].SKU   = "E-0049";
itemList[11].Name  = "Midnight Blue Earrings";
itemList[11].Desc  = "These lovely earrings feature dangles of labradorite, and kynite teardrops dangling on sterling silver brushed hoops which hang from a sterling silver wires. Approx. 2 long.";
itemList[11].Price = "38.00";
itemList[11].Up1   = "N-0030";
itemList[11].Up2   = "None";


itemList[12].SKU   = "E-0051";
itemList[12].Name  = "Easy Elegance Turquoise Earrings";
itemList[12].Desc  = "These earrings feature abalone beads accented with antiqued sterling silver wire wrapped frames and turquoise teardrop dangles hanging from sterling silver ear wires. Approx. 2 long.";
itemList[12].Price = "62.00";
itemList[12].Up1   = "N-0018";
itemList[12].Up2   = "None";


itemList[13].SKU   = "E-0051B";
itemList[13].Name  = "Antiqued Turquoise Earrings";
itemList[13].Desc  = "These earrings feature abalone beads accented with antiqued sterling silver wire wrapped frames and teardrop turquoise dangles hanging from sterling silver wires. Approx. 2 long. ";
itemList[13].Price = "42.00";
itemList[13].Up1   = "None";
itemList[13].Up2   = "None";


itemList[14].SKU   = "E-0052";
itemList[14].Name  = "The Natural Earrings";
itemList[14].Desc  = "Clean and simple, these earrings feature fresh water pearls enhanced by antiqued wire wrapped frames with coin pearl dangles. Sterling silver wires. Approx. 2 long.";
itemList[14].Price = "62.00";
itemList[14].Up1   = "N-0098";
itemList[14].Up2   = "None";


itemList[15].SKU   = "E-0060";
itemList[15].Name  = "Wine Berry Earrings";
itemList[15].Desc  = "These earrings feature large merlot colored quartz (synth) roundels, Swarovskiฎ crystal and sterling silver Bali style beads dangling from sterling silver wires. Approx. 1.5 long.";
itemList[15].Price = "20.00";
itemList[15].Up1   = "N-0052";
itemList[15].Up2   = "None";


itemList[16].SKU   = "E-0062";
itemList[16].Name  = "Midnight Moon Earrings";
itemList[16].Desc  = "These earrings feature faceted onyx teardrop beads dangling from decorative oval links and adorned with tiny rainbow moonstone teardrop beads. Approx 2 long. ";
itemList[16].Price = "24.00";
itemList[16].Up1   = "None";
itemList[16].Up2   = "None";


itemList[17].SKU   = "E-0066";
itemList[17].Name  = "Lavender Lace (Silver) Earrings";
itemList[17].Desc  = "These earrings feature hand-turned sterling silver filigree hoops. Four faceted amethyst tear drop beads dangle from each hoop with a larger faceted heart cut amethyst in the center. Approx. 1 3/4 long. ";
itemList[17].Price = "48.00";
itemList[17].Up1   = "None";
itemList[17].Up2   = "None";


itemList[18].SKU   = "E-0067";
itemList[18].Name  = "Lavender Lace (Gold) Earrings";
itemList[18].Desc  = "These earrings feature hand-turned 14k gold-filled filigree hoops. Four faceted amethyst tear drop beads dangle from each hoop with a larger faceted heart cut amethyst in the center. Approx. 1 3/4 long. ";
itemList[18].Price = "54.00";
itemList[18].Up1   = "None";
itemList[18].Up2   = "None";


itemList[19].SKU   = "E-0068";
itemList[19].Name  = "Shooting Star Earrings";
itemList[19].Desc  = "A triad of yellow and orange stone stars dangle from 14k gold-filled chains hanging within 14k gold-filled wire hoops. Approx. 1.75 long. ";
itemList[19].Price = "26.00";
itemList[19].Up1   = "None";
itemList[19].Up2   = "None";


itemList[20].SKU   = "E-0070";
itemList[20].Name  = "Lavender Essence Earrings";
itemList[20].Desc  = "Large faceted amethyst marquise beads are adorned with dark and light amethyst teardrops dangling from a sterling silver wire wrapped frame. Approx. 2 long. ";
itemList[20].Price = "150.00";
itemList[20].Up1   = "None";
itemList[20].Up2   = "None";


itemList[21].SKU   = "E-0074";
itemList[21].Name  = "Rose Garden Earrings";
itemList[21].Desc  = "Large faceted rose quartz marquise beads are adorned with pink sapphires and pink tourmaline teardrops dangling from a 14k gold-filled wire wrapped frame. Approx 2 long. ";
itemList[21].Price = "108.00";
itemList[21].Up1   = "None";
itemList[21].Up2   = "None";


itemList[22].SKU   = "E-0075";
itemList[22].Name  = "Blue Sky Earrings";
itemList[22].Desc  = "Faceted quality blue topaz teardrops dangle from sterling silver frames wrapped with white topaz beads. Sterling silver wires. Approx. 1 1/2 long. ";
itemList[22].Price = "64.00";
itemList[22].Up1   = "None";
itemList[22].Up2   = "None";


itemList[23].SKU   = "E-0076";
itemList[23].Name  = "Strawberry Shortcake Earrings";
itemList[23].Desc  = "Delicate pink tourmaline beads are wrapped with 14k gold-filled wire onto a diamond shaped frame. Ten pink tourmaline teardrop beads dangle from the hand-wrapped frames. 14k gold-filled wires. Approx. 1 3/4 long.";
itemList[23].Price = "88.00";
itemList[23].Up1   = "None";
itemList[23].Up2   = "None";


itemList[24].SKU   = "E-0078";
itemList[24].Name  = "Pink Fire Earrings";
itemList[24].Desc  = "Bright and fun these earrings feature hot pink (dyed) quartz roundels, genuine Swarovskiฎ crystal beads and channel set CZ and sterling silver spacers that dangle from sterling silver ear wires. Approx 1 1/2 long.";
itemList[24].Price = "24.00";
itemList[24].Up1   = "N-0053";
itemList[24].Up2   = "None";


itemList[25].SKU   = "E-0079";
itemList[25].Name  = "Amethyst Chandelier Earrings";
itemList[25].Desc  = "Sterling silver chandelier earrings feature 14 delicate faceted amethyst teardrop and roundel beads. Approx 1 3/4 long. ";
itemList[25].Price = "64.00";
itemList[25].Up1   = "None";
itemList[25].Up2   = "None";


itemList[26].SKU   = "E-0080";
itemList[26].Name  = "Lavender Essence Gold Earrings";
itemList[26].Desc  = "Large faceted amethyst marquise beads are adorned with dark and light amethyst drops dangling from a 14k gold-filled wire wrapped frame. Approx. 2 long. ";
itemList[26].Price = "90.00";
itemList[26].Up1   = "None";
itemList[26].Up2   = "None";


itemList[27].SKU   = "E-0081";
itemList[27].Name  = "Forget Me Not Earrings";
itemList[27].Desc  = "Quality large faceted teardrops & small roundel amethyst beads dangle from 14k gold-filled chains and wires. Approx. 1 3/4 long.";
itemList[27].Price = "90.00";
itemList[27].Up1   = "N-0089";
itemList[27].Up2   = "None";


itemList[28].SKU   = "E-0082";
itemList[28].Name  = "CZ Ice Earrings";
itemList[28].Desc  = "Beautifully faceted clear CZ teardrop beads dangle from a delicately wire wrapped sterling silver hoops. Sterling silver ear wires. Approx. 2 long. ";
itemList[28].Price = "42.00";
itemList[28].Up1   = "None";
itemList[28].Up2   = "None";


itemList[29].SKU   = "E-0084";
itemList[29].Name  = "Midnight Bloom Earrings";
itemList[29].Desc  = "Long faceted onyx teardrop beads dangle from Swarovskiฎ crystal and sterling flowers. Sterling silver beads and wires. Approx. 2 1/4 long. ";
itemList[29].Price = "40.00";
itemList[29].Up1   = "None";
itemList[29].Up2   = "None";


itemList[30].SKU   = "E-0086";
itemList[30].Name  = "Golden Shade Earrings";
itemList[30].Desc  = "Large faceted heart cut citrine beads dangle from 14k gold-filled hammered oval hoops. 14k gold-filled wires. Approx. 1 3/4 long.";
itemList[30].Price = "60.00";
itemList[30].Up1   = "None";
itemList[30].Up2   = "None";


itemList[31].SKU   = "E-0090";
itemList[31].Name  = "Nouveau Rich Earrings";
itemList[31].Desc  = "Large amethyst drops dangle from 14K gold-filled hammered ovals. 14K gold-filled wires. Approx. 1 1/2 long.";
itemList[31].Price = "60.00";
itemList[31].Up1   = "N-0063";
itemList[31].Up2   = "None";


itemList[32].SKU   = "E-0092";
itemList[32].Name  = "Neapolitan Chandelier Earrings";
itemList[32].Desc  = "Faceted rose quartz teardrops, smokey quartz and Swarovskiฎ crystal beads dangle from antiqued sterling silver filigree earrings. Sterling silver wires. Approx. 2 1/4 long.";
itemList[32].Price = "46.00";
itemList[32].Up1   = "N-0057";
itemList[32].Up2   = "B-0038";


itemList[33].SKU   = "E-0094";
itemList[33].Name  = "Jade Berry Earrings";
itemList[33].Desc  = "These earrings feature large jade beads and freshwater button pearls linked together with 14k gold-filled wires and chain. Approx. 2 long. ";
itemList[33].Price = "26.00";
itemList[33].Up1   = "None";
itemList[33].Up2   = "None";


itemList[34].SKU   = "E-0097";
itemList[34].Name  = "Blue Mist Earrings";
itemList[34].Desc  = "Delicate aquamarine beads are wrapped with 14k gold-filled wire onto diamond shaped frames. Ten faceted aquamarine teardrops dangle from these wonderful chandelier earrings. Approx. 2 long. ";
itemList[34].Price = "90.00";
itemList[34].Up1   = "None";
itemList[34].Up2   = "None";


itemList[35].SKU   = "E-0100";
itemList[35].Name  = "Pink Lace Earrings";
itemList[35].Desc  = "These earrings feature large faceted rose quartz teardrops dangling from 14k gold-filled rope links and freshwater button pearls. 14k gold-filled wires. Approx, 2 long.";
itemList[35].Price = "50.00";
itemList[35].Up1   = "N-0080";
itemList[35].Up2   = "None";


itemList[36].SKU   = "E-0101";
itemList[36].Name  = "Lemon Zest Earrings";
itemList[36].Desc  = "These earrings feature faceted citrine, blue topaz and pink amethyst beads hanging from large 14k gold-filled oval links. Approx. 2 3/4 long.";
itemList[36].Price = "72.00";
itemList[36].Up1   = "N-0081";
itemList[36].Up2   = "None";


itemList[37].SKU   = "E-0102";
itemList[37].Name  = "Mermaid Earrings";
itemList[37].Desc  = "Large faceted blue quartz (synth) beads accented with oxidized silver spirals & dangling freshwater coin pearls hang from sterling silver ear wires. Approx. 2 1/4 long.";
itemList[37].Price = "40.00";
itemList[37].Up1   = "N-0082";
itemList[37].Up2   = "B-0032";


itemList[38].SKU   = "E-0103";
itemList[38].Name  = "Mediterranean Breeze (Blue) Earrings";
itemList[38].Desc  = "Beautiful sterling silver textured oval hoops are adorned with baroque style pearlized shell & faceted aqua quartz (synth) beads. Sterling silver chains and wires. Approx. 2 long.";
itemList[38].Price = "22.00";
itemList[38].Up1   = "B-0032";
itemList[38].Up2   = "None";


itemList[39].SKU   = "E-0104";
itemList[39].Name  = "Mediterranean Breeze (Purple) Earrings";
itemList[39].Desc  = "Beautiful sterling silver textured oval hoops are adorned with baroque style pearlized shell & faceted lavender quartz (synth) beads. Sterling silver chains and wires. Approx. 2 long. ";
itemList[39].Price = "22.00";
itemList[39].Up1   = "None";
itemList[39].Up2   = "None";


itemList[40].SKU   = "E-0105";
itemList[40].Name  = "Mediterranean Breeze (Orange) Earrings";
itemList[40].Desc  = "Beautiful sterling silver textured oval hoops are adorned with baroque style pearlized shell & faceted citrine quartz (synth) beads. Sterling silver chains and wires. Approx. 2 long. ";
itemList[40].Price = "22.00";
itemList[40].Up1   = "None";
itemList[40].Up2   = "None";


itemList[41].SKU   = "E-0106";
itemList[41].Name  = "Labradorite Lamp Earrings";
itemList[41].Desc  = "Light up your look with these labradorite earrings! Lovely labradorite teardrop beads are adorned with sterling silver Bali style caps. Sterling silver beads and wires. Approx. 1 1/2 long. ";
itemList[41].Price = "24.00";
itemList[41].Up1   = "None";
itemList[41].Up2   = "None";


itemList[42].SKU   = "E-0107";
itemList[42].Name  = "Moons of Mars Earrings";
itemList[42].Desc  = "These wonderful earrings feature fire agate beads topped off with beautiful sterling silver Bali style caps. Mookite beads and sterling silver ear wires complete the look. Approx. 1 long.";
itemList[42].Price = "20.00";
itemList[42].Up1   = "N-0086";
itemList[42].Up2   = "None";


itemList[43].SKU   = "E-0108";
itemList[43].Name  = "Burning Desire Earrings";
itemList[43].Desc  = "These bright and feminine earrings feature fire agate beads accented with sterling silver flower charms and freshwater coin pearls. Sterling silver beads and wires. Approx. 2 long.";
itemList[43].Price = "30.00";
itemList[43].Up1   = "N-0087";
itemList[43].Up2   = "B-0033";


itemList[44].SKU   = "E-0109";
itemList[44].Name  = "Sunset Earrings";
itemList[44].Desc  = "Welcome the evening with a touch of sun and night sky. These earrings feature large labradorite heart cut teardrops that dangle from oxidized sterling silver oval links. Inside each oval hangs a beautiful carnelian teardrop. Sterling silver wires. Approx. 2 long.";
itemList[44].Price = "50.00";
itemList[44].Up1   = "N-0085";
itemList[44].Up2   = "B-0033";


itemList[45].SKU   = "E-0111";
itemList[45].Name  = "Turquoise Treasure Earrings";
itemList[45].Desc  = "Easy to wear, these earrings feature faceted turquoise beads topped off with sterling silver Bali style caps. Genuine Swarovskiฎ crystal and sterling silver wires. Approx. 1 1/2 long. ";
itemList[45].Price = "20.00";
itemList[45].Up1   = "None";
itemList[45].Up2   = "None";


itemList[46].SKU   = "E-0112";
itemList[46].Name  = "Morning Glory  Earrings";
itemList[46].Desc  = "Delicate amethyst beads are wrapped with fine sterling silver wire onto sterling silver diamond shaped frames. Ten beautiful amethyst tear drops dangle from these gorgeous chandeliers. Approx. 1 3/4 long.";
itemList[46].Price = "76.00";
itemList[46].Up1   = "N-0090";
itemList[46].Up2   = "None";


itemList[47].SKU   = "E-0113";
itemList[47].Name  = "Violet Vibes Earrings";
itemList[47].Desc  = "These fun earrings feature modern heart cut amethyst teardrop beads dangling from sterling hoops. Sterling wires. Approx. 2 long.";
itemList[47].Price = "54.00";
itemList[47].Up1   = "N-0091";
itemList[47].Up2   = "None";


itemList[48].SKU   = "E-0114";
itemList[48].Name  = "Vanilla Sky Earrings";
itemList[48].Desc  = "These bright earrings feature heart cut lemon quartz teardrop beads dangling from large sterling silver hoops. Inside the ring hangs quality London blue topaz teardrops. Sterling wires. Approx. 1.75 long.";
itemList[48].Price = "64.00";
itemList[48].Up1   = "N-0092";
itemList[48].Up2   = "B-0035";


itemList[49].SKU   = "E-0115";
itemList[49].Name  = "Byzantine Dream Earrings";
itemList[49].Desc  = "These fabulous earrings features 18k vermeil beads, gold-filled wires and faceted heart cut chalcedony teardrops. Approx. 2 long.";
itemList[49].Price = "38.00";
itemList[49].Up1   = "N-0093";
itemList[49].Up2   = "B-0036";


itemList[50].SKU   = "E-0116";
itemList[50].Name  = "Golden Ray Earrings";
itemList[50].Desc  = "These fabulous earrings feature 14k gold-filled capped yellow teardrops and gold colored freshwater pearls. 14k gold-filled wires. Approx. 2 long.";
itemList[50].Price = "24.00";
itemList[50].Up1   = "None";
itemList[50].Up2   = "None";


itemList[51].SKU   = "E-0118";
itemList[51].Name  = "Pink Rain Earrings";
itemList[51].Desc  = "These cute earrings feature pink chalcedony teardrop, freshwater button pearls, and 14k gold-filled rope links. 14k gold-filled wires. Approx. 2 long.";
itemList[51].Price = "32.00";
itemList[51].Up1   = "N-0094";
itemList[51].Up2   = "B-0039";


itemList[52].SKU   = "E-0119";
itemList[52].Name  = "Rose Quartz Berry Earrings";
itemList[52].Desc  = "These earrings feature rose quartz beads and freshwater button pearls linked by 14k gold-filled links. 14k gold-filled chain, beads and wires. Approx. 2 long. ";
itemList[52].Price = "24.00";
itemList[52].Up1   = "None";
itemList[52].Up2   = "None";


itemList[53].SKU   = "E-0120";
itemList[53].Name  = "Icicle Earrings";
itemList[53].Desc  = "These earrings feature delicate topaz beads wrapped with fine sterling silver wire onto sterling silver diamond shaped frames. Ten sky blue topaz teardrop beads dangle from the hand wrapped frames. Sterling silver wires. Approx. 1 3/4 long. ";
itemList[53].Price = "150.00";
itemList[53].Up1   = "None";
itemList[53].Up2   = "None";


itemList[54].SKU   = "E-0121";
itemList[54].Name  = "Vertical Horizon Earrings";
itemList[54].Desc  = "These Southwest inspired earrings feature sterling silver textured links, wires, & beads, faceted turquoise beads, and goldstone dangles. Approx. 2.75 long. ";
itemList[54].Price = "30.00";
itemList[54].Up1   = "None";
itemList[54].Up2   = "None";


itemList[55].SKU   = "E-0122";
itemList[55].Name  = "Red Hot and Blue Earrings";
itemList[55].Desc  = "These earrings feature sterling silver wire wrapped frames, faceted turquoise, faceted red coral and turquoise teardrop beads. Sterling silver ear wires. Approx. 2 long.";
itemList[55].Price = "75.00";
itemList[55].Up1   = "N-0095";
itemList[55].Up2   = "B-0041";


itemList[56].SKU   = "E-0123";
itemList[56].Name  = "Desert Sun Earrings";
itemList[56].Desc  = "These earrings feature hammered coins each with three dangling clusters of turquoise chips and sunstone tear drop beads.  Approx. 2 long. ";
itemList[56].Price = "50.00";
itemList[56].Up1   = "None";
itemList[56].Up2   = "None";


itemList[57].SKU   = "E-0126";
itemList[57].Name  = "Spring Lavender Earrings";
itemList[57].Desc  = "These lovely earrings feature a lavender cubic zirconium teardrop beads nestled in sterling silver wire wrapped frames. Six large peridot teardrops dangle from the wrapped frame. Approx. 1.75 long.";
itemList[57].Price = "74.00";
itemList[57].Up1   = "None";
itemList[57].Up2   = "None";


itemList[58].SKU   = "E-0132";
itemList[58].Name  = "Gold Rush Earrings";
itemList[58].Desc  = "Faceted gold foil glass beads dangle from a chain of linked 18k gold plated vermeil beads and 14k gold-filled wire. Approx. 2.25 long.";
itemList[58].Price = "40.00";
itemList[58].Up1   = "N-0022";
itemList[58].Up2   = "None";


itemList[59].SKU   = "E-0134";
itemList[59].Name  = "Le Tigre Earrings";
itemList[59].Desc  = "These earrings feature wonderful 1 square gold colored shell beads dangling from 14k gold-filled square frames. 14k gold-filled wires. Approx. 2.5 long.";
itemList[59].Price = "32.00";
itemList[59].Up1   = "B-0015B";
itemList[59].Up2   = "None";


itemList[60].SKU   = "E-0135";
itemList[60].Name  = "Safari Adventure Earrings";
itemList[60].Desc  = "These earrings feature 1 round sterling silver frames and variegated jasper beads dangling within the spheres. Sterling silver wires and beads. Approx. 2 long.";
itemList[60].Price = "24.00";
itemList[60].Up1   = "B-0016";
itemList[60].Up2   = "N-0024";


itemList[61].SKU   = "E-0136";
itemList[61].Name  = "Brown Eyed Susan Earrings";
itemList[61].Desc  = "Large silver leaf beads dangle from a strand of smoky quartz roundels and sterling silver beads. Sterling silver beads, wire, and chain. Approx. 2.5 long.";
itemList[61].Price = "26.00";
itemList[61].Up1   = "N-0025";
itemList[61].Up2   = "None";


itemList[62].SKU   = "E-0137";
itemList[62].Name  = "Summer Day Dangles";
itemList[62].Desc  = "These lovely pendulum earrings feature green aventurine tube beads, sunstone roundels and teardrops. Sterling silver beads and wires. Approx. 2 long.";
itemList[62].Price = "26.00";
itemList[62].Up1   = "N-0026";
itemList[62].Up2   = "None";


itemList[63].SKU   = "E-0138";
itemList[63].Name  = "Forest Foliage Earrings";
itemList[63].Desc  = "Large snakeskin jasper beads dangle from a strand of green aventurine tubes, sunstone roundels and sterling silver beads. Sterling silver beads, chain and wires. Approx. 2.5 long.";
itemList[63].Price = "26.00";
itemList[63].Up1   = "N-0027";
itemList[63].Up2   = "None";


itemList[64].SKU   = "E-0139";
itemList[64].Name  = "Cranberry Cool Earrings";
itemList[64].Desc  = "These pendulum earrings feature strands of faceted garnet, Botswana, ruby kiwi jasper (dyed) and sterling silver beads. Sterling silver wires. Approx. 2 long.";
itemList[64].Price = "20.00";
itemList[64].Up1   = "N-0028";
itemList[64].Up2   = "None";


itemList[65].SKU   = "E-0140";
itemList[65].Name  = "Liquid Turquoise Earrings";
itemList[65].Desc  = "Large faceted turquoise beads hang from a strand of sterling silver mini-nugget and liquid silver beads. Sterling silver wires and beads . Approx. 2 long.";
itemList[65].Price = "20.00";
itemList[65].Up1   = "N-0029";
itemList[65].Up2   = "None";


itemList[66].SKU   = "E-0141";
itemList[66].Name  = "Hammered and Blue Earrings";
itemList[66].Desc  = "Large faceted chrisacola teardrop beads dangle from sterling silver hammered links. Sterling silver wires and beads . Approx. 1.5 long. ";
itemList[66].Price = "20.00";
itemList[66].Up1   = "None";
itemList[66].Up2   = "None";


itemList[67].SKU   = "E-0142";
itemList[67].Name  = "Golden Mist Earrings";
itemList[67].Desc  = "These earrings feature smoky quartz faceted rice briolettes wrapped in a 14k gold-filled frame. Dangling from the earrings are darker smoky quartz teardrop beads. ";
itemList[67].Price = "64.00";
itemList[67].Up1   = "None";
itemList[67].Up2   = "None";


itemList[68].SKU   = "E-0143";
itemList[68].Name  = "Haze Earrings";
itemList[68].Desc  = "These earrings feature faceted grey moonstone teardrops dangling from sterling silver filigree earrings with Swarovskiฎ crystal accents. Sterling silver wires and beads. Approx. 1.75 long. ";
itemList[68].Price = "16.00";
itemList[68].Up1   = "None";
itemList[68].Up2   = "None";


itemList[69].SKU   = "E-0144";
itemList[69].Name  = "Hammered and Black Earrings";
itemList[69].Desc  = "Large faceted onyx teardrop beads dangle from sterling silver hammered links. Sterling silver wires and beads. Approx. 1.5 long. ";
itemList[69].Price = "20.00";
itemList[69].Up1   = "B-0043";
itemList[69].Up2   = "N-0061";


itemList[70].SKU   = "E-0145";
itemList[70].Name  = "Smoke On The Water Earrings";
itemList[70].Desc  = "These delicate earrings feature heart cut faceted labradorite teardrop beads dangling inside sterling silver hoops. Sterling silver wires.";
itemList[70].Price = "22.00";
itemList[70].Up1   = "N-0043";
itemList[70].Up2   = "None";


itemList[71].SKU   = "E-0146";
itemList[71].Name  = "Iced Earrings";
itemList[71].Desc  = "These earrings feature heart cut tourmalinated quartz teardrop beads dangling inside sterling silver hammered hoops. Sterling silver wires and chain.";
itemList[71].Price = "30.00";
itemList[71].Up1   = "N-0062";
itemList[71].Up2   = "None";


itemList[72].SKU   = "E-0147";
itemList[72].Name  = "Caliente! Earrings";
itemList[72].Desc  = "A triad of chilli colored garnet teardrop beads dangle from hammered 14k gold-filled links. 14k gold-filled wires and chain. Approx. 1.75 long.";
itemList[72].Price = "40.00";
itemList[72].Up1   = "N-0106";
itemList[72].Up2   = "None";


itemList[73].SKU   = "E-0148";
itemList[73].Name  = "Date Night Earrings";
itemList[73].Desc  = "These earrings feature long faceted onyx tear drop beads enhanced with 14k gold-filled caps, beads and wires. Approx. 2 long. ";
itemList[73].Price = "34.00";
itemList[73].Up1   = "None";
itemList[73].Up2   = "None";


itemList[74].SKU   = "E-0149";
itemList[74].Name  = "Get Hammered Earrings";
itemList[74].Desc  = "These earrings feature long faceted onyx teardrop beads capped with sterling silver cones, onyx beads and dangling from sterling silver hammered links. Sterling silver wires, beads and chain.";
itemList[74].Price = "28.00";
itemList[74].Up1   = "N-0061";
itemList[74].Up2   = "B-0043";


itemList[75].SKU   = "E-0150";
itemList[75].Name  = "Coral Stiletto Earrings";
itemList[75].Desc  = "These stunning earrings feature strands of sterling silver Bali style beads, faceted garnet nuggets and red coral beads. Sterling silver beads and wires. Approx. 2 long.";
itemList[75].Price = "20.00";
itemList[75].Up1   = "B-0052";
itemList[75].Up2   = "N-0108";


itemList[76].SKU   = "E-0151";
itemList[76].Name  = "Red Ceramic Stiletto Earrings";
itemList[76].Desc  = "These earrings feature a strand of faceted red coral, red crystal, red ceramic and sterling silver beads. Sterling silver wires and beads. Approx. 2 long.";
itemList[76].Price = "16.00";
itemList[76].Up1   = "N-0109";
itemList[76].Up2   = "None";


itemList[77].SKU   = "E-0152";
itemList[77].Name  = "Heirloom Crystal Earrings";
itemList[77].Desc  = "These earrings feature large Bali style sterling silver beads dangling from a strand of faceted crystal (glass) and sterling silver beads, Approx. 2 long.";
itemList[77].Price = "20.00";
itemList[77].Up1   = "N-0111";
itemList[77].Up2   = "None";


itemList[78].SKU   = "N-0001"; 
itemList[78].Name  = "Bead Tweed Blue Torsade Necklace";
itemList[78].Desc  = "This luscious necklace features a 2.5 removable shell pendant hanging from an 8 strand torsade necklace. Freshwater pearls, Swarovskiฎ crystal, Czech glass beads, and much more. Sterling silver closure chain and accents. Adustable 16-18 length.";
itemList[78].Price = "SOLD";
itemList[78].Up1   = "None";
itemList[78].Up2   = "None";


itemList[79].SKU   = "N-0002"; 
itemList[79].Name  = "Bead Tweed Green Torsade Necklace";
itemList[79].Desc  = "This luscious necklace features a 1.75 removable shell pendant hanging from an 8 strand torsade necklace. Freshwater pearls, Swarovskiฎ crystal, Czech glass bead, and much more! Sterling silver closure, chain and accents. Adjustable 16  18 length.";
itemList[79].Price = "120";
itemList[79].Up1   = "None";
itemList[79].Up2   = "None";


itemList[80].SKU   = "N-0014"; 
itemList[80].Name  = "Victorian Treasure Necklace (Short)";
itemList[80].Desc  = "This necklace features a penny sized abalone and sterling silver wire wrapped pendant with antiqued filigree accents. Pendant hangs from an antiqued sterling silver and Swarovskiฎ crystal beaded chain. Adjustable 16-18 length.";
itemList[80].Price = "60";
itemList[80].Up1   = "N-0015";
itemList[80].Up2   = "None";


itemList[81].SKU   = "N-0015"; 
itemList[81].Name  = "Victorian Sea Treasure Necklace (Long)";
itemList[81].Desc  = "This necklace features a nickel sized abalone and sterling silver wire wrapped pendant with antiqued filigree accents. Pendant hangs from an antiqued sterling silver and Swarovskiฎ crystal beaded chain.  Adjustable 18-21 long.";
itemList[81].Price = "74.00";
itemList[81].Up1   = "N-0014";
itemList[81].Up2   = "None";


itemList[82].SKU   = "N-0016"; 
itemList[82].Name  = "Waterfall Necklace";
itemList[82].Desc  = "Faceted nugget aqua quartz, japanese glass pearl and sterling silver beads gives this necklace a chunky yet, airy quality. Sterling silver beads, chain and closure. Adjustable 17''-19'' length";
itemList[82].Price = "54.00";
itemList[82].Up1   = "E-0040";
itemList[82].Up2   = "None";


itemList[83].SKU   = "N-0017";
itemList[83].Name  = "Purple Horizons Necklace";
itemList[83].Desc  = "A variegated purple fluorite pendant hangs from a necklace of amethyst beads, chips, Swarovskiฎ crystal and sterling silver beads. Adjustable 17-19 length.";
itemList[83].Price = "46.00";
itemList[83].Up1   = "None";
itemList[83].Up2   = "None";


itemList[84].SKU   = "N-0018";
itemList[84].Name  = "Easy Elegance Turquoise Necklace";
itemList[84].Desc  = "Oval abalone pendant with an antiqued sterling silver wire wrapped frame and turquoise teardrop hangs from a rosary linked turquoise and labradorite necklace. Adjustable 16-18 length.";
itemList[84].Price = "120.00";
itemList[84].Up1   = "E-0051";
itemList[84].Up2   = "None";


itemList[85].SKU   = "N-0019";
itemList[85].Name  = "Black & White Necklace";
itemList[85].Desc  = "This stunning necklace features large faceted tourmalinated quartz nuggets, faceted clear quartz nuggets, faceted onyx, Swarovskฎ crystal and faceted sterling silver beads rosary linked with sterling silver wire and chain. Adjustable  30-34 length.";
itemList[85].Price = "SOLD";
itemList[85].Up1   = "B-0002";
itemList[85].Up2   = "None";


itemList[86].SKU   = "N-0020";
itemList[86].Name  = "Le Tigre Necklace";
itemList[86].Desc  = "This necklace features a 1.25 round gold colored shell pendant hanging on a necklace of tiger eye beads linked with 14k gold-filled wires and links. Adjustable 24-26 length.";
itemList[86].Price = "100.00";
itemList[86].Up1   = "B-0015";
itemList[86].Up2   = "None";


itemList[87].SKU   = "N-0021";
itemList[87].Name  = "The Lady in Red Necklace";
itemList[87].Desc  = "This one-of-a-kind beaded necklace features bright red coral, black stone, and sterling silver granule Bali style beads. Approx. 20 length. ";
itemList[87].Price = "SOLD";
itemList[87].Up1   = "None";
itemList[87].Up2   = "None";


itemList[88].SKU   = "N-0022";
itemList[88].Name  = "Gold Rush Necklace (Large)";
itemList[88].Desc  = "A large glass and gold foil pendant dangles from a necklace of 18k gold plated vermeil beads, 14k gold-filled liquid gold, 18k gold plated vermeil (interior) chain and 14k gold-filled chain. Adjustable 18-20 length.";
itemList[88].Price = "64.00";
itemList[88].Up1   = "E-0132";
itemList[88].Up2   = "None";


itemList[89].SKU   = "N-0023";
itemList[89].Name  = "Gold Rush Necklace (Small)";
itemList[89].Desc  = "Glass and gold foil pendant dangles from a necklace of Swarovskiฎ crystal and 14k gold-filled liquid gold beads. 14k gold-filled tail chain. Adjustable 16-18 length.";
itemList[89].Price = "54.00";
itemList[89].Up1   = "E-0132";
itemList[89].Up2   = "None";


itemList[90].SKU   = "N-0024";
itemList[90].Name  = "Safari Adventure Necklace";
itemList[90].Desc  = "This necklace features a 1 sterling silver and variegated jasper pendant hanging on a necklace of variegated jasper, silver leaf jasper, sterling silver and liquid silver beads. Sterling silver closure and tail chain. Adjustable 30-32 length.";
itemList[90].Price = "64.00";
itemList[90].Up1   = "B-0016";
itemList[90].Up2   = "E-0135";


itemList[91].SKU   = "N-0025";
itemList[91].Name  = "Brown Eyed Susan Necklace";
itemList[91].Desc  = "Large (2) silver leaf jasper pendant hangs from a sterling silver bail on a beaded necklace of faceted smoky quartz, round silver leaf jasper and sterling silver beads. Sterling silver closure and chain. Adjustable 18-20 length.";
itemList[91].Price = "68.00";
itemList[91].Up1   = "E-0136";
itemList[91].Up2   = "None";


itemList[92].SKU   = "N-0026";
itemList[92].Name  = "Carnelian Rose Necklace";
itemList[92].Desc  = "This lovely necklace features a large (1.25) carved carnelian rose pendant on a necklace of aventurine, sunstone and sterling silver beads. Adjustable 18-20 length.";
itemList[92].Price = "52.00";
itemList[92].Up1   = "E-0137";
itemList[92].Up2   = "None";


itemList[93].SKU   = "N-0027";
itemList[93].Name  = "Forest Foliage Necklace";
itemList[93].Desc  = "This necklace features a large (2.25) snakeskin jasper pendant hanging from a sterling silver bail on a necklace of aventurine, sunstone, smoky quartz, labradorite, and sterling silver beads. Adjustable 18-20 length.";
itemList[93].Price = "76.00";
itemList[93].Up1   = "E-0138";
itemList[93].Up2   = "None";


itemList[94].SKU   = "N-0028";
itemList[94].Name  = "Cranberry Cool Necklace";
itemList[94].Desc  = "Large (1.5) picture jasper pendant hangs from a beaded necklace of garnet, Botswana, ruby kiwi jasper (dyed) and sterling silver beads. Sterling silver clasp and chain . Adjustable 17-19 length.";
itemList[94].Price = "50.00";
itemList[94].Up1   = "E-0139";
itemList[94].Up2   = "None";


itemList[95].SKU   = "N-0029";
itemList[95].Name  = "Liquid Turquoise Necklace";
itemList[95].Desc  = "Large (1.5) turquoise pendant hangs from a necklace of turquoise, sterling silver mini-nuggets and liquid silver beads. Sterling silver chain, clasp and chain . Adjustable 17-19 length.";
itemList[95].Price = "48.00";
itemList[95].Up1   = "E-0140";
itemList[95].Up2   = "None";


itemList[96].SKU   = "N-0030";
itemList[96].Name  = "Midnight Blue Necklace";
itemList[96].Desc  = "This necklace features a pendant of blue/black labradorite, and kynite teardrops dangling on a sterling silver brushed hoop which hangs from a sterling silver bail on a rosary style necklace of black fresh water pearl and blue goldstone (synth). Sterling silver clasp and chain. Adjustable 18-20 length.";
itemList[96].Price = "64.00";
itemList[96].Up1   = "E-0049";
itemList[96].Up2   = "None";


itemList[97].SKU   = "N-0041";
itemList[97].Name  = "Bohemian Jade Necklace";
itemList[97].Desc  = "This necklace features a large pink jade (dyed) pendant hanging on a necklace of smaller pink jade teardrops, candy jade (dyed), sterling beads and sterling silver chain. Sterling silver clasp and chain. Adjustable 17-19 length. ";
itemList[97].Price = "56.00";
itemList[97].Up1   = "E-0011";
itemList[97].Up2   = "None";


itemList[98].SKU   = "N-0042";
itemList[98].Name  = "Turquoise Wave Necklace";
itemList[98].Desc  = "This necklace features a large (1.5) turquoise pendant hanging from a necklace of turquoise, and sterling silver beads. Sterling silver clasp and chain. Adjustable 16-18 length.";
itemList[98].Price = "56.00";
itemList[98].Up1   = "B-0019";
itemList[98].Up2   = "None";


itemList[99].SKU   = "N-0043";
itemList[99].Name  = "Smoke On The Water Necklace";
itemList[99].Desc  = "This wispy necklace features a pale labradorite teardrop dangling inside a sterling silver ring which hangs from a fine chain and labradorite bead necklace. Sterling silver clasp and chain. Adjustable 16-18 length.";
itemList[99].Price = "50.00";
itemList[99].Up1   = "E-0145";
itemList[99].Up2   = "None";


itemList[100].SKU   = "N-0044";
itemList[100].Name  = "Delicate In Nature Necklace (Navy)";
itemList[100].Desc  = "This necklace features a delicately wire wrapped pendant hanging from a necklace of hematite, Swarovskiฎ crystal, sterling silver beads and chain. The pendant features an abalone marquise surrounded by tiny hematite beads that are wire wrapped onto a sterling silver frame. A kyanite tear drop completes the pendant. Sterling silver chain, wire and clasp. Adjustable 16-18 length. ";
itemList[100].Price = "54.00";
itemList[100].Up1   = "None";
itemList[100].Up2   = "None";


itemList[101].SKU   = "N-0045";
itemList[101].Name  = "Delicate In Nature Necklace (Amethyst)";
itemList[101].Desc  = "This necklace features a delicately wire wrapped pendant hanging from a necklace of hematite, Swarovskiฎ crystal, sterling silver beads and chain. The pendant features an abalone marquise surrounded by tiny hematite beads that are wire wrapped onto a sterling silver frame. An amethyst teardrop completes the pendant. Sterling silver chain, wire and clasp. Adjustable 16-18 length. ";
itemList[101].Price = "54.00";
itemList[101].Up1   = "None";
itemList[101].Up2   = "None";


itemList[102].SKU   = "N-0046";
itemList[102].Name  = "Delicate In Nature Necklace (Pink)";
itemList[102].Desc  = "This necklace features a delicately wire wrapped pendant hanging from a necklace of hematite, Swarovskiฎ crystal, 14k gold-filled beads and chain. The pendant features an abalone marquise surrounded by tiny hematite beads that are wire wrapped onto a 14k gold-filled frame. A pink sapphire tear drop completes the pendant. 14k gold-filled chain, wire and clasp. Adjustable 16-18 length. ";
itemList[102].Price = "60.00";
itemList[102].Up1   = "None";
itemList[102].Up2   = "None";


itemList[103].SKU   = "N-0047";
itemList[103].Name  = "Delicate In Nature Necklace (Blue)";
itemList[103].Desc  = "This necklace features a delicately wire wrapped pendant hanging from a necklace of hematite, Swarovskiฎ crystal, 14k gold-filled beads and chain. The pendant features an abalone marquise surrounded by tiny hematite beads that are wire wrapped onto a 14k gold-filled frame. A sky blue tear drop completes the pendant. 14k gold-filled chain, wire and clasp. Adjustable 16-18 length. ";
itemList[103].Price = "56.00";
itemList[103].Up1   = "None";
itemList[103].Up2   = "None";


itemList[104].SKU   = "N-0048";
itemList[104].Name  = "Desert Heart Necklace";
itemList[104].Desc  = "A turquoise (stabilized) puffed heart pendant hangs from a double strand necklace. One strand features genuine turquoise chips and beads, while the second strand features lovely turquoise colored Czech glass and goldstone beads. Sterling silver wire and toggle. Shorter strand approx. 16 1/2. Long strand 17 1/2 length.";
itemList[104].Price = "60.00";
itemList[104].Up1   = "None";
itemList[104].Up2   = "None";


itemList[105].SKU   = "N-0050";
itemList[105].Name  = "Harlequin Necklace";
itemList[105].Desc  = "This necklace features chunky faceted amethyst nuggets, large ginger colored agate roundels, faceted genuine turquoise, and sterling silver beads. A sterling silver Bali style toggle completes the look of this impressive piece. 20.";
itemList[105].Price = "96.00";
itemList[105].Up1   = "None";
itemList[105].Up2   = "None";


itemList[106].SKU   = "N-0052";
itemList[106].Name  = "Wine Berry Necklace";
itemList[106].Desc  = "This necklace features a beautiful large peach blossom jasper pendant on a necklace of large faceted onyx, merlot colored quartz (synthetic), and fancy sterling silver beads. A sterling silver Bali style toggle completes the look of this 20 necklace.";
itemList[106].Price = "112.00";
itemList[106].Up1   = "E-0060";
itemList[106].Up2   = "None";


itemList[107].SKU   = "N-0052B";
itemList[107].Name  = "Wine Berry Necklace";
itemList[107].Desc  = "This necklace features a beautiful large peach blossom jasper pendant on a necklace of large faceted onyx, merlot colored quartz (synthetic), and fancy sterling silver beads. A sterling silver Bali style toggle completes the look of this 20 necklace.";
itemList[107].Price = "100.00";
itemList[107].Up1   = "E-0060";
itemList[107].Up2   = "None";


itemList[108].SKU   = "N-0053";
itemList[108].Name  = "Pink Fire Necklace";
itemList[108].Desc  = "Bright and fun this necklace features a faceted nugget candy jade (dyed) pendant hung on a necklace of pink candy jade (dyed), hot pink faceted quartz, Swarovskiจ crystal and sterling silver beads. Two channel set CZ and sterling silver roundel beads gives this necklace an extra sparkle. Sterling silver chain, wire, beads and clasp. Adjustable 16ำ-18ำ length.";
itemList[108].Price = "72.00";
itemList[108].Up1   = "E-0078";
itemList[108].Up2   = "None";


itemList[109].SKU   = "N-0054";
itemList[109].Name  = "Bloom Necklace";
itemList[109].Desc  = "A huge orange stone flower hangs from a multi-stone necklace of yellow, orange and tan colored beads. Sterling silver wire, and Bali style toggle. ";
itemList[109].Price = "50.00";
itemList[109].Up1   = "None";
itemList[109].Up2   = "None";


itemList[110].SKU   = "N-0055";
itemList[110].Name  = "Pink Lady Triple Dip Necklace";
itemList[110].Desc  = "This chunky triple strand necklace features three huge faceted rose quartz nugget beads. Each strand consists of 18k gold plated vermeil saucers, 14k gold-filled wires, chain, rose quartz and shell beads. An 18k gold plated Bali style vermeil toggle completes the look of this lavish necklace. Shortest strand approx. 17. Longest strand approx. 20. ";
itemList[110].Price = "140.00";
itemList[110].Up1   = "None";
itemList[110].Up2   = "None";


itemList[111].SKU   = "N-0057";
itemList[111].Name  = "Coral Rose Necklace (Oval)";
itemList[111].Desc  = "This beautiful necklace features a fossilized coral pendant set in sterling silver. The pendant hangs from a necklace of large faceted rose quartz nuggets, faceted smoky quartz, fossilized coral, and Bali style sterling silver beads. Sterling silver chain and clasp. Adjustable 16-18. ";
itemList[111].Price = "110.00";
itemList[111].Up1   = "E-0092";
itemList[111].Up2   = "B-0038";


itemList[112].SKU   = "N-0058";
itemList[112].Name  = "Coral Rose Necklace (Rectangle)";
itemList[112].Desc  = "This beautiful necklace features a fossilized coral pendant set in sterling silver. The pendant hangs from a necklace of large faceted rose quartz nuggets, faceted merlot colored quartz (synth) roundels, fossilized coral, rhodonite, and Bali style sterling silver beads. Sterling silver chain and clasp. Adjustable 16-18.";
itemList[112].Price = "SOLD";
itemList[112].Up1   = "B-0037";
itemList[112].Up2   = "None";


itemList[113].SKU   = "N-0059";
itemList[113].Name  = "Sunshine Necklace";
itemList[113].Desc  = "This necklace features a bright yellow stone pendant with sterling silver accent hanging from a necklace of yellow chalcedony, agate, picture jasper and Bali style sterling silver beads. A Bali style toggle completes the look of this 18 chunky necklace.";
itemList[113].Price = "88.00";
itemList[113].Up1   = "None";
itemList[113].Up2   = "None";


itemList[114].SKU   = "N-0061";
itemList[114].Name  = "Get Hammered Necklace";
itemList[114].Desc  = "This necklace features an onyx and hammered link pendant dangling from a sterling silver bail on a necklace of faceted onyx, hammered links and rollo chain. Sterling silver clasp and chain. Adjustable 17-19 length.";
itemList[114].Price = "78.00";
itemList[114].Up1   = "B-0043";
itemList[114].Up2   = "E-0144";


itemList[115].SKU   = "N-0062";
itemList[115].Name  = "Iced Necklace";
itemList[115].Desc  = "This necklace features a large tourmalinated quartz teardrop dangling from inside a hammered link hung on a necklace of natural clear quartz, white cats eyes (synth) beads and hammered chain links. Adjustable 17-19 long.";
itemList[115].Price = "56.00";
itemList[115].Up1   = "E-0146";
itemList[115].Up2   = "None";


itemList[116].SKU   = "N-0063";
itemList[116].Name  = "Nouveau Rich Necklace";
itemList[116].Desc  = "This 14K gold-filled hammered links and faceted amethyst nugget necklace features a large amethyst teardrop pendant hanging from a larger 14K gold-filled hammered link. 14k gold-filled clasp and chain. Adjustable 16-18.";
itemList[116].Price = "100.00";
itemList[116].Up1   = "E-0090";
itemList[116].Up2   = "None";


itemList[117].SKU   = "N-0065";
itemList[117].Name  = "Jaded Life Necklace";
itemList[117].Desc  = "This necklace features a large (1.25) variegated green agate pendant dangling from a necklace of green (dyed) jade beads wrapped in sterling silver wire, freshwater pearls and sterling silver chain. Sterling silver clasp and chain. Adjustalbe 27-30 length.<br>. ";
itemList[117].Price = "80.00";
itemList[117].Up1   = "None";
itemList[117].Up2   = "None";


itemList[118].SKU   = "N-0066";
itemList[118].Name  = "Evening Out Necklace";
itemList[118].Desc  = "Faceted onyx, sterling silver beads & chain, Swarovskiฎ crystals and channel set roundels makes this the perfect evening out necklace. Sterling silver clasp. Adjustable 16-18 length. ";
itemList[118].Price = "44.00";
itemList[118].Up1   = "None";
itemList[118].Up2   = "None";


itemList[119].SKU   = "N-0067";
itemList[119].Name  = "Wedgwood Blue Torsade Necklace";
itemList[119].Desc  = "This fabulous necklace features three strands of faceted blue chalcedony roundels and oval beads, blue lace agate, aquamarine, blue onyx (dyed), Swarovskiฎ crystal, freshwater pearl and 18k gold plated vermeil Bali style beads. 18k gold plated vermeil Bali style toggle. 17 length. ";
itemList[119].Price = "SOLD";
itemList[119].Up1   = "None";
itemList[119].Up2   = "None";


itemList[120].SKU   = "N-0069";
itemList[120].Name  = "Purple Haze Necklace";
itemList[120].Desc  = "This elegant necklace features a large faceted light colored amethyst nugget pendant hanging from a beaded necklace of faceted amethyst, mauve colored freshwater pearl, faceted smoky quartz, 14k gold-filled beads, 18k gold plated Bali style vermeil spacers and toggle. 18 length. ";
itemList[120].Price = "66.00";
itemList[120].Up1   = "None";
itemList[120].Up2   = "None";


itemList[121].SKU   = "N-0080";
itemList[121].Name  = "Pink Lace Necklace";
itemList[121].Desc  = "This elegant necklace features a large modern faceted rose quartz pendant hanging from a 14k gold-filled front toggle closure necklace. The rosary style linked necklace is made up of pink freshwater pearls, natural freshwater zig-zag pearls, 14k gold-filled oval rope links and wire. Approx. 17 length.";
itemList[121].Price = "120.00";
itemList[121].Up1   = "E-0100";
itemList[121].Up2   = "None";


itemList[122].SKU   = "N-0081";
itemList[122].Name  = "Lemon Zest Necklace";
itemList[122].Desc  = "A luscious faceted lemon quartz nugget pendant dangles from a bead and chain necklace made of faceted sky blue topaz, pink amethyst, lemon quartz beads, 14k gold-filled chain, wires and clasp. Adjustable 17-19 length.";
itemList[122].Price = "170.00";
itemList[122].Up1   = "E-0101";
itemList[122].Up2   = "None";


itemList[123].SKU   = "N-0082";
itemList[123].Name  = "Mermaid Necklace";
itemList[123].Desc  = "A large amazonite pendant hangs from a beaded necklace of sterling silver Bali style beads, faceted amazonite nuggets, aqua quartz (synth) roundels, and baroque style pearlized shell beads. Sterling silver toggle. Approx. 18 length.";
itemList[123].Price = "90.00";
itemList[123].Up1   = "E-0102";
itemList[123].Up2   = "B-0032";


itemList[124].SKU   = "N-0083";
itemList[124].Name  = "Antique Lace Necklace";
itemList[124].Desc  = "Antique filigree and abalone pendant dangles from a sterling silver bail on a rosary linked necklace of freshwater pearls, Swarovskiฎ crystal and filigree style sterling silver beads. Sterling silver wire, beads and chain. Adjustable 17-19 length.";
itemList[124].Price = "88.00";
itemList[124].Up1   = "None";
itemList[124].Up2   = "None";


itemList[125].SKU   = "N-0084";
itemList[125].Name  = "Blue Berry Cluster Necklace";
itemList[125].Desc  = "A lovely cluster pendant of blue rainbow quartz beads hangs from a front closure sterling silver rollo chain necklace. Sterling silver chain, wires and toggle. Approx. 17 long.";
itemList[125].Price = "62.00";
itemList[125].Up1   = "E-0015";
itemList[125].Up2   = "None";


itemList[126].SKU   = "N-0085";
itemList[126].Name  = "Sunset Necklace";
itemList[126].Desc  = "Large (1.5) fire agate pendant enhanced with a wire wrapped bail hangs from a beaded necklace of large faceted carnelian, freshwater button pearl, agate and sterling silver Bali style beads. A sterling silver Bali style toggle finishes off the look of this luscious necklace. Approx. 18 length.";
itemList[126].Price = "90.00";
itemList[126].Up1   = "E-0109";
itemList[126].Up2   = "B-0033";


itemList[127].SKU   = "N-0086";
itemList[127].Name  = "Moons of Mars Necklace";
itemList[127].Desc  = "This earthy necklace features a large (1) fire agate pendant hung on a necklace of rainbow moonstone, mookaite, fire agate and sterling silver beads. Adjustable length (17-19). Sterling wire, chain and beads.";
itemList[127].Price = "50.00";
itemList[127].Up1   = "E-0107";
itemList[127].Up2   = "None";


itemList[128].SKU   = "N-0087";
itemList[128].Name  = "Burning Desire Necklace";
itemList[128].Desc  = "This bright and feminine necklace features a large fire agate pendant with a sterling flower accent. The pendant hangs from a necklace of freshwater pearl, fire agate, carnelian, and Bali style sterling silver beads. Sterling silver wire, beads, chain and clasp. Adjustable 17-19 length.";
itemList[128].Price = "54.00";
itemList[128].Up1   = "E-0108";
itemList[128].Up2   = "B-0033";


itemList[129].SKU   = "N-0088";
itemList[129].Name  = "Elements Necklace";
itemList[129].Desc  = "A large amethyst faceted nugget pendant hangs from a sterling silver chain adorned with light blue chalcedony, yellow quartz (synth) and amethyst teardrop beads. Adjustable 16-18 length.";
itemList[129].Price = "56.00";
itemList[129].Up1   = "None";
itemList[129].Up2   = "None";


itemList[130].SKU   = "N-0089";
itemList[130].Name  = "Forget Me Not Necklace";
itemList[130].Desc  = "This fabulous necklace features a beautiful quality faceted heart cut pink amethyst pendant accented with a cluster of dark amethyst roundels. The fancy 14k gold-filled chain adds an old-world charm to this adjustable length (17-19) necklace. 14k gold-filled chain, wire and clasp.";
itemList[130].Price = "82.00";
itemList[130].Up1   = "E-0081";
itemList[130].Up2   = "None";


itemList[131].SKU   = "N-0090";
itemList[131].Name  = "Grapeful Cluster Necklace";
itemList[131].Desc  = "This delicious cluster necklace features eight juicy amethyst teardrops dangling from a sterling ring hung on a triple strand sterling silver diamond cut chain necklace. Sterling silver clasp and wires. Adjustable 17-19 length.";
itemList[131].Price = "86.00";
itemList[131].Up1   = "E-0112";
itemList[131].Up2   = "None";


itemList[132].SKU   = "N-0091";
itemList[132].Name  = "Violet Vibes Necklace";
itemList[132].Desc  = "This airy necklace features a modern faceted quality amethyst pendant hanging from a series of sterling rings and dark amethyst beads linked with sterling silver wires. Sterling silver clasp, chain and wires. Adjustable 16-18 length.";
itemList[132].Price = "74.00";
itemList[132].Up1   = "E-0113";
itemList[132].Up2   = "None";


itemList[133].SKU   = "N-0092";
itemList[133].Name  = "Vanilla Sky Necklace";
itemList[133].Desc  = "A large lemon quartz and vibrant London blue topaz teardrops dangle on a large sterling silver ring. This unique pendant is hung on a necklace made of a series of sterling silver rings, wired together with lemon quartz and aqua marine beads. Sterling silver clasp, chain and wires. Adjustable 17-18.5 length.";
itemList[133].Price = "100.00";
itemList[133].Up1   = "E-0114";
itemList[133].Up2   = "B-0035";


itemList[134].SKU   = "N-0093";
itemList[134].Name  = "Byzantine Dream Necklace";
itemList[134].Desc  = "This chunky necklace features beautiful 18k gold plated vermeil Bali style beads, large faceted citrine nuggets, amazonite, smoky quartz, and 14k gold-filled beads. 14k gold-filled clasp and chain. Adjustable 16-18 length.";
itemList[134].Price = "100.00";
itemList[134].Up1   = "E-0115";
itemList[134].Up2   = "B-0036";


itemList[135].SKU   = "N-0094";
itemList[135].Name  = "Pink Rain Necklace";
itemList[135].Desc  = "This adorable necklace features soft pink chalcedony beads, zig-zag freshwater pearls, 18k gold plated vermeil and 14k gold-filled beads. 14k gold-filled clasp and tail chain, Adjustable 16-18 length.";
itemList[135].Price = "50.00";
itemList[135].Up1   = "E-0118";
itemList[135].Up2   = "B-0039";


itemList[136].SKU   = "N-0095";
itemList[136].Name  = "Red Hot and Blue Necklace";
itemList[136].Desc  = "This fun necklace features a turquoise and wire wrapped frame pendant hanging from a rosary linked necklace of faceted turquoise and coral beads. Sterling silver wire, chain and clasp. Adjustable 16-18 length.";
itemList[136].Price = "120.00";
itemList[136].Up1   = "E-0112";
itemList[136].Up2   = "B-0041";


itemList[137].SKU   = "N-0098";
itemList[137].Name  = "The Natural Necklace";
itemList[137].Desc  = "Clean and simple, this necklace features a coin pearl and antiqued wire wrapped frame pendant hanging from a rosary linked freshwater pearl necklace. Sterling silver chain, clasp and wires. Adjustable 16-18 length.";
itemList[137].Price = "102.00";
itemList[137].Up1   = "E-0052";
itemList[137].Up2   = "None";


itemList[138].SKU   = "N-0106";
itemList[138].Name  = "Caliente! Necklace";
itemList[138].Desc  = "Jalapeno colored turquoise, spicy carnelian and chili colored garnet beads are linked together with 14k gold-filled wire and hammered links. The pendant features a green turquoise bead with garnet teardrop beads dangling from a small 14k gold-filled hammered link. Adjustable 30-32 length.";
itemList[138].Price = "120.00";
itemList[138].Up1   = "E-0147";
itemList[138].Up2   = "None";


itemList[139].SKU   = "N-0107";
itemList[139].Name  = "Lavender & Lovely Necklace";
itemList[139].Desc  = "This textural beauty features large faceted light amethyst nuggets, faceted dark amethyst beads, granular Bali beads and a large granular Bali pendant linked together with large sterling silver chain links and wire. Sterling silver clasp and chain. Adjustable 30-34 length.";
itemList[139].Price = "228.00";
itemList[139].Up1   = "B-0054";
itemList[139].Up2   = "None";


itemList[140].SKU   = "N-0108";
itemList[140].Name  = "Coral Cross Necklace";
itemList[140].Desc  = "This necklace features a filigree Tibetan silver pendant on a necklace of Bali sterling silver, faceted garnet nuggets and red coral beads. Adjustable 17-19 length.";
itemList[140].Price = "68.00";
itemList[140].Up1   = "E-0150";
itemList[140].Up2   = "B-0052";


itemList[141].SKU   = "N-0109";
itemList[141].Name  = "Ceramic Heart Necklace";
itemList[141].Desc  = "This necklace features a red ceramic heart pendant hung on a sterling silver bail which is strung onto a necklace of red coral, red crystal, red ceramic and sterling silver beads. Adjustable 17-19 length.";
itemList[141].Price = "40.00";
itemList[141].Up1   = "E-0151";
itemList[141].Up2   = "None";


itemList[142].SKU   = "N-0110";
itemList[142].Name  = "Onyx Cross Necklace";
itemList[142].Desc  = "This necklace features a decorative Tibetan silver pendant hanging on a rosary style linked necklace of faceted onyx, snowflake obsidian, sterling silver beads and chain. Adjustable 17-19 length.";
itemList[142].Price = "68.00";
itemList[142].Up1   = "None";
itemList[142].Up2   = "None";


itemList[143].SKU   = "N-0111";
itemList[143].Name  = "Heirloom Crystal Necklace";
itemList[143].Desc  = "This necklace features a large crystal quartz pendant on a beaded necklace of faceted clear quartz, faceted crystal (glass) roundels, sterling silver Bali style beads, clasp, wire and chain. Adjustable 19-21 length.";
itemList[143].Price = "70.00";
itemList[143].Up1   = "E-0152";
itemList[143].Up2   = "None";


itemList[144].SKU   = "N-0112";
itemList[144].Name  = "Modern Ice Necklace";
itemList[144].Desc  = "This necklace features large, and medium sized faceted crystal quartz beads, sterling silver beads, and sterling silver stardust style links. 40 long. ";
itemList[144].Price = "SOLD";
itemList[144].Up1   = "None";
itemList[144].Up2   = "None";


itemList[145].SKU   = "N-0113";
itemList[145].Name  = "Orchid Necklace";
itemList[145].Desc  = "This chunky necklace features large faceted light amethyst nuggets, faceted rose quartz, and faceted crystal quartz beads rosary linked with sterling silver wires and chain. Adjustable 18-20 length.";
itemList[145].Price = "94.00";
itemList[145].Up1   = "B-0054";
itemList[145].Up2   = "None";


itemList[146].SKU   = "N-0114";
itemList[146].Name  = "Midnight Snow Necklace";
itemList[146].Desc  = "This necklace features a large (1.5) puffed teardrop snowflake obsidian pendant hanging on a necklace of faceted onyx, snowflake obsidian, and sterling silver beads linked with sterling silver chain and wire. Sterling silver clasp. Adjustable 24-27 length. ";
itemList[146].Price = "90.00";
itemList[146].Up1   = "None";
itemList[146].Up2   = "None";


itemList[147].SKU   = "B-0002";
itemList[147].Name  = "Black & White Bracelet";
itemList[147].Desc  = "This chunky bracelet features faceted tourmalinated quartz nuggets, Swarovskiฎ crystal, sterling silver beads, clasp and 2 extension chain. Approx. 7-9 length.";
itemList[147].Price = "SOLD";
itemList[147].Up1   = "N-0019";
itemList[147].Up2   = "None";


itemList[148].SKU   = "B-0004";
itemList[148].Name  = "Light Turquoise Bracelet";
itemList[148].Desc  = "This light blue turquoise bracelet features turquoise (stabelized), Swarovskiฎ crystal, sterling silver Bali style beads and heart shaped toggle. Approx. 7 length. ";
itemList[148].Price = "52.00";
itemList[148].Up1   = "None";
itemList[148].Up2   = "None";


itemList[149].SKU   = "B-0005";
itemList[149].Name  = "Coniferous Bracelet";
itemList[149].Desc  = "This bracelet features turquoise colored howlite (dyed), Bali style beads and toggle. Approx. 7 length. ";
itemList[149].Price = "38.00";
itemList[149].Up1   = "None";
itemList[149].Up2   = "None";


itemList[150].SKU   = "B-0015";
itemList[150].Name  = "Le Tigre Bracelet (Round)";
itemList[150].Desc  = "This bracelet features wonderful 1 gold colored shell discs, tiger eye beads and 14k gold-filled clasp and chain. Approx. 7-9 length.";
itemList[150].Price = "38.00";
itemList[150].Up1   = "N-0020";
itemList[150].Up2   = "None";


itemList[151].SKU   = "B-0015B";
itemList[151].Name  = "Le Tigre Bracelet Square";
itemList[151].Desc  = "This bracelet features wonderful 1 gold colored shell squares, tiger eye beads and 14k gold-filled clasp and chain. Approx. 7-9 length. ";
itemList[151].Price = "38.00";
itemList[151].Up1   = "E-0134";
itemList[151].Up2   = "None";


itemList[152].SKU   = "B-0016";
itemList[152].Name  = "Safari Adventure Bracelet";
itemList[152].Desc  = "This bracelet features variegated jasper, silver leaf jasper, sterling silver beads and Bali style toggle. Approx. 7 length.";
itemList[152].Price = "36.00";
itemList[152].Up1   = "N-0024";
itemList[152].Up2   = "E-0135";


itemList[153].SKU   = "B-0018";
itemList[153].Name  = "Black Fire Bracelet";
itemList[153].Desc  = "This bracelet features oblong peacock stone beads, freshwater faceted black pearl, sterling silver beads and toggle. Approx. 7 length. ";
itemList[153].Price = "36.00";
itemList[153].Up1   = "None";
itemList[153].Up2   = "None";


itemList[154].SKU   = "B-0019";
itemList[154].Name  = "Turquoise Wave Bracelet";
itemList[154].Desc  = "This bracelet features turquoise beads, sterling silver wave beads and toggle. Approx. 7 length.";
itemList[154].Price = "22.00";
itemList[154].Up1   = "N-0042";
itemList[154].Up2   = "None";


itemList[155].SKU   = "B-0020";
itemList[155].Name  = "Triple Turquoise Bracelet";
itemList[155].Desc  = "This textural bracelet features three strands of turquoise beads, sterling silver chain, beads, clasp. Approx. 7.5 length. ";
itemList[155].Price = "64.00";
itemList[155].Up1   = "None";
itemList[155].Up2   = "None";


itemList[156].SKU   = "B-0032";
itemList[156].Name  = "Mediterranean Breeze Bracelet (Blue)";
itemList[156].Desc  = "This bracelet features faceted aqua quartz (synth)beads, pearlized shell, sterling silver beads and toggle. Approx. 7 length.";
itemList[156].Price = "24.00";
itemList[156].Up1   = "E-0103";
itemList[156].Up2   = "None";


itemList[157].SKU   = "B-0033";
itemList[157].Name  = "Sunset Bracelet";
itemList[157].Desc  = "This woven bracelet features carnelian, labradorite, fire agate, rainbow moonstone and sterling silver beads. Sterling silver clasp and chain. Adjustable 7.5  9.5 length.";
itemList[157].Price = "36.00";
itemList[157].Up1   = "N-0085";
itemList[157].Up2   = "E-0109";


itemList[158].SKU   = "B-0035";
itemList[158].Name  = "Vanilla Sky Bracelet";
itemList[158].Desc  = "This bracelet features a series of sterling silver rings, wired together with faceted lemon quartz and aqua marine beads. Sterling silver wires and clasp. Approx. 7.5 length.";
itemList[158].Price = "40.00";
itemList[158].Up1   = "E-0114";
itemList[158].Up2   = "N-0092";


itemList[159].SKU   = "B-0036";
itemList[159].Name  = "Byzantine Dream Bracelet";
itemList[159].Desc  = "This bracelet features 18k gold plated vermeil Bali style beads, lemon quartz, amazonite, smoky quartz, and 14k gold-filled beads. 18k gold plated vermeil toggle. Approx. 7.5 length.";
itemList[159].Price = "42.00";
itemList[159].Up1   = "E-0115";
itemList[159].Up2   = "N-0093";


itemList[160].SKU   = "B-0037";
itemList[160].Name  = "Coral Rose Bracelet";
itemList[160].Desc  = "This bracelet features fossilized coral, rose quartz, rhodonite and sterling silver beads. Sterling silver heart shaped toggle. Approx. 7.5 length.";
itemList[160].Price = "26.00";
itemList[160].Up1   = "N-0058";
itemList[160].Up2   = "None";


itemList[161].SKU   = "B-0038";
itemList[161].Name  = "Coral Rose Bracelet (Brown)";
itemList[161].Desc  = "This bracelet features fossilized coral, rose quartz, smoky quartz, and sterling silver beads. Bali style sterling silver toggle. Approx. 7.5 length.";
itemList[161].Price = "28.00";
itemList[161].Up1   = "E-0092";
itemList[161].Up2   = "N-0057";


itemList[162].SKU   = "B-0039";
itemList[162].Name  = "Pink Rain Bracelet";
itemList[162].Desc  = "This bracelet features soft pink chalcedony beads, zig-zag freshwater pearls, 18k gold plated vermeil and 14k gold-filled beads. 14k gold-filled toggle. Approx. 7 length.";
itemList[162].Price = "36.00";
itemList[162].Up1   = "E-0118";
itemList[162].Up2   = "N-0094";


itemList[163].SKU   = "B-0041";
itemList[163].Name  = "Red Hot and Blue Bracelet";
itemList[163].Desc  = "This bracelet features rosary linked faceted turquoise, coral and sterling beads. Sterling silver wire, chain and clasp. Adjustable 7-9 length.";
itemList[163].Price = "38.00";
itemList[163].Up1   = "E-0122";
itemList[163].Up2   = "N-0095";


itemList[164].SKU   = "B-0042";
itemList[164].Name  = "Dusk Bracelet";
itemList[164].Desc  = "This bracelet features deep purple faceted cubic zirconium coins, faceted onyx beads and grey freshwater pearls. Argentium silver wires link the wire wrapped frames and beads. Sterling silver clasp and chain. Adjustable 7-9 length. ";
itemList[164].Price = "70.00";
itemList[164].Up1   = "None";
itemList[164].Up2   = "None";


itemList[165].SKU   = "B-0043";
itemList[165].Name  = "Get Hammered Bracelet";
itemList[165].Desc  = "This rosary linked bracelet features faceted onyx beads, sterling silver hammered links, chain and toggle. Approx 7 length.";
itemList[165].Price = "36.00";
itemList[165].Up1   = "E-0144";
itemList[165].Up2   = "N-0061";


itemList[166].SKU   = "B-0052";
itemList[166].Name  = "Coral Triple Bracelet";
itemList[166].Desc  = "This triple strand bracelet features Bali style sterling silver beads, faceted garnet nuggets and red coral beads. Sterling silver clasp. Approx. 7.5 length.";
itemList[166].Price = "68.00";
itemList[166].Up1   = "E-0150";
itemList[166].Up2   = "N-0108";


itemList[167].SKU   = "B-0054";
itemList[167].Name  = "Lavender Lovely Bracelet";
itemList[167].Desc  = "This chunky bracelet features large light amethyst faceted nuggets, rosary linked with sterling silver wires and chain. Sterling silver toggle. Approx 7.5 length.";
itemList[167].Price = "62.00";
itemList[167].Up1   = "E-0113";
itemList[167].Up2   = "N-0107";


itemList[168].SKU   = "G-0007B";
itemList[168].Name  = "Meliora Cuff Bracelet";
itemList[168].Desc  = "This wire woven cuff bracelet features yards of sterling silver wire artfully twisted, wrapped and woven around a vibrant blue chrisacola free from cabichon. Adjustable 6.5-8.5.";
itemList[168].Price = "310.00";
itemList[168].Up1   = "None";
itemList[168].Up2   = "None";


itemList[169].SKU   = "G-0017B";
itemList[169].Name  = "Raisa Cuff Bracelet";
itemList[169].Desc  = "This wire woven cuff bracelet features yards of sterling silver wire twisted, wrapped and woven around a natural free from stone cabichon. Adjustable 6.5-8.5.";
itemList[169].Price = "SOLD";
itemList[169].Up1   = "None";
itemList[169].Up2   = "None";


itemList[170].SKU   = "G-0034B";
itemList[170].Name  = "Nissa Cuff Bracelet";
itemList[170].Desc  = "This wire woven cuff bracelet features yards of sterling silver wires twisted, wrapped and woven around a natural free from stone cabichon. Adjustable 6.5-8.5.";
itemList[170].Price = "320.00";
itemList[170].Up1   = "None";
itemList[170].Up2   = "None";


itemList[171].SKU   = "G-0040B";
itemList[171].Name  = "Fand Cuff Bracelet";
itemList[171].Desc  = "This wire woven cuff bracelet features yards of sterling silver wires twisted, wrapped and woven around an abalone cabichon. Adjustable 6.5-8.5.";
itemList[171].Price = "SOLD";
itemList[171].Up1   = "None";
itemList[171].Up2   = "None";


itemList[172].SKU   = "G-0076N";
itemList[172].Name  = "Foster Pendant";
itemList[172].Desc  = "Wire wrapped in sterling silver, this stunning pendant features an azurite malachite cabichon. Wear this versatile piece with the included 20 beaded necklace of blue onyx, black glass, and sterling silver beads or wear it on your own chain.";
itemList[172].Price = "135.00";
itemList[172].Up1   = "None";
itemList[172].Up2   = "None";


itemList[173].SKU   = "G-0074N";
itemList[173].Name  = "Pandora Pendant";
itemList[173].Desc  = "Wire wrapped in sterling silver, this fanciful pendant features a large (1.5) oval black and white dendretic agate cabichon. Wear this versatile piece with the included 20 beaded necklace of rainbow moondstone, glass and sterling silver beads or wear it on your own chain.";
itemList[173].Price = "SOLD";
itemList[173].Up1   = "None";
itemList[173].Up2   = "None";


itemList[174].SKU   = "G-0075N";
itemList[174].Name  = "Eldan Pendant";
itemList[174].Desc  = "Wire wrapped in sterling silver, this lovely pendant features an ammonite fossil. Wear this versatile piece with the included 20 beaded necklace of sunstone, Botswana, and sterling silver beads or wear it on your own chain.";
itemList[174].Price = "208.00";
itemList[174].Up1   = "None";
itemList[174].Up2   = "None";


itemList[175].SKU   = "G-0096N";
itemList[175].Name  = "Royal Bloom Necklace";
itemList[175].Desc  = "Feminine and regal, this necklace features a floral motif made of amethyst, freshwater pearl and chrome diopside beads wired together with sterling silver wires. Sterling silver clasp and chain. Adjustable 16-18 length.";
itemList[175].Price = "SOLD";
itemList[175].Up1   = "G-0124E";
itemList[175].Up2   = "None";


itemList[176].SKU   = "G-0097N";
itemList[176].Name  = "Citric Bloom Necklace";
itemList[176].Desc  = "Feminine and fresh, this necklace features a floral motif. Carnelian, freshwater pearl and peridot beads are wired together with sterling silver wires. Sterling silver clasp and chain. Adjustable 16-18 length.";
itemList[176].Price = "120.00";
itemList[176].Up1   = "G-0125E";
itemList[176].Up2   = "None";


itemList[177].SKU   = "G-0099N";
itemList[177].Name  = "Ruby Bloom Necklace";
itemList[177].Desc  = "Feminine and fresh, this necklace features a floral motif. Ruby, freshwater pearl and chrome diopside beads are wired together with sterling silver wires. Sterling silver beads, clasp and chain. Adjustable 16-18 length.";
itemList[177].Price = "180.00";
itemList[177].Up1   = "G-0127E";
itemList[177].Up2   = "None";


itemList[178].SKU   = "G-0100N";
itemList[178].Name  = "Blooming Ruby Bouquet Necklace";
itemList[178].Desc  = "This delicate necklace features a bouquet of gem flowers. Pink tourmaline, rose quartz, freshwater pearl, ruby, chrome diopside and peridot beads are wired together with sterling silver wires. Sterling silver clasp and chain. Adjustable 16-18 length.";
itemList[178].Price = "250.00";
itemList[178].Up1   = "G-0129E";
itemList[178].Up2   = "None";


itemList[179].SKU   = "G-0103N";
itemList[179].Name  = "Pure Bouquet Necklace";
itemList[179].Desc  = "This delicate necklace features a bouquet of freshwater pearl and peridot flowers wired together with sterling silver. Sterling silver clasp and chain. Adjustable 16-18 length.";
itemList[179].Price = "170.00";
itemList[179].Up1   = "G-0130E";
itemList[179].Up2   = "None";


itemList[180].SKU   = "G-0101N";
itemList[180].Name  = "Something Blue Bouquet Necklace";
itemList[180].Desc  = "This delicate necklace features a bouquet of gem flowers. London blue topaz, sky blue topaz, iolite, freshwater pearl, and peridot beads are wired together with sterling silver wires. Sterling silver clasp and chain. Adjustable 16-18 length.";
itemList[180].Price = "240.00";
itemList[180].Up1   = "G-0128E";
itemList[180].Up2   = "None";


itemList[181].SKU   = "G-0102N";
itemList[181].Name  = "Blushing Beauty Bouquet Necklace";
itemList[181].Desc  = "This delightful necklace features a bouquet of gem flowers. Amethyst, rose quartz, freshwater pearl, pink saphire and peridot beads are wired together with sterling silver wires. Sterling silver clasp and chain. Adjustable 16-18 length.";
itemList[181].Price = "250.00";
itemList[181].Up1   = "G-0131E";
itemList[181].Up2   = "None";


itemList[182].SKU   = "G-0104N";
itemList[182].Name  = "Periwinkle Gem Garland Necklace";
itemList[182].Desc  = "This elegant necklace features a garland of delicate gem flowers made of blue chalcedony, iolite, freshwater pearl and peridot beads wired together with sterling silver. A sterling silver leaf shaped cone tops a large freshwater pearl. Sterling silver clasp and chain. Adjustable 16-18 length.";
itemList[182].Price = "SOLD";
itemList[182].Up1   = "G-0036E";
itemList[182].Up2   = "None";


itemList[183].SKU   = "G-0036E";
itemList[183].Name  = "Periwinkle Gem Earrings";
itemList[183].Desc  = "These elegant earrings feature delicate gem flowers made of blue chalcedony, freshwater pearl, peridot, sterling silver beads and wires. Sterling silver leaf shaped cones top two large dangling freshwater pearls. Approx. 2 long.";
itemList[183].Price = "80.00";
itemList[183].Up1   = "G-0104N";
itemList[183].Up2   = "None";


itemList[184].SKU   = "G-0124E";
itemList[184].Name  = "Royal Bloom Earrings";
itemList[184].Desc  = "Feminine and regal, these earrings feature flowers of Amethyst, freshwater pearl and chrome diopside beads wired together with sterling silver wires. Sterling silver filigree cones top two beautiful dangling amethyst teardrops. Approx. 1.75 long.";
itemList[184].Price = "90.00";
itemList[184].Up1   = "G-0096N";
itemList[184].Up2   = "None";


itemList[185].SKU   = "G-0125E";
itemList[185].Name  = "Citric Bloom Earrings";
itemList[185].Desc  = "These earrings feature flowers of carnelian, freshwater pearl and peridot beads wired together with sterling silver wires. Sterling silver filigree cones top two beautiful dangling carnelian teardrops. Approx. 1.75 long.";
itemList[185].Price = "80.00";
itemList[185].Up1   = "G-0097N";
itemList[185].Up2   = "None";


itemList[186].SKU   = "G-0127E";
itemList[186].Name  = "Ruby Bloom Earrings";
itemList[186].Desc  = "These earrings feature flowers of ruby and chrome diopside beads wired together with sterling silver. Sterling silver filigree cones top two dangling ruby teardrops. Approx. 1.75 long.";
itemList[186].Price = "100.00";
itemList[186].Up1   = "G-0099N";
itemList[186].Up2   = "None";


itemList[187].SKU   = "G-0128E";
itemList[187].Name  = "Something Blue Earrings";
itemList[187].Desc  = "These delightful earrings feature gem flowers made of sky blue topaz and freshwater pearls, wired together with sterling silver. Sterling silver caps, beads and wires. Approx. 1.75 long.";
itemList[187].Price = "102.00";
itemList[187].Up1   = "G-0101N";
itemList[187].Up2   = "None";


itemList[188].SKU   = "G-0129E";
itemList[188].Name  = "Blooming Ruby Earrings";
itemList[188].Desc  = "These lovely earrings feature gem flowers of ruby, freshwater pearl, chrome diopside, and peridot beads wired together with sterling silver. Sterling silver filigree cones top two dangling ruby teardrops. Approx. 1.75 long.";
itemList[188].Price = "92.00";
itemList[188].Up1   = "G-0100N";
itemList[188].Up2   = "None";


itemList[189].SKU   = "G-0130E";
itemList[189].Name  = "Pure Earrings";
itemList[189].Desc  = "These delicate earrings feature flowers made of freshwater pearls wired together in sterling silver. Sterling silver leaf shaped cones top two large dangling freshwater pearls. Approx. 1.75 long.";
itemList[189].Price = "80.00";
itemList[189].Up1   = "G-0103N";
itemList[189].Up2   = "None";


itemList[190].SKU   = "G-0131E";
itemList[190].Name  = "Blushing Beauty Earrings";
itemList[190].Desc  = "These delightful earrings feature gem flowers made of pink tourmaline and freshwater pearls wired together with sterling silver. Sterling silver filigree cones top two rose quartz dangling teardrops. Approx. 1.75 long.";
itemList[190].Price = "94.00";
itemList[190].Up1   = "G-0102N";
itemList[190].Up2   = "None";

itemList[191].SKU   = "G-0119N";
itemList[191].Name  = "Gallia Pendant";
itemList[191].Desc  = "This stunning one of a kind pendant features a beautiful quality sugalite cabichon, purple (dyed) jade cabichon, and faceted amethyst beads wrapped in sterling silver wire. Pendant from bail to bottom measures approx. 3. Bail is wide enough to easily accommodate a 6 mm omega chain or a 5 mm rope.";
itemList[191].Price = "SOLD";
itemList[191].Up1   = "None";
itemList[191].Up2   = "None";

itemList[192].SKU   = "G-0118N";
itemList[192].Name  = "Adele B Pendant";
itemList[192].Desc  = "This one of a kind pendant features a fabulous Picasso marble free form cabichon, tigers eye cabichon, and faceted onyx beads wrapped in sterling silver wire. Pendant from bail to bottom measures approx. 2.75. Bail is wide enough to easily accommodate a 6 mm omega chain or a 5 mm rope.";
itemList[192].Price = "SOLD";
itemList[192].Up1   = "None";
itemList[192].Up2   = "None";

itemList[193].SKU   = "G-0116N";
itemList[193].Name  = "Isis Pendant";
itemList[193].Desc  = "This one of a kind pendant features a lovely abalone cabichon, rose quartz cabichon and faceted amethyst beads wrapped in sterling silver wire. Pendant from bail to bottom measures approx. 2.5. Bail is wide enough to easily accommodate a 6 mm omega chain or a 5 mm rope.";
itemList[193].Price = "SOLD";
itemList[193].Up1   = "None";
itemList[193].Up2   = "None";

itemList[194].SKU   = "G-0115N";
itemList[194].Name  = "Starry Night Pendant";
itemList[194].Desc  = "This one of a kind pendant features a stunning quality labradorite free form cabichon, lapis cabichon and a faceted tiger eye bead wrapped in sterling silver wire. Pendant from bail to bottom measures approx. 2.25. Bail is wide enough to easily accommodate a 6 mm omega chain or a 5 mm rope.";
itemList[194].Price = "SOLD";
itemList[194].Up1   = "None";
itemList[194].Up2   = "None";

itemList[195].SKU   = "G-0120N";
itemList[195].Name  = "Water in Motion Pendant";
itemList[195].Desc  = "This one of a kind pendant features a Chinese turquoise cabichon, tigers eye cabichon, faceted onyx and carnelian beads wrapped in sterling silver wire. Pendant from bail to bottom measures approx. 2.5. Bail is wide enough to easily accommodate a 6 mm omega chain or a 5 mm rope.";
itemList[195].Price = "SOLD";
itemList[195].Up1   = "None";
itemList[195].Up2   = "None";

itemList[196].SKU   = "G-0131N";
itemList[196].Name  = "Zadiel Pendant";
itemList[196].Desc  = "This one of a kind pendant features a lovely deep puple cabochon with gold and grey streaks, a soft peach moonstone, a blue lace agate and carnelian bead. The pendant is constructed of wire wrapped coils and weaves of sterling silver. Pendant from bail to bottom measures approx. 2.25. Bail is wide enough to easily accommodate a 6 mm omega chain (pictured) or a 5 mm rope. Chain not included.";
itemList[196].Price = "260.00";
itemList[196].Up1   = "None";
itemList[196].Up2   = "None";

itemList[197].SKU   = "G-0133N";
itemList[197].Name  = "Akatriel Pendant";
itemList[197].Desc  = "This one of a kind pendant features a lovely pink opal cabochon, a glowing rainbow moonstone cabochon and a rose quartz bead. The pendant is constructed of wire wrapped coils, weaves and beads of sterling silver. Pendant from bail to bottom measures approx. 2.5. Bail is wide enough to easily accommodate a 6 mm omega chain (pictured) or a 5 mm rope. Chain not included.";
itemList[197].Price = "215.00";
itemList[197].Up1   = "None";
itemList[197].Up2   = "None";

itemList[198].SKU   = "G-0134N";
itemList[198].Name  = "Afriel Pendant";
itemList[198].Desc  = "This one of a kind pendant features a rich green malachite cabochon, a stabilized opal cabochon, a green aventurine and a lapis bead. The pendant is constructed of wire wrapped coils, weaves and beads of sterling silver. Pendant from bail to bottom measures approx. 2.25. Bail is wide enough to easily accommodate a 6 mm omega chain (pictured) or a 5 mm rope. Chain not included.";
itemList[198].Price = "200.00";
itemList[198].Up1   = "None";
itemList[198].Up2   = "None";

itemList[199].SKU   = "G-0135N";
itemList[199].Name  = "Helix Pendant";
itemList[199].Desc  = "This one of a kind pendant features an outstanding chrisacola cyprite cabochon, and a faceted garnet bead. The pendant is meticulously wire wrapped, coiled and woven from sterling silver wires. Pendant from bail to bottom measures approx. 3. Bail is wide enough to easily accommodate a 6 mm omega chain (pictured) or a 5 mm rope. Chain not included.";
itemList[199].Price = "236.00";
itemList[199].Up1   = "None";
itemList[199].Up2   = "None";

itemList[200].SKU   = "G-0136N";
itemList[200].Name  = "Fuchsia Pendant";
itemList[200].Desc  = "This one of a kind pendant features a vibrant sugilite cabochon, and bead. The pendant is meticulously wire wrapped, coiled and woven from sterling silver wires. Pendant from bail to bottom measures approx. 2.75. Bail is wide enough to easily accommodate a 6 mm omega chain (pictured) or a 5 mm rope. Chain not included.";
itemList[200].Price = "216.00";
itemList[200].Up1   = "None";
itemList[200].Up2   = "None";

itemList[201].SKU   = "G-0139N";
itemList[201].Name  = "Azariel Pendant";
itemList[201].Desc  = "This one of a kind pendant features all AAA quality gems! The feature stone is an amazing blue lapis cabochon glittering with gold flecks and a rich royal blue color. The secondary stone (on top) is a deep blue/grey labradorite cabochon. A quality faceted blue topaz bead creates a triad of blue colors. The pendant is constructed with wrapped coils and weaves of sterling silver wires. Pendant from bail to bottom measures approx. 2.25. Bail is wide enough to easily accommodate a 6 mm omega chain (pictured) or a 5 mm rope. Chain not included.";
itemList[201].Price = "233.00";
itemList[201].Up1   = "None";
itemList[201].Up2   = "None";

//itemList[35].SKU   = "N-0003"; 
//itemList[35].Name  = "TBD";
//itemList[35].Desc  = "TBD";
//itemList[35].Price = "00.00";

//itemList[36].SKU   = "N-0006"; 
//itemList[36].Name  = "TBD";
//itemList[36].Desc  = "TBD";
//itemList[36].Price = "00.00";

//itemList[37].SKU   = "N-0007"; 
//itemList[37].Name  = "TBD";
//itemList[37].Desc  = "TBD";
//itemList[37].Price = "00.00";

//itemList[38].SKU   = "N-0008"; 
//itemList[38].Name  = "TBD";
//itemList[38].Desc  = "TBD";
//itemList[38].Price = "00.00";

//itemList[40].SKU   = "N-0017"; 
//itemList[40].Name  = "TBD";
//itemList[40].Desc  = "TBD";
//itemList[40].Price = "00.00";

//itemList[41].SKU   = "N-0021"; 
//itemList[41].Name  = "TBD";
//itemList[41].Desc  = "TBD";
//itemList[41].Price = "00.00";

//itemList[42].SKU   = "N-0023"; 
//itemList[42].Name  = "TBD";
//itemList[42].Desc  = "TBD";
//itemList[42].Price = "00.00";

//itemList[0].SKU   = ""; 
//itemList[0].Name  = "";
//itemList[0].Desc  = "";
//itemList[0].Price = "";



// functions



function getItem(type, pos)
{
	var itemNo = "";	
	if (type == "E") {itemNo = earrings[pos];}
	if (type == "N") {itemNo = necklaces[pos];}
	if (type == "B") {itemNo = bracelets[pos];}
	if (type == "G") {itemNo = gallery[pos];}
	//alert(itemNo);
	if (itemNo == undefined) {itemNo = "0"}
	return itemNo;
}

function displayThumbnailItem(type, itemNo)
{
	if (itemNo != "0") 
	{
       var pic = "images/display/"+type+"/"+type+"-"+itemNo+".jpg";
	   document.write('<img width="127" height="127" src="'+pic+'" border="0">');
	   
	}
	else 
	{
		document.write("");
	}
}


function displayThumbnail(type, pos)
{
	var itemNo = "";
	itemNo = getItem(type, pos);
    displayThumbnailItem(type, itemNo)
}


function showNav(page, curr)
{
	var prev = curr-1;
	var next = curr+1;
	var prevPic = "<img src='images/details/prev.gif' border='0'>";
	var nextPic = "<img src='images/details/next.gif' border='0'>";
	var prevLink = "<a href='"+page+prev+".htm'>"+prevPic+"</a>";
	var nextLink = "<a href='"+page+next+".htm'>"+nextPic+"</a>";

	if (prev == 0) 
	{
		prevPic = "<img src='images/details/prev.gif' border='0'>";
		prevLink = "<a href='collections.htm'>"+prevPic+"</a>";
	}
	
	var max1 = 1;
	if (page == "earrings") {max1 = earringsMax;}
	if (page == "necklaces") {max1 = necklacesMax;}
	if (page == "bracelets") {max1 = braceletsMax;}
	if (page == "gallery") {max1 = galleryMax;}

	if (curr*6 >= max1) 
	{
		nextPic = "<img src='images/details/next.gif' border='0'>";
		nextLink = "<a href='collections.htm'>"+nextPic+"</a>";
	}
	
	currPic = "<img src='images/details/"+curr+".gif' border='0'>"
	
	var text = '';
	//text += '<table border="0" cellspacing="0" cellpadding="0">';
	//text += '<tr><td valign="top">';
	text += prevLink;
	//text += '</td>';
	//text += '<td valign="top">';
	//text += currPic;
	//text += '</td>';
	//text += '<td valign="top">';
	text += nextLink;
	//text += '</td>';
	//text += '</tr></table>';
		
		document.write(text);
}

function openDetailItem(type, itemNo) 
{	
	var detailPage = type+"-"+itemNo+".htm";
    document.location = detailPage;
}

function openDetailItemPopup(type, itemNo) 
{	
	var detailPage = type+"-"+itemNo+".htm";
     var openDetailWin = window.open(detailPage,'','scrollbars=no,menubar=no,height=600,width=396,resizable=no,toolbar=no,location=no,status=no'); 
}


function openDetail(type, pos) 
{	
//alert(parent.main.detail1.id);

//alert(parent.script.override);
if (parent.script.override == 1) 
{	

//alert("  " + parent.script.upType + "," + parent.script.upPos + "...");

	type = parent.script.upType;
	pos = parent.script.upPos;
	
	parent.script.override = 0;
	parent.script.upType = "X";
	parent.script.upPos = 0;
}
else {
	parent.script.currType = type;
	parent.script.currPos = pos;
}

parent.script.currItem = getItem(type, pos);
itemNo = getItem(type, pos);
var itemPrice = getItemPrice(type+'-'+itemNo);
//var priceText = "<b>Price:</b> ";
var priceText = " ";

//if (itemPrice != "SOLD") { priceText += "$"; }

//parent.main.location = "detail.htm";

parent.frames['main'].document.getElementById('detailItemImage').innerHTML = displayDetailPic(type,itemNo);

parent.frames['main'].document.getElementById('detailItemName').innerHTML =   "<b>" + displayItemName(type+'-'+itemNo) + "</b>&nbsp;&nbsp;( " + type + "-" + itemNo + ")";

parent.frames['main'].document.getElementById('detailItemDesc').innerHTML = displayItemDesc(type+'-'+itemNo);

parent.frames['main'].document.getElementById('detailItemUp').innerHTML = displayItemUp(type+'-'+itemNo);

parent.frames['main'].document.getElementById('detailItemPrice').innerHTML =  priceText + displayItemPrice(type+'-'+itemNo);

parent.frames['main'].document.getElementById('add2cart').innerHTML = displayAddCart(type+'-'+itemNo);
}

function displayDetailPic(type,itemNo)
{
	var pic = "images/details/"+type+"/"+type+"-"+itemNo+".jpg";
	return '<img src="'+pic+'" border="0">';
}

function displayDetailPic2(type,pos)
{
	var itemNo = getItem(type, pos);
	var pic = "images/details/"+type+"/"+type+"-"+itemNo+".jpg";
	document.write('<img src="'+pic+'" border="0">');
}

function displayMessage(type)
{
	var pic = "images/display/"+type+"/"+type+"_mess.gif";

    document.write('<img src="'+pic+'">');
}

function getItemName(itemNo)
{
//alert(itemNo);
	var i = 0;
	var itemName = "";
	while (++i < itemsMax)
	{
//alert(itemList[i].SKU);
		if (itemList[i].SKU == itemNo) {itemName = itemList[i].Name; i = itemsMax;}
	}
	//alert(itemName);
	return itemName;
}

function getItemPrice(itemNo)
{
	var i = 0;
	var itemPrice = "";
	while (++i < itemsMax)
	{
//alert(itemList.SKU);
		if (itemList[i].SKU == itemNo) {itemPrice = itemList[i].Price; i = itemsMax;}
	}
	//alert(itemPrice);
	return itemPrice;
}

function getItemDesc(itemNo)
{
	var i = 0;
	var itemDesc = "";
	while (++i < itemsMax)
	{
//alert(itemList.SKU);
		if (itemList[i].SKU == itemNo) {itemDesc = itemList[i].Desc; i = itemsMax;}
	}
	//alert(itemPrice);
	return itemDesc;
}

function getItemUp1(itemNo)
{
	var i = 0;
	var itemUp = "";
	while (++i < itemsMax)
	{
//alert(itemList.SKU);
		if (itemList[i].SKU == itemNo) {itemUp = itemList[i].Up1; i = itemsMax;}
	}
	//alert(itemUp);
	return itemUp;
}

function getItemUp2(itemNo)
{
	var i = 0;
	var itemUp = "";
	while (++i < itemsMax)
	{
//alert(itemList.SKU);
		if (itemList[i].SKU == itemNo) {itemUp = itemList[i].Up2; i = itemsMax;}
	}
	//alert(itemUp);
	return itemUp;
}


function displayItemName(itemNo) 
{
	var itemName = getItemName(itemNo);
	//alert(itemName);
	return itemName;
}


function displayItemPrice(itemNo) 
{
	var itemPrice = getItemPrice(itemNo);
	
	if (itemPrice != "SOLD")
	{
		itemPrice = "";
	}
	
	return itemPrice;
}


function displayItemDesc(itemNo) 
{
	var itemDesc = getItemDesc(itemNo);
	//alert(itemName);
	return itemDesc;
}

function getItemPage(itemNo)
{
	//alert(itemNo);
	var pageText = "0";
	var itemType = itemNo.charAt(0);
	var len = itemNo.length;
	var itemNum = itemNo.substring(2,len);
	var tmp = 0;
	var pos = 0;
	//alert(itemType + ", " +itemNum);
	
	if (itemType == "E")
	{
		var i = 0;
		while (i++ < earringsMax)
		{
			if (earrings[i] == itemNum)
			{
				pos = i / 6;
				pos = parseInt(pos) + 1;
				//pageText = "earrings"+pos+".htm";
				pageText = "javascript:doUpURL("+pos+",'"+itemType+"',"+i+")";
			}
		}
	}
	
	if (itemType == "N")
	{
		var i = 0;
		while (i++ < necklacesMax)
		{
			if (necklaces[i] == itemNum)
			{
				pos = i / 6;
				pos = parseInt(pos) + 1;
				pageText = "javascript:doUpURL("+pos+",'"+itemType+"',"+i+")";
			}
		}
	}
	
	if (itemType == "B")
	{
		var i = 0;
		while (i++ < braceletsMax)
		{
			if (bracelets[i] == itemNum)
			{
				pos = i / 6;
				pos = parseInt(pos) + 1;
				pageText = "javascript:doUpURL("+pos+",'"+itemType+"',"+i+")";
			}
		}
	}
	
	if (itemType == "G")
	{
		var i = 0;
		while (i++ < galleryMax)
		{
			if (gallery[i] == itemNum)
			{
				pos = i / 6;
				pos = parseInt(pos) + 1;
				pageText = "javascript:doUpURL("+pos+",'"+itemType+"',"+i+")";
			}
		}
	}
	
	//alert(pageText);
	//pageText = "bracelets1.htm";
	
	return pageText;
}

function doUpURL(pos,itemType,i)
{
	var urlText = "";
	var rm = i % 6
	if (rm == 0) { pos -= 1; }
	parent.script.override = 1;
	parent.script.upType = itemType;
	parent.script.upPos = i;

	if (itemType == "E")
	{
		urlText = "earrings"+pos+".htm";
	}

	if (itemType == "N")
	{
		urlText = "necklaces"+pos+".htm";
	}

	if (itemType == "B")
	{
		urlText = "bracelets"+pos+".htm";
	}

	if (itemType == "G")
	{
		 urlText = "gallery"+pos+".htm";
	}
	
	parent.main.location = urlText;


	return true;
}

function embedUpURL(itemNo)
{
	var urlText = "";
	var page1 = getItemPage(itemNo);
	//alert(page1);
	if (page1 == "0")
	{
		urlText = itemNo;
	}
	else
	{
 		urlText = '<a href="'+ page1+'">' + itemNo + '</a>';
	}
	
	return urlText;
	
	
}

function displayItemUp(itemNo) 
{
	var itemUp = "";
	var itemUp1 = getItemUp1(itemNo);
	var itemUp2 = getItemUp2(itemNo);
	var haveOne = "false";

	if (itemUp1 == "None"){//do nothing 
	}
	else {
		itemUp1 = embedUpURL(itemUp1);
		itemUp += itemUp1;
		haveOne = "true";
	}

	if (itemUp2 == "None"){//do nothing 
	}
	else {
		itemUp2 = embedUpURL(itemUp2);
		itemUp += " and " + itemUp2;
		haveOne = "true";
	}

	if (haveOne == "true") {
		itemUp = "<i/>Wear with " + itemUp + ".</i>"; 
	}

	return itemUp;
}


function displayAddCart(itemNo)
{
	
var displayText = "";
var itemName = getItemName(itemNo);
var itemPrice = getItemPrice(itemNo);

if (itemPrice != "SOLD")
{

//displayText += '<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">';
//displayText += '<input type="image" src="images/details/addbag.gif" border="0" name="submit" alt="Add to Cart">';
//displayText += '<input type="hidden" name="add" value="1">';
//displayText += '<input type="hidden" name="cmd" value="_cart">';
//displayText += '<input type="hidden" name="business" value="susy@pixiebrush.com">';
//displayText += '<input type="hidden" name="item_name" value="'+itemName+'">';
//displayText += '<input type="hidden" name="item_number" value="'+itemNo+'">';
//displayText += '<input type="hidden" name="amount" value="'+itemPrice+'">';
//displayText += '<input type="hidden" name="no_note" value="1">';
//displayText += '<input type="hidden" name="currency_code" value="USD">';
//displayText += '<input type="hidden" name="lc" value="US">';
//displayText += '</form>';
displayText += "<a href='contact.htm' text='Call Susy Now @ 972-899-3380'>Contact Susy to buy this item now</a>";
}
else 
{
displayText += '&nbsp;';
}
return displayText;
}

function displayViewCart()
{
//var displayText = "";

//displayText += '<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">';
//displayText += '<input type="hidden" name="cmd" value="_cart">';
//displayText += '<input type="hidden" name="business" value="susy@pixiebrush.com">';
//displayText += '<input type="image" src="images/details/viewbag.gif" border="0" name="submit" alt="View Cart">';
//displayText += '<input type="hidden" name="display" value="1">';
//displayText += '</form>';

//document.write(displayText);
}
