
//  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_4053RevAL.jpg";
bigImages[1]="IMG_4147RevAL.jpg";
bigImages[2]="CRW_8134RevBWeb2.jpg";
bigImages[3]="CRW_8250RevBweb.jpg";
bigImages[4]="CRW_8451BLweb.jpg";
bigImages[5]="CRW_8348RevCWeb3.jpg";
bigImages[6]="IMG_0704RevA.jpg";
bigImages[7]="IMG_0285RevC.jpg";
bigImages[8]="CRW_4284RevAweb.jpg";
bigImages[9]="CRW_9063RevAweb.jpg";
bigImages[10]="CRW_6581RevB.jpg";
bigImages[11]="CRW_6472RevDWeb.jpg";
bigImages[12]="CRW_9208RevCweb.jpg";
bigImages[13]="CRW_0773RevF.jpg";
bigImages[14]="CRW_0828RevBL.jpg";
bigImages[15]="CRW_0853RevF57.jpg";
bigImages[16]="CRW_0868RevB.jpg";
bigImages[17]="IMG_5840RevA.jpg";
bigImages[18]="CRW_9454RevD.jpg";
bigImages[19]="IMG_9074RevA57.jpg";
bigImages[20]="IMG_5847RevABW.jpg";
bigImages[21]="IMG_0707RevC46.jpg";
bigImages[22]="IMG_0863RevAL46.jpg";
bigImages[23]="IMG_4335RevAL.jpg";
///// DO NOT MODIFY CODE BELOW THIS LINE ////////////////

function returnImageArray(){
	return bigImages;
}
