// JavaScript Document

var img_dir = "images/accessories/";

var items = new Array();

items[1] = {
	name : "A002",
	description : "8.11 Pear Shape Fancy Intense Yellow natural colored diamond (GIA certified) mounted on pink gold with micro pave' setting as a pendant.",
	html : false,
	alt : false
};

items[2] = {
	name : "A003",
	description : "Matching pair Round Brilliant Fancy Intense Yellow natural colored diamond earrings 4.49 VS1 and 4.02 IF (all GIA certified).",
	html : false,
	alt : false
};

items[3] = {
	name : "A004",
	description : "Matching pair Heart Shape Fancy Yellow natural colored diamond earrings 1.08 and 1.26 (all GIA certified).",
	html : false,
	alt : false
};

items[4] = {
	name : "A005",
	description : "Matching pair Round Brilliant 0.50 Fancy Intense Pink and 0.55 Fancy Orangey Pink natural colored diamond earrings (all GIA certified).",
	html : false,
	alt : false
};

items[5] = {
	name : "A006",
	description : '<a href="contactUs.html" class="textColor">Contact us for details </a>',
	html : true,
	alt : false
};

items[6] = {
	name : "A007",
	description : '<a href="contactUs.html" class="textColor">Contact us for details </a>',
	html : true,
	alt : false
};

items[7] = {
	name : "A008",
	description : '<a href="contactUs.html" class="textColor">Contact us for details </a>',
	html : true,
	alt : false
};

items[8] = {
	name : "A009",
	description : "Matching pair Radiant Fancy Yellow natural colored diamond earrings 4.39 IF and 4.14 VVS2 (all GIA certified).",
	html : false,
	alt : false
};

