
//  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_8873RevAL.jpg";
bigImages[1]="IMG_8880RevB810.jpg";
bigImages[2]="IMG_5676RevBL.jpg";
bigImages[3]="IMG_7876RevAL.jpg";
bigImages[4]="IMG_7958RevAL.jpg";
bigImages[5]="IMG_7835RevAL.jpg";
bigImages[6]="IMG_7906RevA.jpg";
bigImages[7]="CRW_7582RevBweb.jpg";
bigImages[8]="HSJSL03_3041BWRevC_RT8web.jpg";
bigImages[9]="CRW_9200RevBW810bF.jpg";
bigImages[10]="CRW_6249RevACD.jpg";
bigImages[11]="CRW_4384cpARevC.jpg";
bigImages[12]="IMG_7733RevA.jpg";
bigImages[13]="IMG_7625RevC.jpg";
bigImages[14]="CRW_2478RevcB&W.jpg";
bigImages[15]="LV_3794revA.jpg";
bigImages[16]="8366RevA.jpg";
bigImages[17]="CRW_5826RevABW.jpg";
bigImages[18]="IMG_9911RevBcpC.jpg";
bigImages[19]="IMG_2042RevBL.jpg";
bigImages[20]="IMG_3070RevC46web.jpg";
bigImages[21]="IMG_0746RevD46.jpg";


///// DO NOT MODIFY CODE BELOW THIS LINE ////////////////

function returnImageArray(){
	return bigImages;
}