// JavaScript document defining the images used for the other models

// Set the paths to the image folders

	thumbPath = "vrsg3dcontent/water_thumbs/"
	bigPath = "vrsg3dcontent/water_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 = "AN/SSQ-53B Sonobuoy";
	a1Image = "an-ssq-53b-gen.jpg";
	a1[1] = "an-ssq-53b-gen.jpg";
	a1[2] = "an-ssq-53b-wf.jpg";
	a1[3] = "an-ssq-53b-ir.jpg";
	a1[4] = "an-ssq-53b-launched.jpg";
	a1[5] = "an-ssq-53b-deployed.jpg";
	
	a2Name = "ANT LG";
	a2Image = "ant_lg-gen.jpg";
	a2[1] = "ant_lg-gen.jpg";
	a2[2] = "ant_lg-wf.jpg";
	a2[3] = "ant_lg-ir.jpg";
	
	a3Name = "Boghammar";
	a3Image = "Boghammar.IR-gen.jpg";
	a3[1] = "Boghammar.IR-gen.jpg";
	a3[2] = "Boghammar.IR-wf.jpg";
	a3[3] = "Boghammar.IR-ir.jpg";
	
	a4Name = "CV-41";
	a4Image = "CV-41.US-gen.jpg";
	a4[1] = "CV-41.US-gen.jpg";
	a4[2] = "CV-41.US-wf.jpg";
	a4[3] = "CV-41.US-ir.jpg";
	
	b1Name = "CV-63";
	b1Image = "kittyhawk-gen.jpg";
	b1[1] = "kittyhawk-gen.jpg";
	b1[2] = "kittyhawk-wf.jpg";
	b1[3] = "kittyhawk-ir.jpg";
	
	b2Name = "DDG-1000";
	b2Image = "DDG-1000-gen.jpg";
	b2[1] = "DDG-1000-gen.jpg";
	b2[2] = "DDG-1000-wf.jpg";
	b2[3] = "DDG-1000-ir.jpg";
	
	b3Name = "Giuseppe Garibaldi";
	b3Image = "Giuseppe-Garibaldi-IT-gen.jpg";
    b3[1] = "Giuseppe-Garibaldi-IT-gen.jpg"
	b3[2] = "Giuseppe-Garibaldi-IT-wf.jpg"
	b3[3] = "Giuseppe-Garibaldi-IT-ir.jpg"
	
	b4Name = "Kirov Class";
	b4Image = "Kirov-Class.RU-gen.jpg";
    b4[1] = "Kirov-Class.RU-gen.jpg"
	b4[2] = "Kirov-Class.RU-wf.jpg"
	b4[3] = "Kirov-Class.RU-ir.jpg"
	
	c1Name = "Koni Class Frigate";
	c1Image = "Koni-Class-Frigate.RU-gen.jpg";
    c1[1] = "Koni-Class-Frigate.RU-gen.jpg"
	c1[2] = "Koni-Class-Frigate.RU-wf.jpg"
	c1[3] = "Koni-Class-Frigate.RU-ir.jpg"
	
	c2Name = "LCAC";
	c2Image = "LCAC-US-gen.jpg";
    c2[1] = "LCAC-US-gen.jpg"
	c2[2] = "LCAC-US-wf.jpg"
	c2[3] = "LCAC-US-ir.jpg"
	
	c3Name = "LHD-1 US";
	c3Image = "USS-Wasp-LHD1-gen.jpg";
	c3[1] = "USS-Wasp-LHD1-gen.jpg";
	c3[2] = "USS-Wasp-LHD1-wf.jpg";
	c3[3] = "USS-Wasp-LHD1-ir.jpg";
	
	c4Name = "LHD-7";
	c4Image = "USS-Iwo-Jima-US-gen.jpg";
	c4[1] = "USS-Iwo-Jima-US-gen.jpg";
	c4[2] = "USS-Iwo-Jima-US-wf.jpg";
	c4[3] = "USS-Iwo-Jima-US-ir.jpg";
	
	d1Name = "OSA II Class";
	d1Image = "OSA-II-Class.RU-gen.jpg";
    d1[1] = "OSA-II-Class.RU-gen.jpg"
	d1[2] = "OSA-II-Class.RU-wf.jpg"
	d1[3] = "OSA-II-Class.RU-ir.jpg"
	
	d2Name = "Tarantul III";
	d2Image = "Tarantul-III.RU-gen.jpg";
	d2[1] = "Tarantul-III.RU-gen.jpg";
	d2[2] = "Tarantul-III.RU-wf.jpg";
	d2[3] = "Tarantul-III.RU-ir.jpg";
	
	d3Name = "Tarawa Class";
	d3Image = "tarawa-gen.jpg";
	d3[1] = "tarawa-gen.jpg";
	d3[2] = "tarawa-wf.jpg";
	
	d4Name = "US Coast Guard-001";
	d4Image = "us_coast_guard-001-gen.jpg";
	d4[1] = "us_coast_guard-001-gen.jpg";
	d4[2] = "us_coast_guard-001-wf.jpg";
	
	e1Name = "US Coast Guard-002";
	e1Image = "us_coast_guard-002-gen.jpg";
	e1[1] = "us_coast_guard-002-gen.jpg";
	e1[2] = "us_coast_guard-002-wf.jpg";
	
	e2Name = "US Coast Guard-003";
	e2Image = "us_coast_guard-003-gen.jpg";
	e2[1] = "us_coast_guard-003-gen.jpg";
	e2[2] = "us_coast_guard-003-wf.jpg";
	
	e3Name = "UUV 21";
	e3Image = "UUV-21.US.development-gen.jpg";
	e3[1] = "UUV-21.US.development-gen.jpg";
	e3[2] = "UUV-21.US.development-wf.jpg";
	e3[3] = "UUV-21.US.development-ir.jpg";

   // Define additional elements as needed to add more objects

