
//  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_4305RevA.jpg";
bigImages[1]="CRW_4201RevD.jpg";
bigImages[2]="IMG_5298RevC46.jpg";
bigImages[3]="IMG_5296RevA46.jpg";
bigImages[4]="IMG_7275RevA.jpg";
bigImages[5]="IMG_7297RevA.jpg";
bigImages[6]="IMG_3710RevA812.jpg";
bigImages[7]="IMG_3758RevA46BW.jpg";
bigImages[8]="IMG_3759RevAL46BW.jpg";
bigImages[9]="IMG_3764RevA46BW.jpg";
bigImages[10]="IMG_3798RevA57.jpg";
bigImages[11]="IMG_7671RevB57.jpg";
bigImages[12]="IMG_2219RevA5.jpg";
bigImages[13]="IMG_2217RevA7.jpg";
bigImages[14]="IMG_2220ABW.jpg";
bigImages[15]="IMG_7510RevABW.jpg";
bigImages[16]="IMG_0421RevB57.jpg"
;
bigImages[17]="IMG_0471RevCcpA810.jpg";
bigImages[18]="IMG_0502RevB57.jpg";

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

function returnImageArray(){
	return bigImages;
}

