
//  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_1230RevCweb.jpg";
bigImages[1]="IMG_5692RevBL57cpA.jpg";
bigImages[2]="CRW_8925RevBweb.jpg";
bigImages[3]="CRW_6280CD.jpg";
bigImages[4]="CRW_8581RevDweb2.jpg";
bigImages[5]="CRW_8531RevBWeb.jpg";
bigImages[6]="CRW_0700RevAL.jpg";
bigImages[7]="CRW_2426RevC.jpg";
bigImages[8]="IMG_6628RevA.jpg";
bigImages[9]="IMG_6748RevC.jpg";
bigImages[10]="IMG_6844RevA1114.jpg";
bigImages[11]="IMG_7346RevCF57.jpg";
bigImages[12]="IMG_7400RevC810.jpg";
bigImages[13]="IMG_7654RevA.jpg";
bigImages[14]="IMG_9851RevBcpe46.jpg";
bigImages[15]="IMG_9911RevBcpC.jpg";
bigImages[16]="IMG_9916RevA.jpg";
bigImages[17]="IMG_9952RevB.jpg";
bigImages[18]="IMG_9991RevA.jpg";
bigImages[19]="IMG_1963RevB.jpg";
bigImages[20]="IMG_1833RevA.jpg";

///// DO NOT MODIFY CODE BELOW THIS LINE ////////////////

function returnImageArray(){
	return bigImages;
}