// 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/fashionjewelry-designer-johnatencio-oceana.jpg";
photos[x++]="images/fashionjewelry-scottkay-engagementring-w855.gif";
photos[x++]="images/fashionjewelry-designer-designsbygadi-tf-3186bow.jpg";
photos[x++]="images/fashionjewelry-designer-furrerjacot-bicolor.jpg";
photos[x++]="images/fashionjewelry-designer-garnier4.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++]="";

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

