// Gallery images and caption data
//
// Use images/galleryFiller.png for blank filler

// Ruggedness Gallery
var Ruggedness = new Array();
Ruggedness['title'] = "Ultra Rugged";

Ruggedness['images'] = new Array();
	Ruggedness.images[0] = "images/gallery/Ruggedness/RNB130_coffee_spill.jpg";
	Ruggedness.images[1] = "images/gallery/Ruggedness/RNB130_sink.jpg";
	Ruggedness.images[2] = "images/gallery/Ruggedness/RNB130_in_the_field-1.jpg";
	Ruggedness.images[3] = "images/gallery/Ruggedness/RNB130_water_splash.jpg";
	Ruggedness.images[4] = "images/gallery/Ruggedness/dust_resistant.jpg";
	Ruggedness.images[5] = "images/gallery/Ruggedness/dirt_convertible.jpg";
//	Ruggedness.images[6] = "images/gallery/Ruggedness/RNB790_water_spill_demo.jpg";
	Ruggedness.images[6] = "images/gallery/Ruggedness/RNB790_water_splash_demo.jpg";

Ruggedness['captions'] = new Array();
	Ruggedness.captions[0] = "Fully rugged means Rugged Notebooks are capable of withstanding spills, drops, and shocks";
	Ruggedness.captions[1] = "Sealed rubber keyboard";
	Ruggedness.captions[2] = "Ultra rugged for harsh environments";
	Ruggedness.captions[3] = "How to clean a fully rugged notebook";
	Ruggedness.captions[4] = "Protection against dirt";
	Ruggedness.captions[5] = "RNB 100 Convertible buried in dirt";
//	Ruggedness.captions[6] = "RNB 790 protected against water intrusion";
	Ruggedness.captions[6] = "RNB 790 sprayed with water";
	
	
	
	
// Transflective Gallery
var Transflective = new Array();
Transflective['title'] = "Transflective Display";

Transflective['images'] = new Array();
	Transflective.images[0] = "images/gallery/Transflective/image1.jpg";	
    Transflective.images[1] = "images/gallery/Transflective/image2.jpg";
    Transflective.images[2] = "images/gallery/Transflective/image3.jpg";
    Transflective.images[3] = "images/gallery/Transflective/image4.jpg";
    Transflective.images[4] = "images/gallery/Transflective/image5.jpg";

Transflective['captions'] = new Array();
	Transflective.captions[0] = "Standard versus Transflective LCD in direct sunlight";
	Transflective.captions[1] = "Transflective versus Standard LCD outdoors under indirect sunlight";
	Transflective.captions[2] = "Superior readability of Transflective display (pictured on the right) under direct sunlight";
	Transflective.captions[3] = "Standard LCD vs. Transflective sunlight readable display (pictured on the right) under outdoor conditions";
	Transflective.captions[4] = "Older sunlight readable technology versus the latest";




// Secure Gallery
var Secure = new Array();
Secure['title'] = "Secure";

Secure['images'] = new Array();
	Secure.images[0] = "images/gallery/Secure/RNB790_fingerprint_reader.jpg";
	Secure.images[1] = "images/gallery/Secure/Stealth_with_TPM_module.jpg";

Secure['captions'] = new Array();
	Secure.captions[0] = "RNB 790 with fingerprint reader and TPM module";
	Secure.captions[1] = "Stealth with TPM module connector for fingerprint reader";
	
	
	
	
// Cooling Gallery
var Cooling = new Array();
Cooling['title'] = "Superior Cooling";

Cooling['images'] = new Array();
	Cooling.images[0] = "images/gallery/Cooling/image1.jpg";
	Cooling.images[1] = "images/gallery/Cooling/image2.jpg";
	Cooling.images[2] = "images/gallery/Cooling/image3.jpg";

Cooling['captions'] = new Array();
	Cooling.captions[0] = "Array of copper heat pipes attached to magnesium case";
	Cooling.captions[1] = "Copper heat pipes attached to magnesium case";
	Cooling.captions[2] = "What are heat pipes?";




// Mobile Gallery
var Mobile = new Array();
Mobile['title'] = "Mobile Performance";

Mobile['images'] = new Array();
	Mobile.images[0] = "images/gallery/Mobile/RNB100Convertible_digitizer.jpg";
	Mobile.images[1] = "images/gallery/Mobile/RNB130_car_mount-1.jpg";
	Mobile.images[2] = "images/gallery/Mobile/RNB130_car_mount_console.jpg";
	Mobile.images[3] = "images/gallery/Mobile/GPS_viewer.jpg";
	Mobile.images[4] = "images/gallery/Mobile/RNB100Convertible_engine_bay.jpg";
	Mobile.images[5] = "images/gallery/Mobile/RNB130_in_the_field-2.jpg";
	Mobile.images[6] = "images/gallery/Mobile/RNB130_in_the_field-3.jpg";
	Mobile.images[7] = "images/gallery/Mobile/rugged_helicopter_mount.jpg";
	Mobile.images[8] = "images/gallery/Mobile/RNB230_vehicle_mount.jpg";
	Mobile.images[9] = "images/gallery/Mobile/semi_rugged_car_mount-1.jpg";
	Mobile.images[10] = "images/gallery/Mobile/semi_rugged_car_mount-2.jpg";
	
Mobile['captions'] = new Array();
	Mobile.captions[0] = "RNB 100 Convertible with digitizer pen";
	Mobile.captions[1] = "RNB 130 fully rugged vehicle mount";
	Mobile.captions[2] = "RNB 130 vehicle console mount";
	Mobile.captions[3] = "Built-in GPS capability";
	Mobile.captions[4] = "RNB 100 Convertible performs in many applications";
	Mobile.captions[5] = "Fully-rugged field proven performance";
	Mobile.captions[6] = "Field proven performance";
	Mobile.captions[7] = "Helicoptor mount";
	Mobile.captions[8] = "Fully-rugged vehicle mount";
	Mobile.captions[9] = "Vehicle mount with port replicator for our semi-rugged notebooks";
	Mobile.captions[10] = "Semi-rugged vehicle mount with port replicator";
	
	
	
// Custom Solutions Gallery
var Custom = new Array();
Custom['title'] = "Custom Solutions";

Custom['images'] = new Array();
	Custom.images[0] = "images/gallery/Custom/image1.jpg";
	Custom.images[1] = "images/gallery/Custom/image2.jpg";
	Custom.images[2] = "images/gallery/Custom/image3.jpg";
	Custom.images[3] = "images/gallery/Custom/image4.jpg";
	Custom.images[4] = "images/gallery/Custom/image5.jpg";
	Custom.images[5] = "images/gallery/Custom/image6.jpg";
	Custom.images[6] = "images/gallery/Custom/image7.jpg";
	Custom.images[7] = "images/gallery/Custom/image8.jpg";

Custom['captions'] = new Array();
	Custom.captions[0] = "Custom MIL-SPEC connectors on the RNB 790";
	Custom.captions[1] = "Custom MIL-SPEC RS-232 & RS-422 connectors on the RNB 790";
	Custom.captions[2] = "Custom GPS antenna connector on the RNB 230";
	Custom.captions[3] = "Custom fiber optic transciever on an RNB 770";
	Custom.captions[4] = "Custom BNC connectors on a rugged tablet computer";
	Custom.captions[5] = "Custom MIL-SPEC connectors on the RNB 790";
	Custom.captions[6] = "NVIDIA PCI graphics card installed in the RNB 790";
	Custom.captions[7] = "Internal PCI expansion slots with NVIDIA graphics card";
	
	



// Toughbook Gallery
var Toughbook = new Array();
Toughbook['title'] = "Rugged Notebooks vs. Toughbooks";

Toughbook['images'] = new Array();
//	Toughbook.images[0] = "images/gallery/Toughbook/image1.jpg";
//    Toughbook.images[1] = "images/gallery/Toughbook/image5.jpg";	
    Toughbook.images[0] = "images/gallery/Toughbook/image4.jpg";
    Toughbook.images[1] = "images/gallery/Toughbook/image3.jpg";
    Toughbook.images[2] = "images/gallery/Toughbook/image2.jpg";

Toughbook['captions'] = new Array();
//	Toughbook.captions[0] = "US Army Panasonic Toughbook burned from exposure to extreme hot weather in Iraq";
//	Toughbook.captions[1] = "Toughbooks used by the US Army in Iraq in 2006. Unit on the left combusted due to high ambient temperature.";
	Toughbook.captions[0] = "Superior copper heat pipe cooling system performs in extreme heat environments";
	Toughbook.captions[1] = "O-Ring gaskets seal Rugged Notebooks against dust, water, and sand";
	Toughbook.captions[2] = "MIL-STD 461E EMI/RFI shielded cables on Rugged Notebooks";
	
	
	
	

// Support Gallery
var Support = new Array();
Support['title'] = "Support";

Support['images'] = new Array();
	Support.images[0] = "images/gallery/Support/image1.jpg";
	Support.images[1] = "images/gallery/Support/image2.jpg";
	Support.images[2] = "images/gallery/Support/hard_drive_connection.jpg";

Support['captions'] = new Array();
	Support.captions[0] = "Rugged Notebooks support is there to meet the most demanding needs";
	Support.captions[1] = "Internal components";
	Support.captions[2] = "Internal hard drive connection";
	
	

// Promo Galleries 
//
// Black Hawk Pro 3G promo
var bhp3g = new Array();
bhp3g['title'] = "Black Hawk Pro 3G";

bhp3g['images'] = new Array();
	bhp3g.images[0] = "/promos/gallery/bhp3g/image1.jpg";
	bhp3g.images[1] = "/promos/gallery/bhp3g/image2.jpg";
	bhp3g.images[2] = "/promos/gallery/bhp3g/image3.jpg";
	bhp3g.images[3] = "/promos/gallery/bhp3g/image4.jpg";

bhp3g['captions'] = new Array();
	bhp3g.captions[0] = "Rugged Notebooks support is there to meet the most demanding needs";
	bhp3g.captions[1] = "Internal components";
	bhp3g.captions[2] = "Internal hard drive connection";
	
	
	
	