// JavaScript document defining the images used for the other models

// Set the paths to the image folders

	thumbPath = "/products/3Dcontent/character_thumbs/"
	bigPath = "/products/3Dcontent/character_big/"
	
// By default there are 20 models per page, defined in a matrix as rowletterPictureNumber, i.e. row 1 is a,
//	row 2 is b.  The PictureNumber is the order of the pictures from left to right - 1, 2, 3.  So the first
//	picture is a1 and so on.

// Should only need to edit the filenames unless more than 4 images per row or 5 rows per page are needed.
//	If so, increase the array variable names per sequence.  Left the filetype extension here to allow for 				
	
	a1Name = "Moose-001";
	a1Image = "animal-moose-001-gen.jpg";
	a1[1] = "animal-moose-001-gen.jpg";
	a1[2] = "animal-moose-001-wf.jpg";
	
	a2Name = "Pigeon-001";
	a2Image = "animal-pigeon-001-gen.jpg";
	a2[1] = "animal-pigeon-001-gen.jpg";
	a2[2] = "animal-pigeon-001-wf.jpg";
	
	a3Name = "Rabbit-001";
	a3Image = "animal-rabbit-001-gen.jpg";
	a3[1] = "animal-rabbit-001-gen.jpg";
	a3[2] = "animal-rabbit-001-wf.jpg";

	a4Name = "Rhinoceros-001";
	a4Image = "animal-rhino-001-gen.jpg";
	a4[1] = "animal-rhino-001-gen.jpg";
	a4[2] = "animal-rhino-001-wf.jpg";
	
	b1Name = "Rodent-001";
	b1Image = "animal-rodent-001-gen.jpg";
	b1[1] = "animal-rodent-001-gen.jpg";
	b1[2] = "animal-rodent-001-wf.jpg";
	
	b2Name = "Turkey-001";
	b2Image = "animal-turkey-001-gen.jpg";
	b2[1] = "animal-turkey-001-gen.jpg";
	b2[2] = "animal-turkey-001-wf.jpg";
	
	b3Name = "";
	b3Image = "";
	b3[1] = "";
	b3[2] = "";
	b3[3] = "";
	
	b4Name = "";
	b4Image = "";
    b4[1] = ""
	b4[2] = ""


   // Define additional elements as needed to add more objects

