
//  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_1379RevC.jpg";
bigImages[1]="IMG_1339RevD.jpg";
bigImages[2]="IMG_5753BL.jpg";
bigImages[3]="IMG_5781RevCL.jpg";
bigImages[4]="IMG_5826RevC.jpg";
bigImages[5]="CRW_5794CD.jpg";
bigImages[6]="IMG_6051RevB.jpg";
bigImages[7]="CRW_8955RevEL.jpg";
bigImages[8]="CRW_6888RevD.jpg";
bigImages[9]="CRW_8581RevDweb2.jpg";
bigImages[10]="CRW_8925RevBweb.jpg";
bigImages[11]="CRW_8811RevBweb.jpg";
bigImages[12]="CRW_8531RevBWeb.jpg";
bigImages[13]="CRW_8826RevD.jpg";
bigImages[14]="CRW_1204RevAL46.jpg";
bigImages[15]="CRW_2675RevA46.jpg";
bigImages[16]="IMG_5038RevDcpc44lw.jpg";
bigImages[17]="IMG_4978RevExp31319.jpg";
bigImages[18]="AYSE8409RevA.jpg";
bigImages[19]="IMG_7163RevA.jpg";
bigImages[20]="IMG_1833RevA.jpg";


///// DO NOT MODIFY CODE BELOW THIS LINE ////////////////

function returnImageArray(){
	return bigImages;
}