// 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/bridal-round-3-Y1.jpg";
photos[x++]="images/bridal-1161010l.jpg";
photos[x++]="images/bridal-1180013.jpg";
photos[x++]="images/bridal-12234331.jpg";
photos[x++]="images/bridal-4797_lg.jpg";
photos[x++]="images/bridal-1161004l.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]="";

