
//  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_2219RevA5.jpg";
bigImages[1]="IMG_2217RevA7.jpg";
bigImages[2]="IMG_2220ABW.jpg";
bigImages[3]="CRW_1623RevA46BW.jpg";
bigImages[4]="CRW_1632RevA.jpg";
bigImages[5]="CRW_3228RevC46.jpg";
bigImages[6]="IMG_5616revAL.jpg";
bigImages[7]="IMG_5488RevAL57.jpg";
bigImages[8]="CRW_4305RevA.jpg";
bigImages[9]="CRW_4201RevD.jpg";
bigImages[10]="IMG_7275RevA.jpg";
bigImages[11]="IMG_7297RevA.jpg";
bigImages[12]="IMG_3710RevA812.jpg";
bigImages[13]="IMG_3758RevA46BW.jpg";
bigImages[14]="IMG_3759RevAL46BW.jpg";
bigImages[15]="IMG_3764RevA46BW.jpg";
bigImages[16]="IMG_3798RevA57.jpg";
bigImages[17]="CRW_0970RevW.jpg";
bigImages[18]="CRW_0983RevW.jpg";

///// DO NOT MODIFY CODE BELOW THIS LINE ////////////////

function returnImageArray(){
	return bigImages;
}
