// 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/diamondjewelry-12331.jpg";
photos[x++]="images/diamondjewelry-23970.jpg";
photos[x++]="images/diamondjewelry-earringwglarge.jpg";

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

// Descriptions for above images. Must define ONLY if showdescriptions==1
x=0;
photosdesc[x++]="";
photosdesc[x++]="";
photosdesc[x++]="";
photosdesc[x++]="";
photosdesc[x++]="";
photosdesc[x++]="";

// 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]="";
