var gaRegions = new Array();

populateRegionArray();

function populateRegionArray(){

	oRegion= new Object();
	oRegion.Id = "Americas";
	oRegion.Title = "Americas";
	oRegion.Image = "http://195.11.6.104:81/EN/GIL/PublishingImages/Tool/map_americas.gif";
	oRegion.Bio = oMikeBible;
	oRegion.GradientText = new Array();
		oRegion.GradientText.push(getGradientTextObject('Supply','|"With our supply chain solutions in The Americas, We truly keep the food on the table." - Michael'));
		oRegion.GradientText.push(getGradientTextObject('Freight','|"We treat your business like our own: we take our customers success personally!" - Michael'));
		oRegion.GradientText.push(getGradientTextObject('Defense','|"We leverage the greater Agility enterprise to maximize commercial best practices for government customers." - Michael'));
		oRegion.GradientText.push(getGradientTextObject('Logistics','|"We are a leader in the project logistics because of our specialized responsive team, state of the art tracking systems and dedicated facilities." - Michael'));
		oRegion.GradientText.push(getGradientTextObject('Events','|"We have an extensive and comprehensive Fairs & Events service network throughout the Americas." - Michael'));
	gaRegions.push(oRegion);

	oRegion= new Object();
	oRegion.Id = "Europe";
	oRegion.Title = "Europe";
	oRegion.Image = "http://195.11.6.104:81/EN/GIL/PublishingImages/Tool/map_europe.gif";
	oRegion.Bio = oBeatSimon;
	oRegion.GradientText = new Array();
		oRegion.GradientText.push(getGradientTextObject('Supply','|"We swiftly evaluate each opportunity, allowing for the development of innovative and cost efficient solutions." - Beat'));
		oRegion.GradientText.push(getGradientTextObject('Freight','|"We firstly listen to our customer\'s requirements, and then design competitive solutions." - Beat'));
		oRegion.GradientText.push(getGradientTextObject('Defense','|"Our global coverage provides our customers with a unique set of competencies." - Beat'));
		oRegion.GradientText.push(getGradientTextObject('Logistics','|"Our global coverage provides our customers with a unique set of competencies." - Beat'));
		oRegion.GradientText.push(getGradientTextObject('Events','|"We provide a trusted global logistics solution for exhibition participants from around the globe exhibiting in Europe, and also for European exhibitors who participate outside the EC." - Beat'));
	gaRegions.push(oRegion);

	oRegion= new Object();
	oRegion.Id = "MiddleEast";
	oRegion.Title = "Middle East &amp; Africa";
	oRegion.Image = "http://195.11.6.104:81/EN/GIL/PublishingImages/Tool/map_middleeast.gif";
	oRegion.Bio = oEliasMonem;
	oRegion.GradientText = new Array();
		oRegion.GradientText.push(getGradientTextObject('Supply','|"We have a strong focus on personalized, truly flexible, high quality and agile service." - Elias'));
		oRegion.GradientText.push(getGradientTextObject('Freight','|"We have an extensive global freight management network coupled with exceptional local expertise for The Middle East." - Elias'));
		oRegion.GradientText.push(getGradientTextObject('Defense','|"We are the only company with organic assets on the ground, existing operations in local communities, and financial strength to maximize the government\'s performance confidence." - Elias'));
		oRegion.GradientText.push(getGradientTextObject('Logistics','|"We are the strongest logistics provider in the Middle East and provide a full range of customized services for both exports from and imports into the region." - Elias'));
		oRegion.GradientText.push(getGradientTextObject('Events','|"We are able to deliver right and on time. Our vast network offers our customers a level of comfort when shipping to a rapidly developing region." - Elias'));
	gaRegions.push(oRegion);

	oRegion= new Object();
	oRegion.Id = "Asia";
	oRegion.Title = "Asia";
	oRegion.Image = "http://195.11.6.104:81/EN/GIL/PublishingImages/Tool/map_asia.gif";
	oRegion.Bio = oWolfgangHollermann;
	oRegion.GradientText = new Array();
		oRegion.GradientText.push(getGradientTextObject('Supply','|"We push value through innovation, technology, systems and investment of skill sets and knowledge." - Wolfgang'));
		oRegion.GradientText.push(getGradientTextObject('Freight','|"We have a significant infrastructure and organizational capabilities unmatched in Asia." - Wolfgang'));
		oRegion.GradientText.push(getGradientTextObject('Defense','|"We have a significant infrastructure and organizational capabilities unmatched in Asia." - Wolfgang'));
		oRegion.GradientText.push(getGradientTextObject('Logistics','|"We drive optimization and process excellence to ensure a "value for money" experience for our customers." - Wolfgang'));
		oRegion.GradientText.push(getGradientTextObject('Events','|"In addition to providing stellar service, we are problem solvers for our Asia-based customers whenever any need arises." - Wolfgang'));
	gaRegions.push(oRegion);

}

