
//  DO NOT MODIFY THIS CODE ///////
var bigImages = new Array(); //////
///////////////////////////////////

// Modify the following array with the names of the files 
// to be displayed on the correlating webpage.  Make sure 
// that the  array is incremented starting from zero (0) 
// and that no numbers are missed.
//
// If the file at index 0 is ever changed then the file name
// for the main image on the correspoding webpage needs to 
// change as well so that when the page initially loads the
// proper image is displayed  (ie. the big image that matches the thumbnail)


bigImages[0]="IMG_6016RevD810.jpg";
bigImages[1]="IMG_9838RevD.jpg";
bigImages[2]="IMG_9956RevA57.jpg";
bigImages[3]="IMG_0037RevB57BW.jpg";
bigImages[4]="IMG_0056RevABW57.jpg";
bigImages[5]="IMG_0353RevB810.jpg";
bigImages[6]="IMG_0384RevA57.jpg";
bigImages[7]="IMG_0388RevHSAL57.jpg";
bigImages[8]="IMG_8496RevA.jpg";
bigImages[9]="IMG_8497RevA.jpg";
bigImages[10]="IMG_8499RevAL.jpg";bigImages[11]="IMG_0107RevE1620cpa.jpg";bigImages[12]="IMG_4106RevE.jpg";

///// DO NOT MODIFY CODE BELOW THIS LINE ////////////////

function returnImageArray(){
	return bigImages;
}

