function Product(type, id, desc, price, sold)
{
	this.type = type;
	this.id  = id;
	this.img = 'items2/'+id+'.jpg';
	this.tb  = 'items2/'+id+'_tb.jpg';
	this.desc= desc;
	this.price=price;
	this.sold =sold;
	
	if (this.type=='B') {
		this.typeDesc='BRACELET';
	} else if (this.type=='E') {
		this.typeDesc='EARRINGS';
	} else if (this.type=='N') {
		this.typeDesc='NECKLACE';
	}
	this.keywords=this.type+this.id+' '+this.typeDesc+' '+this.desc.toUpperCase();
}

function CreateItems()
{
	var items=new Array();

  items[items.length] = new Product('N','690',"A ring of apatite clusters, tiger ebony, mother of pearl and aquamarine",'$52.00',''); 
  items[items.length] = new Product('E','687',"Smooth carved new jade earrings",'$16.00',''); 
  items[items.length] = new Product('N','684',"Natural salwag seeds, tiger ebony, and a large faceted horn pendant.  Earrings and bracelet available also.",'$46.00',''); 
  items[items.length] = new Product('E','664',"Wood and bamboo earrings",'$18.00',''); 
  items[items.length] = new Product('E','662',"Carved coral and mother of pearl",'$21.00',''); 
  items[items.length] = new Product('E','661',"Kyanite teardrops",'$20.00',''); 
  items[items.length] = new Product('N','660',"A stunning kyanite teardrop pendant hangs from a sterling chain.  Look for the matching earrings.",'$45.00',''); 
  items[items.length] = new Product('N','659',"Etched brownlip shell pendant accented with Canadian jade, green rutilated quartz and tiger ebony wood.",'$69.00',''); 
  items[items.length] = new Product('N','658',"Naturally neutral: shell pendant with freshwater pearl, palmwood and sterling",'$49.00',''); 
  items[items.length] = new Product('E','655',"Elegant green onyx and peridot earrings",'$25.00',''); 
  items[items.length] = new Product('N','654',"Tiny sterling chain with delicate round mookaite stones.  Matching bracelet and earrings available also.",'$45.00',''); 
  items[items.length] = new Product('N','653',"Turquoise teardrops dangle from sterling silver chain",'$70.00',''); 
  items[items.length] = new Product('N','649',"Five drops of unique deep red/orange carnelian hang from a sterling chain",'$46.00',''); 
  items[items.length] = new Product('N','648',"Angel pink Peruvian opal stones with a Thai silver pendant",'$67.00',''); 
  items[items.length] = new Product('N','646',"Slices of sponge coral linked with sterling silver rings.  Bracelet and earrings also available.",'$75.00',''); 
  items[items.length] = new Product('N','644',"Soothing blue-green chrysoprase stones and red aventurine stones together with a firey carnelian pendant",'$53.00',''); 
  items[items.length] = new Product('E','643',"Robles wood, mother of pearl, aquamarine",'$15.00',''); 
  items[items.length] = new Product('N','641',"Seaside necklace of aquamarine, robles wood, shell nuggets, freshwater pearls and a beautiful shell pendant.  Matching bracelet and earrings available also.",'$70.00',''); 
  items[items.length] = new Product('N','640',"Delicate organza ribbon with lavender jade, quartz and freshwater pearl",'$49.00',''); 
  items[items.length] = new Product('N','639',"Delicate organza ribbon with moonstone, freshwater pearl and rock crystal",'$49.00',''); 
  items[items.length] = new Product('E','638',"Simple peridot earrings match necklace # 637",'$16.00',''); 
  items[items.length] = new Product('N','637',"Simple peridot beads with a Thai silver fish stamped pendant",'$50.00',''); 
  items[items.length] = new Product('N','635',"Golden neutral pearls with a beautifully etched shell pendant to match",'$48.00',''); 
  items[items.length] = new Product('E','634',"Tiger ebony, honey jade, and olive jade earrings.  Matches necklace #632",'$16.00',''); 
  items[items.length] = new Product('N','632',"Brownlip shell etched with olive green floral print, honey jade, olive jade, tiger ebony and sterling silver accents.   A matching bracelet and earrings are available also.",'$68.00',''); 
  items[items.length] = new Product('E','631',"Chrysoprase and freshwater pearl.  Matches necklace item #630",'$17.00',''); 
  items[items.length] = new Product('N','630',"Minty green chrysoprase stones, freshwater button pearls and a beautifully etched shell pendant.  Matching earrings available.",'$64.00',''); 
  items[items.length] = new Product('N','629',"Large blacklip shell pendant, tiger ebony wood and turquoise accents",'$56.00',''); 
  items[items.length] = new Product('N','628',"Striking bright green agate",'$55.00',''); 
  items[items.length] = new Product('N','626',"Delicate tiny angleskin coral, mother of pearl and shell hang from a sterling ring.",'$43.00',''); 
  items[items.length] = new Product('N','623',"Silvery hypersthene smooth drops hang from a sterling chain",'$44.00',''); 
  items[items.length] = new Product('N','622',"Unique tiger ebony wood pendant with amazonite and sterling silver",'$64.00',''); 
  items[items.length] = new Product('N','620',"Minty green turquoise paired with tiger ebony wood and a shell pendant",'$57.00',''); 
  items[items.length] = new Product('N','618',"Simple, beautiful apatite stones, pink jade and rose quartz",'$47.00',''); 
  items[items.length] = new Product('N','616',"Three hues of aqua blue, apatite and aquamarine together with a Thai silver pendant",'$78.00',''); 
  items[items.length] = new Product('N','615',"Delicate organza ribbon with lemon quartz, peridot and freshwater pearls",'$49.00',''); 
  items[items.length] = new Product('N','614',"Shards of silvery blue/green kyanite",'$53.00',''); 
  items[items.length] = new Product('N','613',"Golden mother of pearl, tiger eye, smoky quartz, blue lace agate, blue chalcedony and sterling silver",'$69.00',''); 
  items[items.length] = new Product('N','612',"Simply beautiful blister pearls will show off any tan.",'$44.00',''); 
  items[items.length] = new Product('N','611',"Lemon yellow jade, orange jade and aqua blue flourite",'$45.00',''); 
  items[items.length] = new Product('N','610',"Gorgeous green aventurine stones with bright lime green jade droplets and sterling silver chain",'$56.00',''); 
  items[items.length] = new Product('N','609',"Five strands of aqua hued natural apatite stones are brought together with one hammered Thai silver pendant",'$81.00',''); 
  items[items.length] = new Product('N','608',"Black onyx briolettes drape to a Y shape",'$53.00',''); 
  items[items.length] = new Product('N','607',"Pale green prehnite and freshwater pearls",'$57.00',''); 
  items[items.length] = new Product('N','605',"Multi colored jade and quartz round beads with a sterling flower closure to be worn in the front",'$47.00',''); 
  items[items.length] = new Product('N','600',"Seaglass green strands of fluorite, and aquamarine with a Thai silver starfish",'$78.00',''); 
  items[items.length] = new Product('E','596',"Fluorite and lemon jade chandelier earrings",'$25.00',''); 
  items[items.length] = new Product('E','595',"Chalcedony quartz three drop chandelier",'$24.00',''); 
  items[items.length] = new Product('E','594',"Dainty carnelian earrings",'$18.00',''); 
  items[items.length] = new Product('E','592',"Round purple fluorite chandeliers",'$20.00',''); 
  items[items.length] = new Product('E','589',"Beautiful pale green prehnite stones on chandelier earrings",'$26.00',''); 
  items[items.length] = new Product('E','587',"Brilliant blue chalcedony and quartz drop earrings",'$18.00',''); 
  items[items.length] = new Product('N','574',"Eliptical blue sponge coral shards and sterling silver chain",'$56.00',''); 
  items[items.length] = new Product('N','573',"Smoky quartz, olive jade, and neon blue apatite stones",'$79.00',''); 
  items[items.length] = new Product('N','572',"Three strands of firey blue flash laboradorite stones",'$91.00',''); 
  items[items.length] = new Product('N','571',"Icey blue lace agate stones compliment a purple flourite pendant",'$63.00',''); 
  items[items.length] = new Product('N','565',"Sparks of blue light shine from these moonstone nuggets accented with freshwater pearls and a beautiful flower toggle.",'$79.00',''); 
  items[items.length] = new Product('N','564',"Mellow yellow honey jade stones with a hot pink chalcedony pendant with bright lime green serpantine drops",'$55.00',''); 
  items[items.length] = new Product('N','563',"Striking Canadian jade oval pendant with carnelian, bright green serpantine jade, and sterling silver",'$74.00',''); 
  items[items.length] = new Product('N','562',"Cool blue amazonite pendant with sapphire blue quartz and sterling silver accents.  Bracelet and earrings to match available.",'$76.00',''); 
  items[items.length] = new Product('N','560',"Amazonite, red aventurine, silver inlaid horn beads, and sterling silver",'$68.00',''); 
  items[items.length] = new Product('B','559',"Naturally artistic picasso jasper stones and sterling silver.",'$32.00',''); 
  items[items.length] = new Product('N','558',"Three strands of deep blue iolite stones accented with sterling silver",'$67.00',''); 
  items[items.length] = new Product('N','542',"A summery mixture of pink carved coral, mother of pearl, shell, and pastel green jade",'$73.00',''); 
  items[items.length] = new Product('E','541',"Summer blue chalcedony drops",'$17.00',''); 
  items[items.length] = new Product('E','539',"Chandelier earrings with carnelian and serpantine jade.",'$25.00',''); 
  items[items.length] = new Product('E','535',"Ruby red quartz chandeliers",'$25.00',''); 
  items[items.length] = new Product('E','534',"Apatite clusters and sappire quartz earrings",'$26.00',''); 
  items[items.length] = new Product('N','531',"Tiny oxidized sterling chain with filigree bali silver and peridot drops",'$58.00',''); 
  items[items.length] = new Product('E','521',"Electric pink chalcedony chandeliers",'$25.00',''); 
  items[items.length] = new Product('N','511',"lemon yellow chalcedony stones and sappire blue quartz drops",'$64.00',''); 
  items[items.length] = new Product('N','503',"Angel pink Peruvian opal stones contrast with the rare smooth blue fluorite pendant",'$80.00',''); 
  items[items.length] = new Product('N','491',"Icey blue natural chalcedony, onyx and ruby jade pendant.  Perfect accent for a plain black top.",'$63.00',''); 
  items[items.length] = new Product('N','488',"An aqua chalcedony pendant hangs from a strand of cherry chalcedony, accented with amazonite",'$46.00',''); 
  items[items.length] = new Product('N','475',"Blue flashes of light shine from these moonstones drops",'$55.00',''); 
  items[items.length] = new Product('N','474',"Beautifully neutral for summer, robles wood, carved pink coral and shell",'$65.00',''); 
  items[items.length] = new Product('N','464',"Summer sorbet yellow calcite, bright orange carnelian and cool aqua chalcedony",'$72.00',''); 
  items[items.length] = new Product('N','452',"Bright brilliant green Korean jade stones with a single deep green jade pendant",'$49.00',''); 
  items[items.length] = new Product('E','434',"Lemon jade chandelier earrings",'$25.00',''); 
  items[items.length] = new Product('N','428',"Stunning colorful olive jade, orange carnelian, horn and sterling silver",'$78.00',''); 
  items[items.length] = new Product('N','427',"Amazonite, deep amethyst, and bright carnelian nuggets with sterling silver accents",'$77.00',''); 
  items[items.length] = new Product('N','425',"Each stone is a work of art in this flower jasper necklace.",'$74.00',''); 
  items[items.length] = new Product('N','424',"Naturally artistic picasso jasper squares accented with sterling silver",'$72.00',''); 
  items[items.length] = new Product('E','420',"Pineapple quartz, jade and aventurine chandeliers",'$20.00',''); 
  items[items.length] = new Product('N','396',"Angel pink Peruvian opal gems with a green fluorite pendant and a sterling flower toggle",'$76.00',''); 
  items[items.length] = new Product('N','338',"Pineapple quartz, olive jade, onyx and sterling silver",'$73.00',''); 
  items[items.length] = new Product('N','327',"Simple rose quartz and sterling silver",'$63.00',''); 
  items[items.length] = new Product('B','310',"Micro faceted citrine quartz",'$35.00',''); 
  items[items.length] = new Product('N','276',"Pale purple fluorite nuggets and smooth faceted amethyst squares",'$55.00',''); 
  items[items.length] = new Product('N','272',"Smooth amethyst teardrop beads with a smooth green fluorite pendant",'$42.00',''); 
  items[items.length] = new Product('N','212',"freeformed faceted amethyst nuggets with silver accents",'$82.00',''); 
  return items;
}
