
//  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]="CRW_6888RevD.jpg";
bigImages[1]="IMG_1801RevC45.jpg";
bigImages[2]="IMG_3615RevA.jpg";
bigImages[3]="CRW_4121REVA46W.jpg";
bigImages[4]="CRW_7207RevAf.jpg";
bigImages[5]="IMG_0031RevB.jpg";
bigImages[6]="CRW_1002REVAAC.jpg";bigImages[7]="CRW_2845REVAW.jpg";
bigImages[8]="CRW_4163REVC57.jpg";
bigImages[9]="IMG_4978REVEXP31319p.jpg";
bigImages[10]="IMG_5038REVDCPC44LW.jpg";
bigImages[11]="CRW_3885RevB.jpg";
bigImages[12]="IMG_8622RevAw.jpg";
bigImages[13]="IMG_8733RevC57.jpg";
bigImages[14]="IMG_9172RevA.jpg";
bigImages[15]="IMG_8590RevA.jpg";bigImages[16]="IMG_8541RevA.jpg";bigImages[17]="IMG_1132RevA.jpg";bigImages[18]="IMG_2881RevC.jpg";bigImages[19]="IMG_1721RevcpB.jpg";bigImages[20]="IMG_8998RevB57.jpg";bigImages[21]="IMG_9015RevA57.jpg";bigImages[22]="IMG_1814RevB57.jpg";






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

function returnImageArray(){
	return bigImages;
}