
//  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_5751RevBL.jpg";
bigImages[1]="IMG_0744RevA.jpg";
bigImages[2]="IMG_4022RevDL.jpg";
bigImages[3]="IMG_3987RevC810.jpg";
bigImages[4]="IMG_3971RevAL.jpg";
bigImages[5]="CRW_8571RevBweb.jpg";
bigImages[6]="CRW_8826RevD.jpg";
bigImages[7]="CRW_9057RevAms.jpg";
bigImages[8]="CRW_8597RevAweb.jpg";
bigImages[9]="CRW_9200RevBweb.jpg";
bigImages[10]="IMG_9750RevBcpC.jpg";
bigImages[11]="CRW_0867RevA.jpg";
bigImages[12]="IMG_3287RevC.jpg";
bigImages[13]="IMG_2767RevB46.jpg";

///// DO NOT MODIFY CODE BELOW THIS LINE ////////////////

function returnImageArray(){
	return bigImages;
}