// 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/ourstore-afterhours03.jpg";
photos[x++]="images/storeinterior01.jpg";
photos[x++]="images/ourstore-afterhours01.jpg";
photos[x++]="images/ourstore-afterhours02.jpg";
photos[x++]="images/ourstore-bridalshow.jpg";
photos[x++]="images/ourstore-waterbottle.jpg";
photos[x++]="images/ourstore-2002xmasparty01.jpg";
photos[x++]="images/ourstore-2002xmasparty04.jpg";
photos[x++]="images/ourstore-hofcutting01.jpg";
photos[x++]="images/ourstore-hofcutting04.jpg";
photos[x++]="images/ourstore-hofcutting05.jpg";
photos[x++]="images/ourstore-tomtree01.jpg";

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

// Descriptions for above images. Must define ONLY if showdescriptions==1
x=0;
photosdesc[x++]="'After Hours' party we had for the local Chamber";
photosdesc[x++]="A sidewalk quartet : Aaron Kilman not only enjoys being known for outstanding quality and community involvement, but cultural sophisication.";
photosdesc[x++]="'After Hours' party we had for the local Chamber";
photosdesc[x++]="'After Hours' party we had for the local Chamber";
photosdesc[x++]="Beth and Renee working a bridal show";
photosdesc[x++]="On top of offering our customers Hearts on Fire, 'The Worlds Most Perfectly Cut Diamond', we offer, 'The Worlds Most Famous Water' Made from free flowing springs in the city of Daytona Beach, 'The Worlds Most Famous Beach'. Offered exclusively at Aaron Kilman Jewelers. Come in and ask for one. It's FREE!!!";
photosdesc[x++]="Jeff, our Master Goldsmith, looks up for a brief moment to say hi to the camera!";
photosdesc[x++]="'Dinner for Two' - Customer Appreciation Night";
photosdesc[x++]="Winner of the Hearts On Fire Diamond during our cutting event. Pictured with Aaron and Marteen the Master Cutter";
photosdesc[x++]="Hearts On Fire diamond cutting event. Wow what a turn out. We gave away a Hearts on Fire diamond. Marteen Dewitt was the Master diamond cutter from Hearts On Fire.";
photosdesc[x++]="Hearts On Fire diamond cutting event. Wow what a turn out. We gave away a Hearts on Fire diamond. Marteen Dewitt was the Master diamond cutter from Hearts On Fire.";
photosdesc[x++]="Tom gives 'dedicated staff' a whole new meaning. He saw that this tree limb was blocking our store front and asked the plaza owner if he could cut it down...and he did!!!";


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