
//  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]="IMG_6315Revbw.jpg";
bigImages[3]="IMG_5847RevABW.jpg";                       
bigImages[4]="IMG_0704RevA.jpg";
bigImages[5]="IMG_0285RevC.jpg";
bigImages[6]="CRW_4284RevAweb.jpg";
bigImages[7]="CRW_9063RevAweb.jpg";
bigImages[8]="IMG_9074RevA57.jpg";
bigImages[9]="CRW_9208RevCweb.jpg";
bigImages[10]="CRW_0773RevF.jpg";
bigImages[11]="CRW_0853RevF57.jpg";
bigImages[12]="CRW_0868RevB.jpg";
bigImages[13]="IMG_5840RevA.jpg";
bigImages[14]="CRW_9454RevD.jpg";
bigImages[15]="CRW_6472RevDWeb.jpg";
bigImages[16]="IMG_6839RevBW.jpg";
bigImages[17]="IMG_0707RevC46.jpg";
bigImages[18]="IMG_0863RevAL46.jpg";
bigImages[19]="IMG_4335RevAL.jpg";
///// DO NOT MODIFY CODE BELOW THIS LINE ////////////////

function returnImageArray(){
	return bigImages;
}

