// JavaScript document defining the images used for the air models

// Set the paths to the image folders
	thumbPath = "vrsg3dcontent/air_thumbs/";
	bigPath = "vrsg3dcontent/air_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 = "Airbus 320";
	a1Image = "aircraft-a320-gen.jpg";
	a1[1] = "aircraft-a320-gen.jpg";
	a1[2] = "aircraft-a320-wf.jpg";
	
	a2Name = "Airbus 320 Czech";
	a2Image = "aircraft-a320-Czech-gen.jpg";
	a2[1] = "aircraft-a320-Czech-gen.jpg";
	a2[2] = "aircraft-a320-Czech-wf.jpg";
	
	a3Name = "B747-200";
	a3Image = "aircraft-b747-200-gen.jpg";
	a3[1] = "aircraft-b747-200-gen.jpg";
	a3[2] = "aircraft-b747-200-wf.jpg";
		
	a4Name = "Blimp";
	a4Image = "blimp-001-gen.jpg";
	a4[1] = "blimp-001-gen.jpg";
	a4[2] = "blimp-001-wf.jpg";
	a4[3] = "blimp-001-ir.jpg";
	
	b1Name = "Cessna-152";
	b1Image = "aircraft-cessna152-gen.jpg";
	b1[1] = "aircraft-cessna152-gen.jpg";
	b1[2] = "aircraft-cessna152-wf.jpg";
	
	b2Name = "Delta 737";
	b2Image = "delta_737-gen.jpg";
	b2[1] = "delta_737-gen.jpg";
	b2[2] = "delta_737-wf.jpg";
	
	b3Name = "Embraer ERJ-145";
	b3Image = "aircraft-erj145-gen.jpg";
	b3[1] = "aircraft-erj145-gen.jpg";
	b3[2] = "aircraft-erj145-wf.jpg";
	
	b4Name = "Fedex 737";
	b4Image = "aircraft-b737-fedex-gen.jpg";
	b4[1] = "aircraft-b737-fedex-gen.jpg";
	b4[2] = "aircraft-b737-fedex-wf.jpg";
	
	c1Name = "Lufthansa 737";
	c1Image = "lufthansa_737-gen.jpg";
	c1[1] = "lufthansa_737-gen.jpg";
	c1[2] = "lufthansa_737-wf.jpg";
	
	c2Name = "Southwest 737";
	c2Image = "aircraft-b737-southwest-gen.jpg";
	c2[1] = "aircraft-b737-southwest-gen.jpg";
	c2[2] = "aircraft-b737-southwest-wf.jpg";
	
	c3Name = "";
	c3Image = "";
	c3[1] = "";
	c3[2] = "";
	c3[3] = "";
	
	c4Name = "";
	c4Image = "";
	c4[1] = "";
	c4[2] = "";
	c4[3] = "";
	

	

   // Define additional elements as needed to add more objects
