var gaProducts = new Array();

populateProductArray();
oProduct = null;

function populateProductArray(){

	oProduct = new Object();
	oProduct.Id = "DGSAboutUs";
	oProduct.Name = "DGS About Us";
	oProduct.ServiceRollupImage = "../PublishingImages/Banner/supplyChain.jpg";
	oProduct.ProductDetailImage = "../PublishingImages/Banner/supplyChain_detail.jpg";
	oProduct.ServiceRollupGradientImage = "../PublishingImages/Gradient/supplyChain.gif";
	oProduct.ServiceRollupSubHeaderImage = "../PublishingImages/SubHeader/supplyChainSolutionsServices.gif";
	oProduct.Bio = oTobySwitzer;
	oProduct.IndustryLayer = "toolIndustrySelect";
	oProduct.IndustryLayerText = "";
	oProduct.GradientText = '<b>Vision: </b>The recognized global leader in integrated logistics, meeting the specialized requirements of defense and government customers.<br><b>Mission: </b> Deliver innovative, end-to-end, global Supply Chain solutions in all environments.<br>Assist by providing total visibility and accountability of the supply chain assets we manage for you.<br>Execute with excellence and speed, bringing exceptional value to you.';
	oProduct.TertiaryNavTextColor = "#AD241D";
	gaProducts.push(oProduct);
	
	oProduct = new Object();
	oProduct.Id = "DGSProducts";
	oProduct.Name = "DGS Products";
	oProduct.ServiceRollupImage = "../PublishingImages/Banner/freightManagement.jpg";
	oProduct.ProductDetailImage = "../PublishingImages/Banner/freightManagement_detail.jpg";
	oProduct.ServiceRollupGradientImage = "../PublishingImages/Gradient/freightManagement.gif";
	oProduct.ServiceRollupSubHeaderImage = "../PublishingImages/SubHeader/freightMangagmentServices.gif";
	oProduct.Bio = oTobySwitzer;
	oProduct.IndustryLayer = "toolIndustrySelect";
	oProduct.IndustryLayerText = "";
	oProduct.GradientText = 'Agility DGS is a complete end-to-end supply chain solution provider that is risk-tolerant and offers significant asset depth and financial strength.';
	oProduct.TertiaryNavTextColor = "#C19B67";
	gaProducts.push(oProduct);
	
	oProduct = new Object();
	oProduct.Id = "DGSContractVehicles";
	oProduct.Name = "DGS Contract Vehicles";
	oProduct.ServiceRollupImage = "../PublishingImages/Banner/defenseGovernment.jpg";
	oProduct.ProductDetailImage = "../PublishingImages/Banner/defenseGovernment_detail.jpg";
	oProduct.ServiceRollupGradientImage = "../PublishingImages/Gradient/defenseGovernment.gif";
	oProduct.ServiceRollupSubHeaderImage = "../PublishingImages/SubHeader/defenseGovernment.gif";
	oProduct.Bio = oTobySwitzer;
	oProduct.IndustryLayer = "toolIndustryNoUI";
	oProduct.IndustryLayerText = "Defense &amp; Government Services cater for the Government sector.";
	oProduct.GradientText = 'Various contract vehicles are in place and available for use by government agencies to access Agility solutions. These include several Indefinite Delivery Indefinite Quantity (IDIQ) contracts.';
	oProduct.TertiaryNavTextColor = "#B1690D";
	gaProducts.push(oProduct);
	
	oProduct = new Object();
	oProduct.Id = "DGSSupplierDiversity";
	oProduct.Name = "DGS Supplier Diversity";
	oProduct.ServiceRollupImage = "../PublishingImages/Banner/projectLogistics.jpg";
	oProduct.ProductDetailImage = "../PublishingImages/Banner/projectLogistics_detail.jpg";
	oProduct.ServiceRollupGradientImage = "../PublishingImages/Gradient/projectLogistics.gif";
	oProduct.ServiceRollupSubHeaderImage = "../PublishingImages/SubHeader/projectLogisticsServices.gif";
	oProduct.Bio = oTobySwitzer;
	oProduct.IndustryLayer = "toolIndustryNoUI";
	oProduct.IndustryLayerText = "Project Logistics cater for all industries.";
	oProduct.GradientText = 'The Agility DGS Supplier Diversity program provides the full range of development opportunities, including DOD and SBA Mentor Prot&eacute;g&eacute; Agreements, Indian Incentive Programs and various sub-contracting opportunities.';
	oProduct.TertiaryNavTextColor = "#AD241D";
	gaProducts.push(oProduct);

}