// Images for a slide show on the same-named HTML page

var photos=new Array();
var photoslink=new Array();
var photosdesc=new Array();
var which=0;

// Define images. Images MUST be of the same dimensions (for NS's sake)
x=0;
photos[x++]="images/custom-de06-003.jpg";
photos[x++]="images/custom-ap02-011.jpg";
photos[x++]="images/custom-ap02-013.jpg";
photos[x++]="images/custom-ap05-001.jpg";
photos[x++]="images/custom-ap05-002.jpg";
photos[x++]="images/custom-ap16-001.jpg";
// begin no descriptions for these pieces
photos[x++]="images/custom-ag06-001.jpg";
photos[x++]="images/custom-my21-001.jpg";
photos[x++]="images/custom-my21-002.jpg";
photos[x++]="images/custom-my21-003.jpg";
photos[x++]="images/custom-oc18-001.jpg";
photos[x++]="images/custom-ap17-001.jpg";
photos[x++]="images/custom-ap17-003.jpg";
// end no descriptions for these pieces
photos[x++]="images/custom-nv30-002.jpg";

// Display descriptions? (1=displayed, 0=not displayed)
showdescriptions=1;

// Descriptions for above images. Must define ONLY if showdescriptions==1
x=0;
photosdesc[x++]="14k white gold pendant fillagree style pendant";
photosdesc[x++]="Customer special order pendant - front";
photosdesc[x++]="Customer special order pendant - back";
photosdesc[x++]="Waxes are carved and then approved - top view";
photosdesc[x++]="Waxes are carved and then approved - side view";
photosdesc[x++]="Pave wedding band made to match the clients engagement ring";
photosdesc[x++]="";
photosdesc[x++]="";
photosdesc[x++]="";
photosdesc[x++]="";
photosdesc[x++]="";
photosdesc[x++]="";
photosdesc[x++]="";
photosdesc[x++]="14k white gold pendant and pave earrings";

// Link images? (1=linked, 0=not linked)
var linkornot=0;

// URLs for above images. Must define ONLY if linkornot==1
photoslink[0]="";
photoslink[1]="";
photoslink[2]="";
