// 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/watch-2tonedateladies.jpg";
photos[x++]="images/watch-submariner_blue.jpg";
photos[x++]="images/watch-100_0135.jpg";
photos[x++]="images/watch-gmt_big.jpg";
photos[x++]="images/watch-daytonarolex.jpg";
photos[x++]="images/watch-breitling1.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]="";

