// JavaScript Document

// Broken into section and by page, search for ACCOLADES SECTION, GOOD WORKS SECTION, WEB SECTION, IDENTITY SECTION, PRINT SECTION, BRANDING SECTION, ADVERTISING SECTION or CLIENT SECTION.

// ACCOLADES SECTION

// Awards
function SwapImageAwards(nDex)
			{
			
				if(nDex < 0 || nDex >= ImageGalleryArrayAwards.length)
				{
					return;
				}
			
				var imgName = ImageGalleryArrayAwards[nDex][0];
				var imgCaption = ImageGalleryArrayAwards[nDex][2];
				var imgTitle = ImageGalleryArrayAwards[nDex][1];
var ImgPlace = document.getElementById('CurrentGalleryImage');
				if(null != ImgPlace)
				{
					ImgPlace.src = 'filebin/images/awards/' + imgName;
				}
var ImgContent = document.getElementById('ImageGalleryGridContents');
				if(null != ImgContent)
				{
					ImgContent.innerHTML = imgCaption;
				}
				var ImgTitle = document.getElementById('ImageGalleryTitle');
				if(null != ImgTitle)
				{
					ImgTitle.innerHTML = imgTitle;
				}		
var e;
				for(e = 0; e < ImageGalleryArrayAwards.length; e++)
				{
					var arBarShow = document.getElementById('ImageGalleryUnderline' + e);
					if(null != arBarShow)
					{
						arBarShow.style.display = (e == nDex ? 'block' : 'none');
					}
	}
			}
			
			var ImageGalleryArrayAwards = new Array()
			ImageGalleryArrayAwards[0] = new Array();
ImageGalleryArrayAwards[0][0] = 'Awards_Sappi_GIL_1.jpg';
ImageGalleryArrayAwards[0][1] = "Gilda's Club Chicago";
ImageGalleryArrayAwards[0][2] = "Brainforest received a prestigious Sappi <em>Ideas that Matter</em> Grant on behalf of Gilda's Club Chicago. The award goes to designers throughout the world to help them create and implement projects that serve the public good. The grant allowed Brainforest to produce the Living with Cancer workbook, a 365-day companion to help patients and families navigate the first year following diagnosis.";
ImageGalleryArrayAwards[1] = new Array();
ImageGalleryArrayAwards[1][0] = 'Awards_BCard6_BPG_2.jpg';
ImageGalleryArrayAwards[1][1] = 'Virtual K Website';
ImageGalleryArrayAwards[1][2] = 'The Brainforest designed Virtual Kindergarden program developed by the Chicago Public Schools beat out a Dora the Explorer CD and Microsoft Student 2006 to win the 2006 CODiE award for Best Instructional Solution: Students at Home.<br />Virtual Kindergarten gives parents fun, hands-on activities that get them actively engaged in their child\'s learning...virtually anywhere! <br /><br /><a target="_blank" href="https://www.virtualk.org"><span style="color: rgb(255, 153, 0); text-decoration: underline;">www.virtualk.org</a>';
ImageGalleryArrayAwards[2] = new Array();
ImageGalleryArrayAwards[2][0] = 'Awards_Graphis_GBE_3.jpg';
ImageGalleryArrayAwards[2][1] = 'Berthold Electric Power Services';
ImageGalleryArrayAwards[2][2] = '<em>Graphis</em> Design Annual chose Berthold Electric Power Services as a showcase logo.';
ImageGalleryArrayAwards[3] = new Array();
ImageGalleryArrayAwards[3][0] = 'Awards_BlackBook_GIL_4.jpg';
ImageGalleryArrayAwards[3][1] = "Gilda's Club Chicago";
ImageGalleryArrayAwards[3][2] = "The 2004 Gilda's Annual Report received the Black Book Show Top 100 award for 2005, in addition to the Top 10 Typography recognition and the Best Use of Typography awards.<br /><br />In 2006 it received the Award of Excellence in the Communicator Print Media Awards.";
ImageGalleryArrayAwards[4] = new Array();
ImageGalleryArrayAwards[4][0] = 'Awards_Davey_CP_5.jpg';
ImageGalleryArrayAwards[4][1] = 'Creative Pitch';
ImageGalleryArrayAwards[4][2] = 'Creative Pitch is a Brainforest initiative that encourages Chicago area design and advertising firms to turn unneeded materials into much-needed art supplies for elementary school students.<br /><br />The Creative Pitch campaign has received the following awards to date:<br /><br />2007 HOW International Design Award of Merit<br /><br />Award of Excellence in the 2006 Communicator Print Media Awards<br /><br />2006 Summit Creative Award<br /><br />2006 Print Regional Design Annual<br /><br />Three Gold Medals in the 2005 International Davey Awards for Logo, Brochure and Participant Poster<br /><br /><em>How Magazine</em><br />19th Annual Self Promotion Design Award<br /><br />Two Gold Awards in the 2006 <em>Create</em> Awards Competition';


// Press
function SwapImagePress(nDex)
			{
			
				if(nDex < 0 || nDex >= ImageGalleryArrayPress.length)
				{
					return;
				}
			
				var imgName = ImageGalleryArrayPress[nDex][0];
				var imgCaption = ImageGalleryArrayPress[nDex][2];
				var imgTitle = ImageGalleryArrayPress[nDex][1];
var ImgPlace = document.getElementById('CurrentGalleryImage');
				if(null != ImgPlace)
				{
					ImgPlace.src = 'filebin/images/press/' + imgName;
				}
var ImgContent = document.getElementById('ImageGalleryGridContents');
				if(null != ImgContent)
				{
					ImgContent.innerHTML = imgCaption;
				}
				var ImgTitle = document.getElementById('ImageGalleryTitle');
				if(null != ImgTitle)
				{
					ImgTitle.innerHTML = imgTitle;
				}		
var e;
				for(e = 0; e < ImageGalleryArrayPress.length; e++)
				{
					var arBarShow = document.getElementById('ImageGalleryUnderline' + e);
					if(null != arBarShow)
					{
						arBarShow.style.display = (e == nDex ? 'block' : 'none');
					}
	}
			}
			
			var ImageGalleryArrayPress = new Array()
			ImageGalleryArrayPress[0] = new Array();
ImageGalleryArrayPress[0][0] = 'Press_IdeaRev_1.jpg';
ImageGalleryArrayPress[0][1] = 'Creative Pitch';
ImageGalleryArrayPress[0][2] = 'Creative Pitch is a Brainforest initiative that encourages Chicago area design and advertising firms to turn unneeded materials into much-needed art supplies for elementary students.<br /><br />Click on the links below to learn about Channel 7 news coverage of this premiere event in January 2006.<br /><br /><strong> <a href="http://abclocal.go.com/wls/story?section=local&id=3831975" target="_blank">Read the article by clicking here.</a><br /><br /><a href="http://www.brainforest.com/CreativePitchNews.htm" target="_blank">Watch the story by clicking here.</a></strong>';
ImageGalleryArrayPress[1] = new Array();
ImageGalleryArrayPress[1][0] = 'Press_HOW_2.jpg';
ImageGalleryArrayPress[1][1] = 'HOW magazine';
ImageGalleryArrayPress[1][2] = 'A sampling of recent stories about our agency, our work and our people.';
ImageGalleryArrayPress[2] = new Array();
ImageGalleryArrayPress[2][0] = 'Press_BigIdea_3.jpg';
ImageGalleryArrayPress[2][1] = 'Big Idea magazine';
ImageGalleryArrayPress[2][2] = 'A sampling of recent stories about our agency, our work and our people.';
ImageGalleryArrayPress[3] = new Array();
ImageGalleryArrayPress[3][0] = 'Press_SunTimes_4.jpg';
ImageGalleryArrayPress[3][1] = 'Chicago Sun-Times';
ImageGalleryArrayPress[3][2] = 'A sampling of recent stories about our agency, our work and our people.';
ImageGalleryArrayPress[4] = new Array();
ImageGalleryArrayPress[4][0] = 'BFT_Press_HOW_CP_5.jpg';
ImageGalleryArrayPress[4][1] = 'HOW Magazine';
ImageGalleryArrayPress[4][2] = 'A sampling of recent stories about our agency, our work and our people.';


// Quotes
function SwapImageQuotes(nDex)
			{
				if(nDex < 0 || nDex >= ImageGalleryArrayQuotes.length)
				{
					return;
				}
			
				var imgName = ImageGalleryArrayQuotes[nDex][0];
				var imgCaption = ImageGalleryArrayQuotes[nDex][2];
				var imgTitle = ImageGalleryArrayQuotes[nDex][1];
var ImgPlace = document.getElementById('CurrentGalleryImage');
				if(null != ImgPlace)
				{
					ImgPlace.src = 'filebin/images/quotes/' + imgName;
				}
var ImgContent = document.getElementById('ImageGalleryGridContents');
				if(null != ImgContent)
				{
					ImgContent.innerHTML = imgCaption;
				}
				var ImgTitle = document.getElementById('ImageGalleryTitle');
				if(null != ImgTitle)
				{
					ImgTitle.innerHTML = imgTitle;
				}		
var e;
				for(e = 0; e < ImageGalleryArrayQuotes.length; e++)
				{
					var arBarShow = document.getElementById('ImageGalleryUnderline' + e);
					if(null != arBarShow)
					{
						arBarShow.style.display = (e == nDex ? 'block' : 'none');
					}
	}
			}
			
			var ImageGalleryArrayQuotes = new Array()
			ImageGalleryArrayQuotes[0] = new Array();
ImageGalleryArrayQuotes[0][0] = 'BlackBook_Lg.jpg';
ImageGalleryArrayQuotes[0][1] = 'The Black Book';
ImageGalleryArrayQuotes[0][2] = 'And now, a word from our sponsors.';
ImageGalleryArrayQuotes[1] = new Array();
ImageGalleryArrayQuotes[1][0] = 'Harper_Lg.jpg';
ImageGalleryArrayQuotes[1][1] = 'Harper College';
ImageGalleryArrayQuotes[1][2] = 'And now, a word from our sponsors.';
ImageGalleryArrayQuotes[2] = new Array();
ImageGalleryArrayQuotes[2][0] = 'Quotes_SigChi_1.jpg';
ImageGalleryArrayQuotes[2][1] = 'Sigma Chi';
ImageGalleryArrayQuotes[2][2] = 'And now, a word from our sponsors.<br /><br /><br />Click below to view our work for Sigma Chi Fraternity.<br /><br /><br /> <a href="pages/sigma_chi_fraternity/48.php"><H2>Sigma Chi Fraternity</H2></a>';
ImageGalleryArrayQuotes[3] = new Array();
ImageGalleryArrayQuotes[3][0] = 'Quotes_UNL_2.jpg';
ImageGalleryArrayQuotes[3][1] = 'Union Leasing';
ImageGalleryArrayQuotes[3][2] = 'And now, a word from our sponsors.<br /><br /><br />Click below to view our work for Union Leasing.<br /><br /><br /> <a href="pages/union_leasing__inc_/49.php"><H2>Union Leasing</H2></a>';
ImageGalleryArrayQuotes[4] = new Array();
ImageGalleryArrayQuotes[4][0] = 'Quotes_XRT_3.jpg';
ImageGalleryArrayQuotes[4][1] = '93XRT';
ImageGalleryArrayQuotes[4][2] = 'And now, a word from our sponsors.<br /><br /><br />Click below to view our work for WXRT Radio Chicago.<br /><br /><br /> <a href="pages/wxrt_radio_chicago/51.php"><H2>WXRT Radio Chicago</H2></a>';


// GOOD WORKS SECTION

// Gildas Club
function SwapImageGildas(nDex)
			{
			
				if(nDex < 0 || nDex >= ImageGalleryArrayGildas.length)
				{
					return;
				}
			
				var imgName = ImageGalleryArrayGildas[nDex][0];
				var imgCaption = ImageGalleryArrayGildas[nDex][2];
				var imgTitle = ImageGalleryArrayGildas[nDex][1];
var ImgPlace = document.getElementById('CurrentGalleryImage');
				if(null != ImgPlace)
				{
					ImgPlace.src = 'filebin/images/gildas/' + imgName;
				}
var ImgContent = document.getElementById('ImageGalleryGridContents');
				if(null != ImgContent)
				{
					ImgContent.innerHTML = imgCaption;
				}
				var ImgTitle = document.getElementById('ImageGalleryTitle');
				if(null != ImgTitle)
				{
					ImgTitle.innerHTML = imgTitle;
				}		
var e;
				for(e = 0; e < ImageGalleryArrayGildas.length; e++)
				{
					var arBarShow = document.getElementById('ImageGalleryUnderline' + e);
					if(null != arBarShow)
					{
						arBarShow.style.display = (e == nDex ? 'block' : 'none');
					}
	}
			}
			
			var ImageGalleryArrayGildas = new Array()
			ImageGalleryArrayGildas[0] = new Array();
ImageGalleryArrayGildas[0][0] = 'Gildas_cl_1.jpg';
ImageGalleryArrayGildas[0][1] = '2002 Annual Report';
ImageGalleryArrayGildas[0][2] = "Gilda's Club Chicago is a free support community for men, women and children and their families whose lives have been touched by cancer. Over a three-year period, Brainforest helped Gilda's Club create a consistent brand message and image for fund-raising materials, annual reports and other tools to help serve its constituents.";
ImageGalleryArrayGildas[1] = new Array();
ImageGalleryArrayGildas[1][0] = 'Gildas_cl_2.jpg';
ImageGalleryArrayGildas[1][1] = '2003 Annual Report';
ImageGalleryArrayGildas[1][2] = "Gilda's Club Chicago is a free support community for men, women and children and their families whose lives have been touched by cancer. Over a three-year period, Brainforest helped Gilda's Club create a consistent brand message and image for fund-raising materials, annual reports and other tools to help serve its constituents.";
ImageGalleryArrayGildas[2] = new Array();
ImageGalleryArrayGildas[2][0] = 'Gildas_cl_3.jpg';
ImageGalleryArrayGildas[2][1] = 'Award Luncheon Invitation';
ImageGalleryArrayGildas[2][2] = "Gilda's Club Chicago is a free support community for men, women and children and their families whose lives have been touched by cancer. Over a three-year period, Brainforest helped Gilda's Club create a consistent brand message and image for fund-raising materials, annual reports and other tools to help serve its constituents.";
ImageGalleryArrayGildas[3] = new Array();
ImageGalleryArrayGildas[3][0] = 'Gildas_cl_4.jpg';
ImageGalleryArrayGildas[3][1] = "Gilda's Club Chicago Website";
ImageGalleryArrayGildas[3][2] = "Gilda's Club Chicago is a free support community for men, women and children and their families whose lives have been touched by cancer. Over a three-year period, Brainforest helped Gilda's Club create a consistent brand message and image for fund-raising materials, annual reports and other tools to help serve its constituents.";


// Creative
function SwapImageCreative(nDex)
				{
			
				if(nDex < 0 || nDex >= ImageGalleryArrayCreative.length)
				{
					return;
				}
			
				var imgName = ImageGalleryArrayCreative[nDex][0];
				var imgCaption = ImageGalleryArrayCreative[nDex][2];
				var imgTitle = ImageGalleryArrayCreative[nDex][1];
var ImgPlace = document.getElementById('CurrentGalleryImage');
				if(null != ImgPlace)
				{
					ImgPlace.src = 'filebin/images/creative/' + imgName;
				}
var ImgContent = document.getElementById('ImageGalleryGridContents');
				if(null != ImgContent)
				{
					ImgContent.innerHTML = imgCaption;
				}
				var ImgTitle = document.getElementById('ImageGalleryTitle');
				if(null != ImgTitle)
				{
					ImgTitle.innerHTML = imgTitle;
				}		
var e;
				for(e = 0; e < ImageGalleryArrayGildas.length; e++)
				{
					var arBarShow = document.getElementById('ImageGalleryUnderline' + e);
					if(null != arBarShow)
					{
						arBarShow.style.display = (e == nDex ? 'block' : 'none');
					}
	}
			}
			var ImageGalleryArrayCreative = new Array()
ImageGalleryArrayCreative[0] = new Array();
ImageGalleryArrayCreative[0][0] = 'CP_cl_1.jpg';
ImageGalleryArrayCreative[0][1] = 'Program Brochure';
ImageGalleryArrayCreative[0][2] = 'As education budgets get tighter, basic art supplies become a luxury schools often cut out. Creative Pitch is a Brainforest sponsored and managed program that helps the Chicago advertising and design community provide these much needed art supplies for area schools.<br /><br />Through Creative Pitch, dozens of studios and agencies clean out their unused supplies that normally would end up in the trash. Then, Brainforest coordinates the collection, sorting and distribution of these supplies to elementary art teachers for use in their classrooms.';
ImageGalleryArrayCreative[1] = new Array();
ImageGalleryArrayCreative[1][0] = 'CP_cl_2.jpg';
ImageGalleryArrayCreative[1][1] = 'Poster';
ImageGalleryArrayCreative[1][2] = 'As education budgets get tighter, basic art supplies become a luxury schools often cut out. Creative Pitch is a Brainforest sponsored and managed program that helps the Chicago advertising and design community provide these much needed art supplies for area schools.<br /><br />Through Creative Pitch, dozens of studios and agencies clean out their unused supplies that normally would end up in the trash. Then, Brainforest coordinates the collection, sorting and distribution of these supplies to elementary art teachers for use in their classrooms.';
ImageGalleryArrayCreative[2] = new Array();
ImageGalleryArrayCreative[2][0] = 'CP_cl_3.jpg';
ImageGalleryArrayCreative[2][1] = 'Website';
ImageGalleryArrayCreative[2][2] = 'As education budgets get tighter, basic art supplies become a luxury schools often cut out. Creative Pitch is a Brainforest sponsored and managed program that helps the Chicago advertising and design community provide these much needed art supplies for area schools.<br /><br />Through Creative Pitch, dozens of studios and agencies clean out their unused supplies that normally would end up in the trash. Then, Brainforest coordinates the collection, sorting and distribution of these supplies to elementary art teachers for use in their classrooms.';
ImageGalleryArrayCreative[3] = new Array();
ImageGalleryArrayCreative[3][0] = 'CP_cl_4.jpg';
ImageGalleryArrayCreative[3][1] = 'Volunteer T-Shirt';
ImageGalleryArrayCreative[3][2] = 'As education budgets get tighter, basic art supplies become a luxury schools often cut out. Creative Pitch is a Brainforest sponsored and managed program that helps the Chicago advertising and design community provide these much needed art supplies for area schools.<br /><br />Through Creative Pitch, dozens of studios and agencies clean out their unused supplies that normally would end up in the trash. Then, Brainforest coordinates the collection, sorting and distribution of these supplies to elementary art teachers for use in their classrooms.';
ImageGalleryArrayCreative[4] = new Array();
ImageGalleryArrayCreative[4][0] = 'CP_cl_5.jpg';
ImageGalleryArrayCreative[4][1] = 'Print Ad';
ImageGalleryArrayCreative[4][2] = 'As education budgets get tighter, basic art supplies become a luxury schools often cut out. Creative Pitch is a Brainforest sponsored and managed program that helps the Chicago advertising and design community provide these much needed art supplies for area schools.<br /><br />Through Creative Pitch, dozens of studios and agencies clean out their unused supplies that normally would end up in the trash. Then, Brainforest coordinates the collection, sorting and distribution of these supplies to elementary art teachers for use in their classrooms.';
ImageGalleryArrayCreative[5] = new Array();
ImageGalleryArrayCreative[5][0] = 'CPevent1LG.jpg';
ImageGalleryArrayCreative[5][1] = 'Event';
ImageGalleryArrayCreative[5][2] = 'As education budgets get tighter, basic art supplies become a luxury schools often cut out. Creative Pitch is a Brainforest sponsored and managed program that helps the Chicago advertising and design community provide these much needed art supplies for area schools.<br /><br />Through Creative Pitch, dozens of studios and agencies clean out their unused supplies that normally would end up in the trash. Then, Brainforest coordinates the collection, sorting and distribution of these supplies to elementary art teachers for use in their classrooms.';


// Food Depository
function SwapImageFood(nDex)
			{
			
				if(nDex < 0 || nDex >= ImageGalleryArrayFood.length)
				{
					return;
				}
			
				var imgName = ImageGalleryArrayFood[nDex][0];
				var imgCaption = ImageGalleryArrayFood[nDex][2];
				var imgTitle = ImageGalleryArrayFood[nDex][1];
var ImgPlace = document.getElementById('CurrentGalleryImage');
				if(null != ImgPlace)
				{
					ImgPlace.src = 'filebin/images/food_depository/' + imgName;
				}
var ImgContent = document.getElementById('ImageGalleryGridContents');
				if(null != ImgContent)
				{
					ImgContent.innerHTML = imgCaption;
				}
				var ImgTitle = document.getElementById('ImageGalleryTitle');
				if(null != ImgTitle)
				{
					ImgTitle.innerHTML = imgTitle;
				}		
var e;
				for(e = 0; e < ImageGalleryArrayFood.length; e++)
				{
					var arBarShow = document.getElementById('ImageGalleryUnderline' + e);
					if(null != arBarShow)
					{
						arBarShow.style.display = (e == nDex ? 'block' : 'none');
					}
	}
			}
			
			var ImageGalleryArrayFood = new Array()
			ImageGalleryArrayFood[0] = new Array();
ImageGalleryArrayFood[0][0] = 'CFD_gb_1.jpg';
ImageGalleryArrayFood[0][1] = 'Chicago Food Depository';
ImageGalleryArrayFood[0][2] = 'The Greater Chicago Food Depository is a marvel of logistics and civic humanitarianism. Each day, tons of foodstuffs from manufacturers, retailers and farmers flow into its vast facility. From there, volunteers work with staff to process, pack and ship it to food pantries and shelters around the Chicago area.<br /><br />For years, the people of Brainforest have volunteered their time and efforts throughout the year sorting canned goods, packing boxes and even shucking corn. It\'s a tradition that we look forward to, and one we can recommend to your company or organization.<br /><br /><a target="_blank" href="http://www.chicagofoodbank.org/"><span style="color: rgb(255, 153, 0); text-decoration: underline;">www.chicagofoodbank.org</span></a>';
ImageGalleryArrayFood[1] = new Array();
ImageGalleryArrayFood[1][0] = 'CFD_gb_2.jpg';
ImageGalleryArrayFood[1][1] = 'Chicago Food Depository';
ImageGalleryArrayFood[1][2] = 'The Greater Chicago Food Depository is a marvel of logistics and civic humanitarianism. Each day, tons of foodstuffs from manufacturers, retailers and farmers flow into its vast facility. From there, volunteers work with staff to process, pack and ship it to food pantries and shelters around the Chicago area.<br /><br />For years, the people of Brainforest have volunteered their time and efforts throughout the year sorting canned goods, packing boxes and even shucking corn. It\'s a tradition that we look forward to, and one we can recommend to your company or organization.<br /><br /><a target="_blank" href="http://www.chicagofoodbank.org/"><span style="color: rgb(255, 153, 0); text-decoration: underline;">www.chicagofoodbank.org</span></a>';
ImageGalleryArrayFood[2] = new Array();
ImageGalleryArrayFood[2][0] = 'CFD_gb_3.jpg';
ImageGalleryArrayFood[2][1] = 'Chicago Food Depository';
ImageGalleryArrayFood[2][2] = 'The Greater Chicago Food Depository is a marvel of logistics and civic humanitarianism. Each day, tons of foodstuffs from manufacturers, retailers and farmers flow into its vast facility. From there, volunteers work with staff to process, pack and ship it to food pantries and shelters around the Chicago area.<br /><br />For years, the people of Brainforest have volunteered their time and efforts throughout the year sorting canned goods, packing boxes and even shucking corn. It\'s a tradition that we look forward to, and one we can recommend to your company or organization.<br /><br /><a target="_blank" href="http://www.chicagofoodbank.org/"><span style="color: rgb(255, 153, 0); text-decoration: underline;">www.chicagofoodbank.org</span></a>';
ImageGalleryArrayFood[3] = new Array();
ImageGalleryArrayFood[3][0] = 'CFD_gb_4.jpg';
ImageGalleryArrayFood[3][1] = 'Chicago Food Depository';
ImageGalleryArrayFood[3][2] = 'The Greater Chicago Food Depository is a marvel of logistics and civic humanitarianism. Each day, tons of foodstuffs from manufacturers, retailers and farmers flow into its vast facility. From there, volunteers work with staff to process, pack and ship it to food pantries and shelters around the Chicago area.<br /><br />For years, the people of Brainforest have volunteered their time and efforts throughout the year sorting canned goods, packing boxes and even shucking corn. It\'s a tradition that we look forward to, and one we can recommend to your company or organization.<br /><br /><a target="_blank" href="http://www.chicagofoodbank.org/"><span style="color: rgb(255, 153, 0); text-decoration: underline;">www.chicagofoodbank.org</span></a>';


// Stars and Bikes
function SwapImageStars(nDex)
			{
			
				if(nDex < 0 || nDex >= ImageGalleryArrayStars.length)
				{
					return;
				}
			
				var imgName = ImageGalleryArrayStars[nDex][0];
				var imgCaption = ImageGalleryArrayStars[nDex][2];
				var imgTitle = ImageGalleryArrayStars[nDex][1];
var ImgPlace = document.getElementById('CurrentGalleryImage');
				if(null != ImgPlace)
				{
					ImgPlace.src = 'filebin/images/stars_bikes/' + imgName;
				}
var ImgContent = document.getElementById('ImageGalleryGridContents');
				if(null != ImgContent)
				{
					ImgContent.innerHTML = imgCaption;
				}
				var ImgTitle = document.getElementById('ImageGalleryTitle');
				if(null != ImgTitle)
				{
					ImgTitle.innerHTML = imgTitle;
				}		
var e;
				for(e = 0; e < ImageGalleryArrayStars.length; e++)
				{
					var arBarShow = document.getElementById('ImageGalleryUnderline' + e);
					if(null != arBarShow)
					{
						arBarShow.style.display = (e == nDex ? 'block' : 'none');
					}
	}
			}
			
			var ImageGalleryArrayStars = new Array()
			ImageGalleryArrayStars[0] = new Array();
ImageGalleryArrayStars[0][0] = 'S+B_gb_1.jpg';
ImageGalleryArrayStars[0][1] = 'Logo';
ImageGalleryArrayStars[0][2] = 'The people of Brainforest each have causes dear to them such as breast cancer research or helping the homeless. We support these individual efforts by contributing money, occasional time off and design work. <br /><br />One such activity was the European AIDS Ride, a 525-mile bike ride from Amsterdam to Paris. Brainforest sponsored one of our own by developing graphics, clothing and fund-raising materials for her cycling team, Stars and Bikes. The team raised over $60,000.';
ImageGalleryArrayStars[1] = new Array();
ImageGalleryArrayStars[1][0] = 'S+B_gb_2.jpg';
ImageGalleryArrayStars[1][1] = 'Postcard';
ImageGalleryArrayStars[1][2] = 'The people of Brainforest each have causes dear to them such as breast cancer research or helping the homeless. We support these individual efforts by contributing money, occasional time off and design work. <br /><br />One such activity was the European AIDS Ride, a 525-mile bike ride from Amsterdam to Paris. Brainforest sponsored one of our own by developing graphics, clothing and fund-raising materials for her cycling team, Stars and Bikes. The team raised over $60,000.';
ImageGalleryArrayStars[2] = new Array();
ImageGalleryArrayStars[2][0] = 'S+B_gb_3.jpg';
ImageGalleryArrayStars[2][1] = 'Website';
ImageGalleryArrayStars[2][2] = 'The people of Brainforest each have causes dear to them such as breast cancer research or helping the homeless. We support these individual efforts by contributing money, occasional time off and design work. <br /><br />One such activity was the European AIDS Ride, a 525-mile bike ride from Amsterdam to Paris. Brainforest sponsored one of our own by developing graphics, clothing and fund-raising materials for her cycling team, Stars and Bikes. The team raised over $60,000.';
ImageGalleryArrayStars[3] = new Array();
ImageGalleryArrayStars[3][0] = 'S+B_gb_4.jpg';
ImageGalleryArrayStars[3][1] = 'Jersey';
ImageGalleryArrayStars[3][2] = 'The people of Brainforest each have causes dear to them such as breast cancer research or helping the homeless. We support these individual efforts by contributing money, occasional time off and design work. <br /><br />One such activity was the European AIDS Ride, a 525-mile bike ride from Amsterdam to Paris. Brainforest sponsored one of our own by developing graphics, clothing and fund-raising materials for her cycling team, Stars and Bikes. The team raised over $60,000.';


// WEB SECTION

// Ariba
function SwapImageAriba(nDex)
			{
			
				if(nDex < 0 || nDex >= ImageGalleryArrayAriba.length)
				{
					return;
				}
			
				var imgName = ImageGalleryArrayAriba[nDex][0];
				var imgCaption = ImageGalleryArrayAriba[nDex][2];
				var imgTitle = ImageGalleryArrayAriba[nDex][1];
var ImgPlace = document.getElementById('CurrentGalleryImage');
				if(null != ImgPlace)
				{
					ImgPlace.src = 'filebin/images/ariba/' + imgName;
				}
var ImgContent = document.getElementById('ImageGalleryGridContents');
				if(null != ImgContent)
				{
					ImgContent.innerHTML = imgCaption;
				}
				var ImgTitle = document.getElementById('ImageGalleryTitle');
				if(null != ImgTitle)
				{
					ImgTitle.innerHTML = imgTitle;
				}		
var e;
				for(e = 0; e < ImageGalleryArrayAriba.length; e++)
				{
					var arBarShow = document.getElementById('ImageGalleryUnderline' + e);
					if(null != arBarShow)
					{
						arBarShow.style.display = (e == nDex ? 'block' : 'none');
					}
	}
			}
			
			var ImageGalleryArrayAriba = new Array()
			ImageGalleryArrayAriba[0] = new Array();
ImageGalleryArrayAriba[0][0] = 'ari_ie_1.jpg';
ImageGalleryArrayAriba[0][1] = 'Visual Identity Intranet';
ImageGalleryArrayAriba[0][2] = 'For Ariba \- an innovative company specializing in spend management solutions \- Brainforest designed a total visual identity system that spans internet, interactive and print. For the web, we created an intranet site utilized around the world by Ariba employees and partners. It\'s an ongoing process as Ariba continues to seek new ways to connect and create value for suppliers and customers.';
ImageGalleryArrayAriba[1] = new Array();
ImageGalleryArrayAriba[1][0] = 'ari_ie_2.jpg';
ImageGalleryArrayAriba[1][1] = 'Visual Identity Intranet';
ImageGalleryArrayAriba[1][2] = 'For Ariba \- an innovative company specializing in spend management solutions \- Brainforest designed a total visual identity system that spans internet, interactive and print. For the web, we created an intranet site utilized around the world by Ariba employees and partners. It\'s an ongoing process as Ariba continues to seek new ways to connect and create value for suppliers and customers.';
ImageGalleryArrayAriba[2] = new Array();
ImageGalleryArrayAriba[2][0] = 'ari_ie_3.jpg';
ImageGalleryArrayAriba[2][1] = 'Visual Identity Intranet';
ImageGalleryArrayAriba[2][2] = 'For Ariba \- an innovative company specializing in spend management solutions \- Brainforest designed a total visual identity system that spans internet, interactive and print. For the web, we created an intranet site utilized around the world by Ariba employees and partners. It\'s an ongoing process as Ariba continues to seek new ways to connect and create value for suppliers and customers.';
ImageGalleryArrayAriba[3] = new Array();
ImageGalleryArrayAriba[3][0] = 'ari_ie_4.jpg';
ImageGalleryArrayAriba[3][1] = 'Supplier e-Newsletter';
ImageGalleryArrayAriba[3][2] = 'For Ariba \- an innovative company specializing in spend management solutions \- Brainforest designed a total visual identity system that spans internet, interactive and print. For the web, we created an intranet site utilized around the world by Ariba employees and partners. It\'s an ongoing process as Ariba continues to seek new ways to connect and create value for suppliers and customers.';
ImageGalleryArrayAriba[4] = new Array();
ImageGalleryArrayAriba[4][0] = 'ari_ie_5.jpg';
ImageGalleryArrayAriba[4][1] = 'Visual Identity Screensaver';
ImageGalleryArrayAriba[4][2] = 'For Ariba \- an innovative company specializing in spend management solutions \- Brainforest designed a total visual identity system that spans internet, interactive and print. For the web, we created an intranet site utilized around the world by Ariba employees and partners. It\'s an ongoing process as Ariba continues to seek new ways to connect and create value for suppliers and customers.';


// Chicago Public Schools
function SwapImagePublic(nDex)
			{
			
				if(nDex < 0 || nDex >= ImageGalleryArrayPublic.length)
				{
					return;
				}
			
				var imgName = ImageGalleryArrayPublic[nDex][0];
				var imgCaption = ImageGalleryArrayPublic[nDex][2];
				var imgTitle = ImageGalleryArrayPublic[nDex][1];
var ImgPlace = document.getElementById('CurrentGalleryImage');
				if(null != ImgPlace)
				{
					ImgPlace.src = 'filebin/images/public/' + imgName;
				}
var ImgContent = document.getElementById('ImageGalleryGridContents');
				if(null != ImgContent)
				{
					ImgContent.innerHTML = imgCaption;
				}
				var ImgTitle = document.getElementById('ImageGalleryTitle');
				if(null != ImgTitle)
				{
					ImgTitle.innerHTML = imgTitle;
				}		
var e;
				for(e = 0; e < ImageGalleryArrayPublic.length; e++)
				{
					var arBarShow = document.getElementById('ImageGalleryUnderline' + e);
					if(null != arBarShow)
					{
						arBarShow.style.display = (e == nDex ? 'block' : 'none');
					}
	}
			}
			
			var ImageGalleryArrayPublic = new Array()
			ImageGalleryArrayPublic[0] = new Array();
ImageGalleryArrayPublic[0][0] = 'placeholderclient.jpg';
ImageGalleryArrayPublic[0][1] = 'Virtual K Website';
ImageGalleryArrayPublic[0][2] = 'With the help of Brainforest, CPS launched the ambitious and highly successful Virtual Pre-K program to help parents give pre-schoolers a strong start to their academic years. Care was taken that while content was directed primarily to parents, the graphic design was appropriate and appealing to small children. Because the diverse audience may not be web savvy, we kept the navigation simple and the download times quick. A hit in Chicago, Virtual Pre-K (and later Virtual K) has been rolled out to other major markets around the country, with Brainforest helping tailor it to local needs and language requirements.<br /><br /><a href="https://www.virtualpre-k.org" target="_blank"><span style="color: rgb(255, 153, 0); text-decoration: underline;">www.virtualpre-k.org</span>';
ImageGalleryArrayPublic[1] = new Array();
ImageGalleryArrayPublic[1][0] = 'placeholderclient2.jpg';
ImageGalleryArrayPublic[1][1] = 'Virtual K Website';
ImageGalleryArrayPublic[1][2] = 'With the help of Brainforest, CPS launched the ambitious and highly successful Virtual Pre-K program to help parents give pre-schoolers a strong start to their academic years. Care was taken that while content was directed primarily to parents, the graphic design was appropriate and appealing to small children. Because the diverse audience may not be web savvy, we kept the navigation simple and the download times quick. A hit in Chicago, Virtual Pre-K (and later Virtual K) has been rolled out to other major markets around the country, with Brainforest helping tailor it to local needs and language requirements.<br /><br /><a href="https://www.virtualpre-k.org" target="_blank"><span style="color: rgb(255, 153, 0); text-decoration: underline;">www.virtualpre-k.org</span>';
ImageGalleryArrayPublic[2] = new Array();
ImageGalleryArrayPublic[2][0] = 'cps_ie_3.jpg';
ImageGalleryArrayPublic[2][1] = 'Virtual K Website';
ImageGalleryArrayPublic[2][2] = 'With the help of Brainforest, CPS launched the ambitious and highly successful Virtual Pre-K program to help parents give pre-schoolers a strong start to their academic years. Care was taken that while content was directed primarily to parents, the graphic design was appropriate and appealing to small children. Because the diverse audience may not be web savvy, we kept the navigation simple and the download times quick. A hit in Chicago, Virtual Pre-K (and later Virtual K) has been rolled out to other major markets around the country, with Brainforest helping tailor it to local needs and language requirements.<br /><br /><a href="https://www.virtualpre-k.org" target="_blank"><span style="color: rgb(255, 153, 0); text-decoration: underline;">www.virtualpre-k.org</span>';
ImageGalleryArrayPublic[3] = new Array();
ImageGalleryArrayPublic[3][0] = 'cps_ie_4.jpg';
ImageGalleryArrayPublic[3][1] = 'Virtual Pre-K Website';
ImageGalleryArrayPublic[3][2] = 'With the help of Brainforest, CPS launched the ambitious and highly successful Virtual Pre-K program to help parents give pre-schoolers a strong start to their academic years. Care was taken that while content was directed primarily to parents, the graphic design was appropriate and appealing to small children. Because the diverse audience may not be web savvy, we kept the navigation simple and the download times quick. A hit in Chicago, Virtual Pre-K (and later Virtual K) has been rolled out to other major markets around the country, with Brainforest helping tailor it to local needs and language requirements.<br /><br /><a href="https://www.virtualpre-k.org" target="_blank"><span style="color: rgb(255, 153, 0); text-decoration: underline;">www.virtualpre-k.org</span>';
ImageGalleryArrayPublic[4] = new Array();
ImageGalleryArrayPublic[4][0] = 'CPS_ie_5.jpg';
ImageGalleryArrayPublic[4][1] = 'Virtual Pre-K Website';
ImageGalleryArrayPublic[4][2] = 'With the help of Brainforest, CPS launched the ambitious and highly successful Virtual Pre-K program to help parents give pre-schoolers a strong start to their academic years. Care was taken that while content was directed primarily to parents, the graphic design was appropriate and appealing to small children. Because the diverse audience may not be web savvy, we kept the navigation simple and the download times quick. A hit in Chicago, Virtual Pre-K (and later Virtual K) has been rolled out to other major markets around the country, with Brainforest helping tailor it to local needs and language requirements.<br /><br /><a href="https://www.virtualpre-k.org" target="_blank"><span style="color: rgb(255, 153, 0); text-decoration: underline;">www.virtualpre-k.org</span>';


// D & M Professional
function SwapImageDM(nDex)
			{
			
				if(nDex < 0 || nDex >= ImageGalleryArrayDM.length)
				{
					return;
				}
			
				var imgName = ImageGalleryArrayDM[nDex][0];
				var imgCaption = ImageGalleryArrayDM[nDex][2];
				var imgTitle = ImageGalleryArrayDM[nDex][1];
var ImgPlace = document.getElementById('CurrentGalleryImage');
				if(null != ImgPlace)
				{
					ImgPlace.src = 'filebin/images/DM/' + imgName;
				}
var ImgContent = document.getElementById('ImageGalleryGridContents');
				if(null != ImgContent)
				{
					ImgContent.innerHTML = imgCaption;
				}
				var ImgTitle = document.getElementById('ImageGalleryTitle');
				if(null != ImgTitle)
				{
					ImgTitle.innerHTML = imgTitle;
				}		
var e;
				for(e = 0; e < ImageGalleryArrayDM.length; e++)
				{
					var arBarShow = document.getElementById('ImageGalleryUnderline' + e);
					if(null != arBarShow)
					{
						arBarShow.style.display = (e == nDex ? 'block' : 'none');
					}
	}
			}
			
			var ImageGalleryArrayDM = new Array()
			ImageGalleryArrayDM[0] = new Array();
ImageGalleryArrayDM[0][0] = 'dmp_ie_1.jpg';
ImageGalleryArrayDM[0][1] = "D&M Professional Website";
ImageGalleryArrayDM[0][2] = 'In order to better serve the professional tier audio market, Denon and Marantz combined forces. That required a strong visual presence for the new company that reflects the needs and values of the high-end audio customer. Brainforest delivered that, and more. With its easy navigation and side-by-side comparison tool, the D&amp;M Professional site became an indispensable tool for both customers and the company sales force. While content rich and streamlined upfront, the site can easily be updated and modified on the backend, sometimes hourly depending on inventory supplies.<br /><br /><a href="http://www.d-mpro.com" target="_blank"><span style="color: rgb(255, 153, 0); text-decoration: underline;">www.d-mpro.com</span>';
ImageGalleryArrayDM[1] = new Array();
ImageGalleryArrayDM[1][0] = 'dmp_ie_2.jpg';
ImageGalleryArrayDM[1][1] = "D&M Professional Website";
ImageGalleryArrayDM[1][2] = 'In order to better serve the professional tier audio market, Denon and Marantz combined forces. That required a strong visual presence for the new company that reflects the needs and values of the high-end audio customer. Brainforest delivered that, and more. With its easy navigation and side-by-side comparison tool, the D&amp;M Professional site became an indispensable tool for both customers and the company sales force. While content rich and streamlined upfront, the site can easily be updated and modified on the backend, sometimes hourly depending on inventory supplies.<br /><br /><a href="http://www.d-mpro.com" target="_blank"><span style="color: rgb(255, 153, 0); text-decoration: underline;">www.d-mpro.com</span>';
ImageGalleryArrayDM[2] = new Array();
ImageGalleryArrayDM[2][0] = 'dmp_ie_3.jpg';
ImageGalleryArrayDM[2][1] = "D&M Professional Website";
ImageGalleryArrayDM[2][2] = 'In order to better serve the professional tier audio market, Denon and Marantz combined forces. That required a strong visual presence for the new company that reflects the needs and values of the high-end audio customer. Brainforest delivered that, and more. With its easy navigation and side-by-side comparison tool, the D&amp;M Professional site became an indispensable tool for both customers and the company sales force. While content rich and streamlined upfront, the site can easily be updated and modified on the backend, sometimes hourly depending on inventory supplies.<br /><br /><a href="http://www.d-mpro.com" target="_blank"><span style="color: rgb(255, 153, 0); text-decoration: underline;">www.d-mpro.com</span>';


// The Harris School
function SwapImageHarris(nDex)
			{
			
				if(nDex < 0 || nDex >= ImageGalleryArrayHarris.length)
				{
					return;
				}
			
				var imgName = ImageGalleryArrayHarris[nDex][0];
				var imgCaption = ImageGalleryArrayHarris[nDex][2];
				var imgTitle = ImageGalleryArrayHarris[nDex][1];
var ImgPlace = document.getElementById('CurrentGalleryImage');
				if(null != ImgPlace)
				{
					ImgPlace.src = 'filebin/images/harris/' + imgName;
				}
var ImgContent = document.getElementById('ImageGalleryGridContents');
				if(null != ImgContent)
				{
					ImgContent.innerHTML = imgCaption;
				}
				var ImgTitle = document.getElementById('ImageGalleryTitle');
				if(null != ImgTitle)
				{
					ImgTitle.innerHTML = imgTitle;
				}		
var e;
				for(e = 0; e < ImageGalleryArrayHarris.length; e++)
				{
					var arBarShow = document.getElementById('ImageGalleryUnderline' + e);
					if(null != arBarShow)
					{
						arBarShow.style.display = (e == nDex ? 'block' : 'none');
					}
	}
			}
			
			var ImageGalleryArrayHarris = new Array()
			ImageGalleryArrayHarris[0] = new Array();
ImageGalleryArrayHarris[0][0] = 'Harris_ie_1.jpg';
ImageGalleryArrayHarris[0][1] = 'The Harris School Website';
ImageGalleryArrayHarris[0][2] = 'As the University of Chicago\'s world-renowned school of public policy, the Harris School has few equals in the academic field. But today the impression most people get of any organization occurs on the web. So Brainforest was brought on to establish an on-line presence that communicated a recognizable, ownable brand promise. To that challenge, our team created a site with a strong visual appeal and crisp, intuitive navigation. It provides a perfect extension of the school\'s commitment to academic excellence and human interaction.<br /><br /><a href="http://www.harrisschool.uchicago.edu" target="_blank"><span style="color: rgb(255, 153, 0); text-decoration: underline;">www.harrisschool.uchicago.edu</span>';
ImageGalleryArrayHarris[1] = new Array();
ImageGalleryArrayHarris[1][0] = 'Harris_ie_2.jpg';
ImageGalleryArrayHarris[1][1] = 'The Harris School Website';
ImageGalleryArrayHarris[1][2] = 'As the University of Chicago\'s world-renowned school of public policy, the Harris School has few equals in the academic field. But today the impression most people get of any organization occurs on the web. So Brainforest was brought on to establish an on-line presence that communicated a recognizable, ownable brand promise. To that challenge, our team created a site with a strong visual appeal and crisp, intuitive navigation. It provides a perfect extension of the school\'s commitment to academic excellence and human interaction.<br /><br /><a href="http://www.harrisschool.uchicago.edu" target="_blank"><span style="color: rgb(255, 153, 0); text-decoration: underline;">www.harrisschool.uchicago.edu</span>';
ImageGalleryArrayHarris[2] = new Array();
ImageGalleryArrayHarris[2][0] = 'Harris_ie_3.jpg';
ImageGalleryArrayHarris[2][1] = 'The Harris School Website';
ImageGalleryArrayHarris[2][2] = 'As the University of Chicago\'s world-renowned school of public policy, the Harris School has few equals in the academic field. But today the impression most people get of any organization occurs on the web. So Brainforest was brought on to establish an on-line presence that communicated a recognizable, ownable brand promise. To that challenge, our team created a site with a strong visual appeal and crisp, intuitive navigation. It provides a perfect extension of the school\'s commitment to academic excellence and human interaction.<br /><br /><a href="http://www.harrisschool.uchicago.edu" target="_blank"><span style="color: rgb(255, 153, 0); text-decoration: underline;">www.harrisschool.uchicago.edu</span>';
ImageGalleryArrayHarris[3] = new Array();
ImageGalleryArrayHarris[3][0] = 'Harris_ie_4.jpg';
ImageGalleryArrayHarris[3][1] = 'Student e-Newsletter';
ImageGalleryArrayHarris[3][2] = 'As the University of Chicago\'s world-renowned school of public policy, the Harris School has few equals in the academic field. But today the impression most people get of any organization occurs on the web. So Brainforest was brought on to establish an on-line presence that communicated a recognizable, ownable brand promise. To that challenge, our team created a site with a strong visual appeal and crisp, intuitive navigation. It provides a perfect extension of the school\'s commitment to academic excellence and human interaction.<br /><br /><a href="http://www.harrisschool.uchicago.edu" target="_blank"><span style="color: rgb(255, 153, 0); text-decoration: underline;">www.harrisschool.uchicago.edu</span>';
ImageGalleryArrayHarris[4] = new Array();
ImageGalleryArrayHarris[4][0] = 'Harris_ie_5.jpg';
ImageGalleryArrayHarris[4][1] = 'Alumni e-Newsletter';
ImageGalleryArrayHarris[4][2] = 'As the University of Chicago\'s world-renowned school of public policy, the Harris School has few equals in the academic field. But today the impression most people get of any organization occurs on the web. So Brainforest was brought on to establish an on-line presence that communicated a recognizable, ownable brand promise. To that challenge, our team created a site with a strong visual appeal and crisp, intuitive navigation. It provides a perfect extension of the school\'s commitment to academic excellence and human interaction.<br /><br /><a href="http://www.harrisschool.uchicago.edu" target="_blank"><span style="color: rgb(255, 153, 0); text-decoration: underline;">www.harrisschool.uchicago.edu</span>';


// Home Vision Entertainment
function SwapImageHVE(nDex)
			{
			
				if(nDex < 0 || nDex >= ImageGalleryArrayHVE.length)
				{
					return;
				}
			
				var imgName = ImageGalleryArrayHVE[nDex][0];
				var imgCaption = ImageGalleryArrayHVE[nDex][2];
				var imgTitle = ImageGalleryArrayHVE[nDex][1];
var ImgPlace = document.getElementById('CurrentGalleryImage');
				if(null != ImgPlace)
				{
					ImgPlace.src = 'filebin/images/HVE/' + imgName;
				}
var ImgContent = document.getElementById('ImageGalleryGridContents');
				if(null != ImgContent)
				{
					ImgContent.innerHTML = imgCaption;
				}
				var ImgTitle = document.getElementById('ImageGalleryTitle');
				if(null != ImgTitle)
				{
					ImgTitle.innerHTML = imgTitle;
				}		
var e;
				for(e = 0; e < ImageGalleryArrayHVE.length; e++)
				{
					var arBarShow = document.getElementById('ImageGalleryUnderline' + e);
					if(null != arBarShow)
					{
						arBarShow.style.display = (e == nDex ? 'block' : 'none');
					}
	}
			}
			
			var ImageGalleryArrayHVE = new Array()
			ImageGalleryArrayHVE[0] = new Array();
ImageGalleryArrayHVE[0][0] = 'hve_ie_1.jpg';
ImageGalleryArrayHVE[0][1] = 'Home Vision Entertainment Website';
ImageGalleryArrayHVE[0][2] = 'Home Video Entertainment produces and distributes independent and hard-to-find international films on DVD. It\'s a discriminating audience that appreciates a more refined experience. Visually, the site Brainforest created centers around the concept of \"looking closer,\" with thousands of animated pixels bringing you into the site\'s content. Visitors browse a huge library of titles, read reviews and obtain purchase information. The back-end operation of the site can be updated easily to accommodate the ever-growing DVD catalogue.';
ImageGalleryArrayHVE[1] = new Array();
ImageGalleryArrayHVE[1][0] = 'hve_ie_2.jpg';
ImageGalleryArrayHVE[1][1] = 'Home Vision Entertainment Website';
ImageGalleryArrayHVE[1][2] = 'Home Video Entertainment produces and distributes independent and hard-to-find international films on DVD. It\'s a discriminating audience that appreciates a more refined experience. Visually, the site Brainforest created centers around the concept of \"looking closer,\" with thousands of animated pixels bringing you into the site\'s content. Visitors browse a huge library of titles, read reviews and obtain purchase information. The back-end operation of the site can be updated easily to accommodate the ever-growing DVD catalogue.';
ImageGalleryArrayHVE[2] = new Array();
ImageGalleryArrayHVE[2][0] = 'hve_ie_3.jpg';
ImageGalleryArrayHVE[2][1] = 'Home Vision Entertainment Website';
ImageGalleryArrayHVE[2][2] = 'Home Video Entertainment produces and distributes independent and hard-to-find international films on DVD. It\'s a discriminating audience that appreciates a more refined experience. Visually, the site Brainforest created centers around the concept of \"looking closer,\" with thousands of animated pixels bringing you into the site\'s content. Visitors browse a huge library of titles, read reviews and obtain purchase information. The back-end operation of the site can be updated easily to accommodate the ever-growing DVD catalogue.';
ImageGalleryArrayHVE[3] = new Array();
ImageGalleryArrayHVE[3][0] = 'hve_ie_4.jpg';
ImageGalleryArrayHVE[3][1] = 'Home Vision Entertainment Website';
ImageGalleryArrayHVE[3][2] = 'Home Video Entertainment produces and distributes independent and hard-to-find international films on DVD. It\'s a discriminating audience that appreciates a more refined experience. Visually, the site Brainforest created centers around the concept of \"looking closer,\" with thousands of animated pixels bringing you into the site\'s content. Visitors browse a huge library of titles, read reviews and obtain purchase information. The back-end operation of the site can be updated easily to accommodate the ever-growing DVD catalogue.';
ImageGalleryArrayHVE[4] = new Array();
ImageGalleryArrayHVE[4][0] = 'hve_ie_5.jpg';
ImageGalleryArrayHVE[4][1] = 'HVE e-Newsletter';
ImageGalleryArrayHVE[4][2] = 'Home Video Entertainment produces and distributes independent and hard-to-find international films on DVD. It\'s a discriminating audience that appreciates a more refined experience. Visually, the site Brainforest created centers around the concept of \"looking closer,\" with thousands of animated pixels bringing you into the site\'s content. Visitors browse a huge library of titles, read reviews and obtain purchase information. The back-end operation of the site can be updated easily to accommodate the ever-growing DVD catalogue.';


// GP
function SwapImageGP(nDex)
			{
			
				if(nDex < 0 || nDex >= ImageGalleryArrayGP.length)
				{
					return;
				}
			
				var imgName = ImageGalleryArrayGP[nDex][0];
				var imgCaption = ImageGalleryArrayGP[nDex][2];
				var imgTitle = ImageGalleryArrayGP[nDex][1];
var ImgPlace = document.getElementById('CurrentGalleryImage');
				if(null != ImgPlace)
				{
					ImgPlace.src = 'filebin/images/GP/' + imgName;
				}
var ImgContent = document.getElementById('ImageGalleryGridContents');
				if(null != ImgContent)
				{
					ImgContent.innerHTML = imgCaption;
				}
				var ImgTitle = document.getElementById('ImageGalleryTitle');
				if(null != ImgTitle)
				{
					ImgTitle.innerHTML = imgTitle;
				}		
var e;
				for(e = 0; e < ImageGalleryArrayGP.length; e++)
				{
					var arBarShow = document.getElementById('ImageGalleryUnderline' + e);
					if(null != arBarShow)
					{
						arBarShow.style.display = (e == nDex ? 'block' : 'none');
					}
	}
			}
			
			var ImageGalleryArrayGP = new Array()
			ImageGalleryArrayGP[0] = new Array();
ImageGalleryArrayGP[0][0] = 'GP1-1.jpg';
ImageGalleryArrayGP[0][1] = 'Website';
ImageGalleryArrayGP[0][2] = 'Goettsch Partners is an international design firm whose award-winning projects include architecture, interiors, planning and enclosure design.<br /><br />Brainforest developed a web site for GP that effectively conveys this world-class firm\'s philosophy and aesthetic, with an expanded portfolio of stunning project photography. And the customized Content Management System allows them to easily make updates, so the content remains as fresh and contemporary as their work.<br /><br /><a target="_blank" href="http://www.gpchicago.com/users/folder.asp"><span style="color: rgb(255, 153, 0); text-decoration: underline;">www.gpchicago.com</span>';
ImageGalleryArrayGP[1] = new Array();
ImageGalleryArrayGP[1][0] = 'GP2-1.jpg';
ImageGalleryArrayGP[1][1] = 'Website';
ImageGalleryArrayGP[1][2] = 'Goettsch Partners is an international design firm whose award-winning projects include architecture, interiors, planning and enclosure design.<br /><br />Brainforest developed a web site for GP that effectively conveys this world-class firm\'s philosophy and aesthetic, with an expanded portfolio of stunning project photography. And the customized Content Management System allows them to easily make updates, so the content remains as fresh and contemporary as their work.<br /><br /><a target="_blank" href="http://www.gpchicago.com/users/folder.asp"><span style="color: rgb(255, 153, 0); text-decoration: underline;">www.gpchicago.com</span>';
ImageGalleryArrayGP[2] = new Array();
ImageGalleryArrayGP[2][0] = 'GP3-1.jpg';
ImageGalleryArrayGP[2][1] = 'Website';
ImageGalleryArrayGP[2][2] = 'Goettsch Partners is an international design firm whose award-winning projects include architecture, interiors, planning and enclosure design.<br /><br />Brainforest developed a web site for GP that effectively conveys this world-class firm\'s philosophy and aesthetic, with an expanded portfolio of stunning project photography. And the customized Content Management System allows them to easily make updates, so the content remains as fresh and contemporary as their work.<br /><br /><a target="_blank" href="http://www.gpchicago.com/users/folder.asp"><span style="color: rgb(255, 153, 0); text-decoration: underline;">www.gpchicago.com</span>';
ImageGalleryArrayGP[3] = new Array();
ImageGalleryArrayGP[3][0] = 'GP4-1.jpg';
ImageGalleryArrayGP[3][1] = 'Website';
ImageGalleryArrayGP[3][2] = 'Goettsch Partners is an international design firm whose award-winning projects include architecture, interiors, planning and enclosure design.<br /><br />Brainforest developed a web site for GP that effectively conveys this world-class firm\'s philosophy and aesthetic, with an expanded portfolio of stunning project photography. And the customized Content Management System allows them to easily make updates, so the content remains as fresh and contemporary as their work.<br /><br /><a target="_blank" href="http://www.gpchicago.com/users/folder.asp"><span style="color: rgb(255, 153, 0); text-decoration: underline;">www.gpchicago.com</span>';
ImageGalleryArrayGP[4] = new Array();
ImageGalleryArrayGP[4][0] = 'GP5-1.jpg';
ImageGalleryArrayGP[4][1] = 'Website';
ImageGalleryArrayGP[4][2] = 'Goettsch Partners is an international design firm whose award-winning projects include architecture, interiors, planning and enclosure design.<br /><br />Brainforest developed a web site for GP that effectively conveys this world-class firm\'s philosophy and aesthetic, with an expanded portfolio of stunning project photography. And the customized Content Management System allows them to easily make updates, so the content remains as fresh and contemporary as their work.<br /><br /><a target="_blank" href="http://www.gpchicago.com/users/folder.asp"><span style="color: rgb(255, 153, 0); text-decoration: underline;">www.gpchicago.com</span>';


// Photography
function SwapImagePhoto(nDex)
			{
			
				if(nDex < 0 || nDex >= ImageGalleryArrayPhoto.length)
				{
					return;
				}
			
				var imgName = ImageGalleryArrayPhoto[nDex][0];
				var imgCaption = ImageGalleryArrayPhoto[nDex][2];
				var imgTitle = ImageGalleryArrayPhoto[nDex][1];
var ImgPlace = document.getElementById('CurrentGalleryImage');
				if(null != ImgPlace)
				{
					ImgPlace.src = 'filebin/images/photo/' + imgName;
				}
var ImgContent = document.getElementById('ImageGalleryGridContents');
				if(null != ImgContent)
				{
					ImgContent.innerHTML = imgCaption;
				}
				var ImgTitle = document.getElementById('ImageGalleryTitle');
				if(null != ImgTitle)
				{
					ImgTitle.innerHTML = imgTitle;
				}		
var e;
				for(e = 0; e < ImageGalleryArrayPhoto.length; e++)
				{
					var arBarShow = document.getElementById('ImageGalleryUnderline' + e);
					if(null != arBarShow)
					{
						arBarShow.style.display = (e == nDex ? 'block' : 'none');
					}
				}	
			}
			
			var ImageGalleryArrayPhoto = new Array()
			ImageGalleryArrayPhoto[0] = new Array();
ImageGalleryArrayPhoto[0][0] = 'LG_ie_1.jpg';
ImageGalleryArrayPhoto[0][1] = 'Leonard Gertz Photography Website';
ImageGalleryArrayPhoto[0][2] = 'Not long ago commercial photographers (or their reps) lugged around huge portfolio bags to bid on jobs. Now art directors and designers demand immediate access through the web. If you don\'t make a good impression, they\'ll click to the next option. Leonard Gertz definitely has the portfolio. Now he has the site to prove it. The Brainforest team designed an experience that allows clients to navigate quickly to specific styles, or browse easily through the entire library. A virtual lightbox also allows Leonard\'s clients to view selects, post comments and download comps.<br /><br /><a target="_blank" href="http://www.leonardgertz.com"><span style="color: rgb(255, 153, 0); text-decoration: underline;">www.leonardgertz.com</span>';
ImageGalleryArrayPhoto[1] = new Array();
ImageGalleryArrayPhoto[1][0] = 'LG_ie_2.jpg';
ImageGalleryArrayPhoto[1][1] = 'Leonard Gertz Photography Website';
ImageGalleryArrayPhoto[1][2] = 'Not long ago commercial photographers (or their reps) lugged around huge portfolio bags to bid on jobs. Now art directors and designers demand immediate access through the web. If you don\'t make a good impression, they\'ll click to the next option. Leonard Gertz definitely has the portfolio. Now he has the site to prove it. The Brainforest team designed an experience that allows clients to navigate quickly to specific styles, or browse easily through the entire library. A virtual lightbox also allows Leonard\'s clients to view selects, post comments and download comps.<br /><br /><a target="_blank" href="http://www.leonardgertz.com"><span style="color: rgb(255, 153, 0); text-decoration: underline;">www.leonardgertz.com</span>';
ImageGalleryArrayPhoto[2] = new Array();
ImageGalleryArrayPhoto[2][0] = 'LG_ie_3.jpg';
ImageGalleryArrayPhoto[2][1] = 'Leonard Gertz Photography Website';
ImageGalleryArrayPhoto[2][2] = 'Not long ago commercial photographers (or their reps) lugged around huge portfolio bags to bid on jobs. Now art directors and designers demand immediate access through the web. If you don\'t make a good impression, they\'ll click to the next option. Leonard Gertz definitely has the portfolio. Now he has the site to prove it. The Brainforest team designed an experience that allows clients to navigate quickly to specific styles, or browse easily through the entire library. A virtual lightbox also allows Leonard\'s clients to view selects, post comments and download comps.<br /><br /><a target="_blank" href="http://www.leonardgertz.com"><span style="color: rgb(255, 153, 0); text-decoration: underline;">www.leonardgertz.com</span>';
ImageGalleryArrayPhoto[3] = new Array();
ImageGalleryArrayPhoto[3][0] = 'LG_ie_4.jpg';
ImageGalleryArrayPhoto[3][1] = 'Leonard Gertz Photography Website';
ImageGalleryArrayPhoto[3][2] = 'Not long ago commercial photographers (or their reps) lugged around huge portfolio bags to bid on jobs. Now art directors and designers demand immediate access through the web. If you don\'t make a good impression, they\'ll click to the next option. Leonard Gertz definitely has the portfolio. Now he has the site to prove it. The Brainforest team designed an experience that allows clients to navigate quickly to specific styles, or browse easily through the entire library. A virtual lightbox also allows Leonard\'s clients to view selects, post comments and download comps.<br /><br /><a target="_blank" href="http://www.leonardgertz.com"><span style="color: rgb(255, 153, 0); text-decoration: underline;">www.leonardgertz.com</span>';


// PepsiAmericas
function SwapImagePepsi(nDex)
			{
			
				if(nDex < 0 || nDex >= ImageGalleryArrayPepsi.length)
				{
					return;
				}
			
				var imgName = ImageGalleryArrayPepsi[nDex][0];
				var imgCaption = ImageGalleryArrayPepsi[nDex][2];
				var imgTitle = ImageGalleryArrayPepsi[nDex][1];
var ImgPlace = document.getElementById('CurrentGalleryImage');
				if(null != ImgPlace)
				{
					ImgPlace.src = 'filebin/images/pepsi/' + imgName;
				}
var ImgContent = document.getElementById('ImageGalleryGridContents');
				if(null != ImgContent)
				{
					ImgContent.innerHTML = imgCaption;
				}
				var ImgTitle = document.getElementById('ImageGalleryTitle');
				if(null != ImgTitle)
				{
					ImgTitle.innerHTML = imgTitle;
				}		
var e;
				for(e = 0; e < ImageGalleryArrayPepsi.length; e++)
				{
					var arBarShow = document.getElementById('ImageGalleryUnderline' + e);
					if(null != arBarShow)
					{
						arBarShow.style.display = (e == nDex ? 'block' : 'none');
					}
	}
			}
			
			var ImageGalleryArrayPepsi = new Array()
			ImageGalleryArrayPepsi[0] = new Array();
ImageGalleryArrayPepsi[0][0] = 'PepsiA1_L.jpg';
ImageGalleryArrayPepsi[0][1] = 'email Blast';
ImageGalleryArrayPepsi[0][2] = 'Sometimes the most challenging audience to reach is your own employees, especially when they consist of local managers scattered around the country. PepsiAmericas asked Brainforest to introduce its managers to new on-line tools and encourage them to integrate them into their workflow. We designed a humorous electronic campaign delivered via email bursts that increased trial and got the entire organization buzzing.';
ImageGalleryArrayPepsi[1] = new Array();
ImageGalleryArrayPepsi[1][0] = 'PepsiA2_L.jpg';
ImageGalleryArrayPepsi[1][1] = 'email Blast';
ImageGalleryArrayPepsi[1][2] = 'Sometimes the most challenging audience to reach is your own employees, especially when they consist of local managers scattered around the country. PepsiAmericas asked Brainforest to introduce its managers to new on-line tools and encourage them to integrate them into their workflow. We designed a humorous electronic campaign delivered via email bursts that increased trial and got the entire organization buzzing.';
ImageGalleryArrayPepsi[2] = new Array();
ImageGalleryArrayPepsi[2][0] = 'PepsiA3_L.jpg';
ImageGalleryArrayPepsi[2][1] = 'email Blast';
ImageGalleryArrayPepsi[2][2] = 'Sometimes the most challenging audience to reach is your own employees, especially when they consist of local managers scattered around the country. PepsiAmericas asked Brainforest to introduce its managers to new on-line tools and encourage them to integrate them into their workflow. We designed a humorous electronic campaign delivered via email bursts that increased trial and got the entire organization buzzing.';


// Sigma
function SwapImageSigma(nDex)
			{
			
				if(nDex < 0 || nDex >= ImageGalleryArraySigma.length)
				{
					return;
				}
			
				var imgName = ImageGalleryArraySigma[nDex][0];
				var imgCaption = ImageGalleryArraySigma[nDex][2];
				var imgTitle = ImageGalleryArraySigma[nDex][1];
var ImgPlace = document.getElementById('CurrentGalleryImage');
				if(null != ImgPlace)
				{
					ImgPlace.src = 'filebin/images/sigma/' + imgName;
				}
var ImgContent = document.getElementById('ImageGalleryGridContents');
				if(null != ImgContent)
				{
					ImgContent.innerHTML = imgCaption;
				}
				var ImgTitle = document.getElementById('ImageGalleryTitle');
				if(null != ImgTitle)
				{
					ImgTitle.innerHTML = imgTitle;
				}		
var e;
				for(e = 0; e < ImageGalleryArraySigma.length; e++)
				{
					var arBarShow = document.getElementById('ImageGalleryUnderline' + e);
					if(null != arBarShow)
					{
						arBarShow.style.display = (e == nDex ? 'block' : 'none');
					}
	}
			}
			
			var ImageGalleryArraySigma = new Array()
			ImageGalleryArraySigma[0] = new Array();
ImageGalleryArraySigma[0][0] = 'placeholderclient3.jpg';
ImageGalleryArraySigma[0][1] = 'Sigma Chi Website';
ImageGalleryArraySigma[0][2] = 'A fraternity like Sigma Chi must reach out to many audiences. The charitable foundations it serves. The high school senior. The active membership on campus. Not to mention the Class of \'37 and beyond.<br /><br />Once Brainforest had created a new visual identity for Sigma Chi, we set out to design a website that provided a rich experience for each of these important constituents. The site is a real showcase for Sigma Chi, easily updated and projecting a relevant, forward-looking organization to the world.<br /><br /><a target="_blank" href="http://www.sigmachi.org"><span style="color: rgb(255, 153, 0); text-decoration: underline;">www.sigmachi.org</span>';
ImageGalleryArraySigma[1] = new Array();
ImageGalleryArraySigma[1][0] = 'placeholderclient2.jpg';
ImageGalleryArraySigma[1][1] = 'Sigma Chi Website';
ImageGalleryArraySigma[1][2] = 'A fraternity like Sigma Chi must reach out to many audiences. The charitable foundations it serves. The high school senior. The active membership on campus. Not to mention the Class of \'37 and beyond.<br /><br />Once Brainforest had created a new visual identity for Sigma Chi, we set out to design a website that provided a rich experience for each of these important constituents. The site is a real showcase for Sigma Chi, easily updated and projecting a relevant, forward-looking organization to the world.<br /><br /><a target="_blank" href="http://www.sigmachi.org"><span style="color: rgb(255, 153, 0); text-decoration: underline;">www.sigmachi.org</span>';
ImageGalleryArraySigma[2] = new Array();
ImageGalleryArraySigma[2][0] = 'sci_ie_3.jpg';
ImageGalleryArraySigma[2][1] = 'Sigma Chi Website';
ImageGalleryArraySigma[2][2] = 'A fraternity like Sigma Chi must reach out to many audiences. The charitable foundations it serves. The high school senior. The active membership on campus. Not to mention the Class of \'37 and beyond.<br /><br />Once Brainforest had created a new visual identity for Sigma Chi, we set out to design a website that provided a rich experience for each of these important constituents. The site is a real showcase for Sigma Chi, easily updated and projecting a relevant, forward-looking organization to the world.<br /><br /><a target="_blank" href="http://www.sigmachi.org"><span style="color: rgb(255, 153, 0); text-decoration: underline;">www.sigmachi.org</span>';
ImageGalleryArraySigma[3] = new Array();
ImageGalleryArraySigma[3][0] = 'sci_ie_4.jpg';
ImageGalleryArraySigma[3][1] = 'Sigma Chi Website';
ImageGalleryArraySigma[3][2] = 'A fraternity like Sigma Chi must reach out to many audiences. The charitable foundations it serves. The high school senior. The active membership on campus. Not to mention the Class of \'37 and beyond.<br /><br />Once Brainforest had created a new visual identity for Sigma Chi, we set out to design a website that provided a rich experience for each of these important constituents. The site is a real showcase for Sigma Chi, easily updated and projecting a relevant, forward-looking organization to the world.<br /><br /><a target="_blank" href="http://www.sigmachi.org"><span style="color: rgb(255, 153, 0); text-decoration: underline;">www.sigmachi.org</span>';


// Union
function SwapImageUnion(nDex)
			{
			
				if(nDex < 0 || nDex >= ImageGalleryArrayUnion.length)
				{
					return;
				}
			
				var imgName = ImageGalleryArrayUnion[nDex][0];
				var imgCaption = ImageGalleryArrayUnion[nDex][2];
				var imgTitle = ImageGalleryArrayUnion[nDex][1];
var ImgPlace = document.getElementById('CurrentGalleryImage');
				if(null != ImgPlace)
				{
					ImgPlace.src = 'filebin/images/union/' + imgName;
				}
var ImgContent = document.getElementById('ImageGalleryGridContents');
				if(null != ImgContent)
				{
					ImgContent.innerHTML = imgCaption;
				}
				var ImgTitle = document.getElementById('ImageGalleryTitle');
				if(null != ImgTitle)
				{
					ImgTitle.innerHTML = imgTitle;
				}						

				var e;
				for(e = 0; e < ImageGalleryArrayUnion.length; e++)
				{
					var arBarShow = document.getElementById('ImageGalleryUnderline' + e);
					if(null != arBarShow)
					{
						arBarShow.style.display = (e == nDex ? 'block' : 'none');
					}
	}
			}
			
			var ImageGalleryArrayUnion = new Array()
			ImageGalleryArrayUnion[0] = new Array();
ImageGalleryArrayUnion[0][0] = 'unl_ie_1.jpg';
ImageGalleryArrayUnion[0][1] = 'Union Leasing Website';
ImageGalleryArrayUnion[0][2] = 'People love working with Union Leasing. They appreciate the person-to-person approach to managing their accounts and a corporate culture that empowers people to do whatever is necessary to satisfy the customer. The job of translating that culture into a web experience fell to the Brainforest team. We created a dynamic site that allowed current and prospective customers to navigate all the different leasing and service products. We even created a series of Union Leasing Extra Miles: animated vignettes taken from real episodes of Union Leasing\'s excellent customer service.<br /><br /><a target="_blank" href="http://www.unionleasing.com/"><span style="color: rgb(255, 153, 0); text-decoration: underline;">www.unionleasing.com</span>';
ImageGalleryArrayUnion[1] = new Array();
ImageGalleryArrayUnion[1][0] = 'unl_ie_2.jpg';
ImageGalleryArrayUnion[1][1] = 'Union Leasing Website';
ImageGalleryArrayUnion[1][2] = 'People love working with Union Leasing. They appreciate the person-to-person approach to managing their accounts and a corporate culture that empowers people to do whatever is necessary to satisfy the customer. The job of translating that culture into a web experience fell to the Brainforest team. We created a dynamic site that allowed current and prospective customers to navigate all the different leasing and service products. We even created a series of Union Leasing Extra Miles: animated vignettes taken from real episodes of Union Leasing\'s excellent customer service.<br /><br /><a target="_blank" href="http://www.unionleasing.com/"><span style="color: rgb(255, 153, 0); text-decoration: underline;">www.unionleasing.com</span>';
ImageGalleryArrayUnion[2] = new Array();
ImageGalleryArrayUnion[2][0] = 'unl_ie_3.jpg';
ImageGalleryArrayUnion[2][1] = 'Union Leasing Website';
ImageGalleryArrayUnion[2][2] = 'People love working with Union Leasing. They appreciate the person-to-person approach to managing their accounts and a corporate culture that empowers people to do whatever is necessary to satisfy the customer. The job of translating that culture into a web experience fell to the Brainforest team. We created a dynamic site that allowed current and prospective customers to navigate all the different leasing and service products. We even created a series of Union Leasing Extra Miles: animated vignettes taken from real episodes of Union Leasing\'s excellent customer service.<br /><br /><a target="_blank" href="http://www.unionleasing.com/"><span style="color: rgb(255, 153, 0); text-decoration: underline;">www.unionleasing.com</span>';
ImageGalleryArrayUnion[3] = new Array();
ImageGalleryArrayUnion[3][0] = 'unl_ie_4.jpg';
ImageGalleryArrayUnion[3][1] = 'Extra Mile Vignette Animation';
ImageGalleryArrayUnion[3][2] = 'People love working with Union Leasing. They appreciate the person-to-person approach to managing their accounts and a corporate culture that empowers people to do whatever is necessary to satisfy the customer. The job of translating that culture into a web experience fell to the Brainforest team. We created a dynamic site that allowed current and prospective customers to navigate all the different leasing and service products. We even created a series of Union Leasing Extra Miles: animated vignettes taken from real episodes of Union Leasing\'s excellent customer service.<br /><br /><a target="_blank" href="http://www.unionleasing.com/"><span style="color: rgb(255, 153, 0); text-decoration: underline;">www.unionleasing.com</span>';
ImageGalleryArrayUnion[4] = new Array();
ImageGalleryArrayUnion[4][0] = 'unl_ie_5.jpg';
ImageGalleryArrayUnion[4][1] = 'Extra Mile Vignette Animation';
ImageGalleryArrayUnion[4][2] = 'People love working with Union Leasing. They appreciate the person-to-person approach to managing their accounts and a corporate culture that empowers people to do whatever is necessary to satisfy the customer. The job of translating that culture into a web experience fell to the Brainforest team. We created a dynamic site that allowed current and prospective customers to navigate all the different leasing and service products. We even created a series of Union Leasing Extra Miles: animated vignettes taken from real episodes of Union Leasing\'s excellent customer service.<br /><br /><a target="_blank" href="http://www.unionleasing.com/"><span style="color: rgb(255, 153, 0); text-decoration: underline;">www.unionleasing.com</span>';


// Webplan
function SwapImageWebplan(nDex)
			{
			
				if(nDex < 0 || nDex >= ImageGalleryArrayWebplan.length)
				{
					return;
				}
			
				var imgName = ImageGalleryArrayWebplan[nDex][0];
				var imgCaption = ImageGalleryArrayWebplan[nDex][2];
				var imgTitle = ImageGalleryArrayWebplan[nDex][1];
var ImgPlace = document.getElementById('CurrentGalleryImage');
				if(null != ImgPlace)
				{
					ImgPlace.src = 'filebin/images/webplan/' + imgName;
				}
var ImgContent = document.getElementById('ImageGalleryGridContents');
				if(null != ImgContent)
				{
					ImgContent.innerHTML = imgCaption;
				}
				var ImgTitle = document.getElementById('ImageGalleryTitle');
				if(null != ImgTitle)
				{
					ImgTitle.innerHTML = imgTitle;
				}						

				var e;
				for(e = 0; e < ImageGalleryArrayWebplan.length; e++)
				{
					var arBarShow = document.getElementById('ImageGalleryUnderline' + e);
					if(null != arBarShow)
					{
						arBarShow.style.display = (e == nDex ? 'block' : 'none');
					}
	}
			}
			
			var ImageGalleryArrayWebplan = new Array()
			ImageGalleryArrayWebplan[0] = new Array();
ImageGalleryArrayWebplan[0][0] = 'web_ie_1.jpg';
ImageGalleryArrayWebplan[0][1] = 'Webplan Website';
ImageGalleryArrayWebplan[0][2] = 'Webplan develops and markets supply chain software solutions, an important business but not one that evokes a lot of emotion. Brainforest believes in the importance of delivering a vivid experience at every access point. No matter the category, the visitor should have a strong sense of the brand\'s character and sensibilities. Brainforest worked with Webplan to first develop a progressive, responsive brand identity, then rolled it out into a variety of on-line tools. The result: a dynamic experience that stands out in a low-involvement business category.<br /><br /><a href="http://www.kinaxis.com" target="_blank"><span style="color: rgb(255, 153, 0); text-decoration: underline;">www.kinaxis.com</span>';
ImageGalleryArrayWebplan[1] = new Array();
ImageGalleryArrayWebplan[1][0] = 'web_ie_2.jpg';
ImageGalleryArrayWebplan[1][1] = 'Webplan Website';
ImageGalleryArrayWebplan[1][2] = 'Webplan develops and markets supply chain software solutions, an important business but not one that evokes a lot of emotion. Brainforest believes in the importance of delivering a vivid experience at every access point. No matter the category, the visitor should have a strong sense of the brand\'s character and sensibilities. Brainforest worked with Webplan to first develop a progressive, responsive brand identity, then rolled it out into a variety of on-line tools. The result: a dynamic experience that stands out in a low-involvement business category.<br /><br /><a href="http://www.kinaxis.com" target="_blank"><span style="color: rgb(255, 153, 0); text-decoration: underline;">www.kinaxis.com</span>';
ImageGalleryArrayWebplan[2] = new Array();
ImageGalleryArrayWebplan[2][0] = 'web_ie_3.jpg';
ImageGalleryArrayWebplan[2][1] = 'Webplan e-Newsletter';
ImageGalleryArrayWebplan[2][2] = 'Webplan develops and markets supply chain software solutions, an important business but not one that evokes a lot of emotion. Brainforest believes in the importance of delivering a vivid experience at every access point. No matter the category, the visitor should have a strong sense of the brand\'s character and sensibilities. Brainforest worked with Webplan to first develop a progressive, responsive brand identity, then rolled it out into a variety of on-line tools. The result: a dynamic experience that stands out in a low-involvement business category.<br /><br /><a href="http://www.kinaxis.com" target="_blank"><span style="color: rgb(255, 153, 0); text-decoration: underline;">www.kinaxis.com</span>';
ImageGalleryArrayWebplan[3] = new Array();
ImageGalleryArrayWebplan[3][0] = 'web_ie_4.jpg';
ImageGalleryArrayWebplan[3][1] = 'Banner Ad';
ImageGalleryArrayWebplan[3][2] = 'Webplan develops and markets supply chain software solutions, an important business but not one that evokes a lot of emotion. Brainforest believes in the importance of delivering a vivid experience at every access point. No matter the category, the visitor should have a strong sense of the brand\'s character and sensibilities. Brainforest worked with Webplan to first develop a progressive, responsive brand identity, then rolled it out into a variety of on-line tools. The result: a dynamic experience that stands out in a low-involvement business category.<br /><br /><a href="http://www.kinaxis.com" target="_blank"><span style="color: rgb(255, 153, 0); text-decoration: underline;">www.kinaxis.com</span>';


// WXRT
function SwapImageWXRT(nDex)
			{
			
				if(nDex < 0 || nDex >= ImageGalleryArrayWXRT.length)
				{
					return;
				}
			
				var imgName = ImageGalleryArrayWXRT[nDex][0];
				var imgCaption = ImageGalleryArrayWXRT[nDex][2];
				var imgTitle = ImageGalleryArrayWXRT[nDex][1];
var ImgPlace = document.getElementById('CurrentGalleryImage');
				if(null != ImgPlace)
				{
					ImgPlace.src = 'filebin/images/wxrt/' + imgName;
				}
var ImgContent = document.getElementById('ImageGalleryGridContents');
				if(null != ImgContent)
				{
					ImgContent.innerHTML = imgCaption;
				}
				var ImgTitle = document.getElementById('ImageGalleryTitle');
				if(null != ImgTitle)
				{
					ImgTitle.innerHTML = imgTitle;
				}						

				var e;
				for(e = 0; e < ImageGalleryArrayWXRT.length; e++)
				{
					var arBarShow = document.getElementById('ImageGalleryUnderline' + e);
					if(null != arBarShow)
					{
						arBarShow.style.display = (e == nDex ? 'block' : 'none');
					}
	}
			}
			
			var ImageGalleryArrayWXRT = new Array()
			ImageGalleryArrayWXRT[0] = new Array();
ImageGalleryArrayWXRT[0][0] = 'XRT_ie_1.jpg';
ImageGalleryArrayWXRT[0][1] = 'WXRT Website';
ImageGalleryArrayWXRT[0][2] = "All radio stations have listeners. 93XRT has a community, in the truest sense of the word. It\'s an identity and cultural touchstone for hundreds of thousands of Midwesterners of all ages. Now with the help of Brainforest, they congregate virtually around the world on WXRT.com. We helped translate the classic radio sensibilities of 93XRT into new media possibilities. While many radio stations continue to see the internet as competition, 93XRT has used it to strengthen their place as a Chicago rock icon.<br /><br /><a target='_blank' href='http://www.wxrt.com/'><span style='color: rgb(255, 153, 0); text-decoration: underline;'>www.wxrt.com</span></a>";
ImageGalleryArrayWXRT[1] = new Array();
ImageGalleryArrayWXRT[1][0] = 'XRT_ie_2.jpg';
ImageGalleryArrayWXRT[1][1] = 'WXRT Website';
ImageGalleryArrayWXRT[1][2] = "All radio stations have listeners. 93XRT has a community, in the truest sense of the word. It\'s an identity and cultural touchstone for hundreds of thousands of Midwesterners of all ages. Now with the help of Brainforest, they congregate virtually around the world on WXRT.com. We helped translate the classic radio sensibilities of 93XRT into new media possibilities. While many radio stations continue to see the internet as competition, 93XRT has used it to strengthen their place as a Chicago rock icon.<br /><br /><a target='_blank' href='http://www.wxrt.com/'><span style='color: rgb(255, 153, 0); text-decoration: underline;'>www.wxrt.com</span></a>";
ImageGalleryArrayWXRT[2] = new Array();
ImageGalleryArrayWXRT[2][0] = 'XRT_ie_3.jpg';
ImageGalleryArrayWXRT[2][1] = 'WXRT Website';
ImageGalleryArrayWXRT[2][2] = "All radio stations have listeners. 93XRT has a community, in the truest sense of the word. It\'s an identity and cultural touchstone for hundreds of thousands of Midwesterners of all ages. Now with the help of Brainforest, they congregate virtually around the world on WXRT.com. We helped translate the classic radio sensibilities of 93XRT into new media possibilities. While many radio stations continue to see the internet as competition, 93XRT has used it to strengthen their place as a Chicago rock icon.<br /><br /><a target='_blank' href='http://www.wxrt.com/'><span style='color: rgb(255, 153, 0); text-decoration: underline;'>www.wxrt.com</span></a>";
ImageGalleryArrayWXRT[3] = new Array();
ImageGalleryArrayWXRT[3][0] = 'XRT_ie_4.jpg';
ImageGalleryArrayWXRT[3][1] = 'WXRT Website';
ImageGalleryArrayWXRT[3][2] = "All radio stations have listeners. 93XRT has a community, in the truest sense of the word. It\'s an identity and cultural touchstone for hundreds of thousands of Midwesterners of all ages. Now with the help of Brainforest, they congregate virtually around the world on WXRT.com. We helped translate the classic radio sensibilities of 93XRT into new media possibilities. While many radio stations continue to see the internet as competition, 93XRT has used it to strengthen their place as a Chicago rock icon.<br /><br /><a target='_blank' href='http://www.wxrt.com/'><span style='color: rgb(255, 153, 0); text-decoration: underline;'>www.wxrt.com</span></a>";
ImageGalleryArrayWXRT[4] = new Array();
ImageGalleryArrayWXRT[4][0] = 'XRT_ie_5.jpg';
ImageGalleryArrayWXRT[4][1] = 'Listener VIP e-Newsletter';
ImageGalleryArrayWXRT[4][2] = "All radio stations have listeners. 93XRT has a community, in the truest sense of the word. It\'s an identity and cultural touchstone for hundreds of thousands of Midwesterners of all ages. Now with the help of Brainforest, they congregate virtually around the world on WXRT.com. We helped translate the classic radio sensibilities of 93XRT into new media possibilities. While many radio stations continue to see the internet as competition, 93XRT has used it to strengthen their place as a Chicago rock icon.<br /><br /><a target='_blank' href='http://www.wxrt.com/'><span style='color: rgb(255, 153, 0); text-decoration: underline;'>www.wxrt.com</span></a>";


// IDENTITY SECTION

// BE
function SwapImageBE(nDex)
			{
			
				if(nDex < 0 || nDex >= ImageGalleryArrayBE.length)
				{
					return;
				}
			
				var imgName = ImageGalleryArrayBE[nDex][0];
				var imgCaption = ImageGalleryArrayBE[nDex][2];
				var imgTitle = ImageGalleryArrayBE[nDex][1];
var ImgPlace = document.getElementById('CurrentGalleryImage');
				if(null != ImgPlace)
				{
					ImgPlace.src = 'filebin/images/BE/' + imgName;
				}
var ImgContent = document.getElementById('ImageGalleryGridContents');
				if(null != ImgContent)
				{
					ImgContent.innerHTML = imgCaption;
				}
				var ImgTitle = document.getElementById('ImageGalleryTitle');
				if(null != ImgTitle)
				{
					ImgTitle.innerHTML = imgTitle;
				}		
var e;
				for(e = 0; e < ImageGalleryArrayBE.length; e++)
				{
					var arBarShow = document.getElementById('ImageGalleryUnderline' + e);
					if(null != arBarShow)
					{
						arBarShow.style.display = (e == nDex ? 'block' : 'none');
					}
	}

			}
			
			var ImageGalleryArrayBE = new Array()
			ImageGalleryArrayBE[0] = new Array();
ImageGalleryArrayBE[0][0] = 'gbe_id_1.jpg';
ImageGalleryArrayBE[0][1] = 'BEPS Logo';
ImageGalleryArrayBE[0][2] = 'Founded in 1925, Berthold Electric Power Services embodies the old-line manufacturer that made Chicago boom in the last century. So when they enlisted Brainforest to design its first real identity package, we took the challenge with proper respect. Instead of discarding their 75-year logo, we embraced its strength and heritage, using it as the basis for a modern image going into the 21st century.';
ImageGalleryArrayBE[1] = new Array();
ImageGalleryArrayBE[1][0] = 'gbe_id_2.jpg';
ImageGalleryArrayBE[1][1] = 'Stationery System';
ImageGalleryArrayBE[1][2] = 'Founded in 1925, Berthold Electric Power Services embodies the old-line manufacturer that made Chicago boom in the last century. So when they enlisted Brainforest to design its first real identity package, we took the challenge with proper respect. Instead of discarding their 75-year logo, we embraced its strength and heritage, using it as the basis for a modern image going into the 21st century.';
ImageGalleryArrayBE[2] = new Array();
ImageGalleryArrayBE[2][0] = 'gbe_id_3.jpg';
ImageGalleryArrayBE[2][1] = 'Stationery System';
ImageGalleryArrayBE[2][2] = 'Founded in 1925, Berthold Electric Power Services embodies the old-line manufacturer that made Chicago boom in the last century. So when they enlisted Brainforest to design its first real identity package, we took the challenge with proper respect. Instead of discarding their 75-year logo, we embraced its strength and heritage, using it as the basis for a modern image going into the 21st century.';


// Blue Prarie Group
function SwapImageBlue(nDex)
			{
			
				if(nDex < 0 || nDex >= ImageGalleryArrayBlue.length)
				{
					return;
				}
			
				var imgName = ImageGalleryArrayBlue[nDex][0];
				var imgCaption = ImageGalleryArrayBlue[nDex][2];
				var imgTitle = ImageGalleryArrayBlue[nDex][1];
var ImgPlace = document.getElementById('CurrentGalleryImage');
				if(null != ImgPlace)
				{
					ImgPlace.src = 'filebin/images/blue/' + imgName;
				}
var ImgContent = document.getElementById('ImageGalleryGridContents');
				if(null != ImgContent)
				{
					ImgContent.innerHTML = imgCaption;
				}
				var ImgTitle = document.getElementById('ImageGalleryTitle');
				if(null != ImgTitle)
				{
					ImgTitle.innerHTML = imgTitle;
				}		
var e;
				for(e = 0; e < ImageGalleryArrayBlue.length; e++)
				{
					var arBarShow = document.getElementById('ImageGalleryUnderline' + e);
					if(null != arBarShow)
					{
						arBarShow.style.display = (e == nDex ? 'block' : 'none');
					}
	}

			}
			
			var ImageGalleryArrayBlue = new Array()
			ImageGalleryArrayBlue[0] = new Array();
ImageGalleryArrayBlue[0][0] = 'BlueP_id_1.jpg';
ImageGalleryArrayBlue[0][1] = 'Blue Prairie Logo';
ImageGalleryArrayBlue[0][2] = 'This start-up human resource and investment consulting firm sought an image that accomplished two apparently disparate things: communicate corporate honesty and stability, while also signaling that Blue Prairie offered a unique perspective to the market. After exhausting many traditional approaches, Brainforest struck on this bold design \- the brave prairie dog, standing vigil over the vast plain. Mission accomplished.';
ImageGalleryArrayBlue[1] = new Array();
ImageGalleryArrayBlue[1][0] = 'BlueP_id_2.jpg';
ImageGalleryArrayBlue[1][1] = 'Stationery System';
ImageGalleryArrayBlue[1][2] = 'This start-up human resource and investment consulting firm sought an image that accomplished two apparently disparate things: communicate corporate honesty and stability, while also signaling that Blue Prairie offered a unique perspective to the market. After exhausting many traditional approaches, Brainforest struck on this bold design \- the brave prairie dog, standing vigil over the vast plain. Mission accomplished.';
ImageGalleryArrayBlue[2] = new Array();
ImageGalleryArrayBlue[2][0] = 'BlueP_id_3.jpg';
ImageGalleryArrayBlue[2][1] = 'Stationery System';
ImageGalleryArrayBlue[2][2] = 'This start-up human resource and investment consulting firm sought an image that accomplished two apparently disparate things: communicate corporate honesty and stability, while also signaling that Blue Prairie offered a unique perspective to the market. After exhausting many traditional approaches, Brainforest struck on this bold design \- the brave prairie dog, standing vigil over the vast plain. Mission accomplished.';


//  Creative Pitch Identity
function SwapImageCreativeID(nDex)
			{
			
				if(nDex < 0 || nDex >= ImageGalleryArrayCreativeID.length)
				{
					return;
				}
			
				var imgName = ImageGalleryArrayCreativeID[nDex][0];
				var imgCaption = ImageGalleryArrayCreativeID[nDex][2];
				var imgTitle = ImageGalleryArrayCreativeID[nDex][1];
var ImgPlace = document.getElementById('CurrentGalleryImage');
				if(null != ImgPlace)
				{
					ImgPlace.src = 'filebin/images/creative/' + imgName;
				}
var ImgContent = document.getElementById('ImageGalleryGridContents');
				if(null != ImgContent)
				{
					ImgContent.innerHTML = imgCaption;
				}
				var ImgTitle = document.getElementById('ImageGalleryTitle');
				if(null != ImgTitle)
				{
					ImgTitle.innerHTML = imgTitle;
				}		
var e;
				for(e = 0; e < ImageGalleryArrayCreativeID.length; e++)
				{
					var arBarShow = document.getElementById('ImageGalleryUnderline' + e);
					if(null != arBarShow)
					{
						arBarShow.style.display = (e == nDex ? 'block' : 'none');
					}
	}

			}
			
			var ImageGalleryArrayCreativeID = new Array()
			ImageGalleryArrayCreativeID[0] = new Array();
ImageGalleryArrayCreativeID[0][0] = 'cp_id_1.jpg';
ImageGalleryArrayCreativeID[0][1] = 'Creative Pitch Logo and Themeline';
ImageGalleryArrayCreativeID[0][2] = 'Creative Pitch brings together members of the design and advertising community to help provide much-needed art supplies to area schools. <br /><br />As the originator of Creative Pitch, Brainforest developed the entire program from the ground up, including name, slogan and visual identity. The design worked to enhance the message of recycling for a common good by using raw paper and previously used printer stock for materials.';
ImageGalleryArrayCreativeID[1] = new Array();
ImageGalleryArrayCreativeID[1][0] = 'cp_id_2.jpg';
ImageGalleryArrayCreativeID[1][1] = 'Letterhead';
ImageGalleryArrayCreativeID[1][2] = 'Creative Pitch brings together members of the design and advertising community to help provide much-needed art supplies to area schools. <br /><br />As the originator of Creative Pitch, Brainforest developed the entire program from the ground up, including name, slogan and visual identity. The design worked to enhance the message of recycling for a common good by using raw paper and previously used printer stock for materials.';
ImageGalleryArrayCreativeID[2] = new Array();
ImageGalleryArrayCreativeID[2][0] = 'cp_id_3.jpg';
ImageGalleryArrayCreativeID[2][1] = 'Label';
ImageGalleryArrayCreativeID[2][2] = 'Creative Pitch brings together members of the design and advertising community to help provide much-needed art supplies to area schools. <br /><br />As the originator of Creative Pitch, Brainforest developed the entire program from the ground up, including name, slogan and visual identity. The design worked to enhance the message of recycling for a common good by using raw paper and previously used printer stock for materials.';


// Integrys
function SwapImageIntegrys(nDex)
			{
			
				if(nDex < 0 || nDex >= ImageGalleryArrayIntegrys.length)
				{
					return;
				}
			
				var imgName = ImageGalleryArrayIntegrys[nDex][0];
				var imgCaption = ImageGalleryArrayIntegrys[nDex][2];
				var imgTitle = ImageGalleryArrayIntegrys[nDex][1];
var ImgPlace = document.getElementById('CurrentGalleryImage');
				if(null != ImgPlace)
				{
					ImgPlace.src = 'filebin/images/integrys/' + imgName;
				}
var ImgContent = document.getElementById('ImageGalleryGridContents');
				if(null != ImgContent)
				{
					ImgContent.innerHTML = imgCaption;
				}
				var ImgTitle = document.getElementById('ImageGalleryTitle');
				if(null != ImgTitle)
				{
					ImgTitle.innerHTML = imgTitle;
				}		
var e;
				for(e = 0; e < ImageGalleryArrayIntegrys.length; e++)
				{
					var arBarShow = document.getElementById('ImageGalleryUnderline' + e);
					if(null != arBarShow)
					{
						arBarShow.style.display = (e == nDex ? 'block' : 'none');
					}
	}

			}
			
			var ImageGalleryArrayIntegrys = new Array()
			ImageGalleryArrayIntegrys[0] = new Array();
ImageGalleryArrayIntegrys[0][0] = 'int_id_1.jpg';
ImageGalleryArrayIntegrys[0][1] = 'Logo';
ImageGalleryArrayIntegrys[0][2] = 'Integrys Energy Group, Inc. represents the merger of WPS Resources Corporation and Peoples Energy Corporation. This newly formed entity is a diversified energy company serving residential and commercial customers throughout the Midwest and Northeast. The challenge for Brainforest was to create a logo, identity and guidelines that expressed the ethos of the new corporation and conveyed a single brand presence, while establishing additional guidelines for the various divisions allowing them to keep some degree of individuality.';
ImageGalleryArrayIntegrys[1] = new Array();
ImageGalleryArrayIntegrys[1][0] = 'int_id_2.jpg';
ImageGalleryArrayIntegrys[1][1] = 'Stationery System';
ImageGalleryArrayIntegrys[1][2] = 'Integrys Energy Group, Inc. represents the merger of WPS Resources Corporation and Peoples Energy Corporation. This newly formed entity is a diversified energy company serving residential and commercial customers throughout the Midwest and Northeast. The challenge for Brainforest was to create a logo, identity and guidelines that expressed the ethos of the new corporation and conveyed a single brand presence, while establishing additional guidelines for the various divisions allowing them to keep some degree of individuality.';


// NRG
function SwapImageNG(nDex)
			{
			
				if(nDex < 0 || nDex >= ImageGalleryArrayNG.length)
				{
					return;
				}
			
				var imgName = ImageGalleryArrayNG[nDex][0];
				var imgCaption = ImageGalleryArrayNG[nDex][2];
				var imgTitle = ImageGalleryArrayNG[nDex][1];
var ImgPlace = document.getElementById('CurrentGalleryImage');
				if(null != ImgPlace)
				{
					ImgPlace.src = 'filebin/images/NG/' + imgName;
				}
var ImgContent = document.getElementById('ImageGalleryGridContents');
				if(null != ImgContent)
				{
					ImgContent.innerHTML = imgCaption;
				}
				var ImgTitle = document.getElementById('ImageGalleryTitle');
				if(null != ImgTitle)
				{
					ImgTitle.innerHTML = imgTitle;
				}		
var e;
				for(e = 0; e < ImageGalleryArrayNG.length; e++)
				{
					var arBarShow = document.getElementById('ImageGalleryUnderline' + e);
					if(null != arBarShow)
					{
						arBarShow.style.display = (e == nDex ? 'block' : 'none');
					}
	}

			}
			
			var ImageGalleryArrayNG = new Array()
			ImageGalleryArrayNG[0] = new Array();
ImageGalleryArrayNG[0][0] = 'NRG_2.jpg';
ImageGalleryArrayNG[0][1] = 'The Northridge Group';
ImageGalleryArrayNG[0][2] = 'The Northridge Group is an interim staffing firm that provides talent and consulting for the technology market. Their focus is on people teaming with people, and they wanted their logo, visual identity and marketing materials to reflect that brand. <br /><br />The Brainforest developed tagline \"you + NRG\" spoke to both sides of their market; both the talented consultants that represented the company in the marketplace, and the clients that hired them. The Brainforest designed logo reinforces this partnership concept, incorporating the \"plus\" sign as an important part of the company mark. To further reinforce the human side of NRG, the faces on company business cards were randomly printed, giving each consultant a combination of portraits.';
ImageGalleryArrayNG[1] = new Array();
ImageGalleryArrayNG[1][0] = 'NRG_3.jpg';
ImageGalleryArrayNG[1][1] = 'The Northridge Group';
ImageGalleryArrayNG[1][2] = 'The Northridge Group is an interim staffing firm that provides talent and consulting for the technology market. Their focus is on people teaming with people, and they wanted their logo, visual identity and marketing materials to reflect that brand. <br /><br />The Brainforest developed tagline \"you + NRG\" spoke to both sides of their market; both the talented consultants that represented the company in the marketplace, and the clients that hired them. The Brainforest designed logo reinforces this partnership concept, incorporating the \"plus\" sign as an important part of the company mark. To further reinforce the human side of NRG, the faces on company business cards were randomly printed, giving each consultant a combination of portraits.';
ImageGalleryArrayNG[2] = new Array();
ImageGalleryArrayNG[2][0] = 'NRG_4.jpg';
ImageGalleryArrayNG[2][1] = 'The Northridge Group';
ImageGalleryArrayNG[2][2] = 'The Northridge Group is an interim staffing firm that provides talent and consulting for the technology market. Their focus is on people teaming with people, and they wanted their logo, visual identity and marketing materials to reflect that brand. <br /><br />The Brainforest developed tagline \"you + NRG\" spoke to both sides of their market; both the talented consultants that represented the company in the marketplace, and the clients that hired them. The Brainforest designed logo reinforces this partnership concept, incorporating the \"plus\" sign as an important part of the company mark. To further reinforce the human side of NRG, the faces on company business cards were randomly printed, giving each consultant a combination of portraits.';
ImageGalleryArrayNG[3] = new Array();
ImageGalleryArrayNG[3][0] = 'NRG_5.jpg';
ImageGalleryArrayNG[3][1] = 'The Northridge Group';
ImageGalleryArrayNG[3][2] = 'The Northridge Group is an interim staffing firm that provides talent and consulting for the technology market. Their focus is on people teaming with people, and they wanted their logo, visual identity and marketing materials to reflect that brand. <br /><br />The Brainforest developed tagline \"you + NRG\" spoke to both sides of their market; both the talented consultants that represented the company in the marketplace, and the clients that hired them. The Brainforest designed logo reinforces this partnership concept, incorporating the \"plus\" sign as an important part of the company mark. To further reinforce the human side of NRG, the faces on company business cards were randomly printed, giving each consultant a combination of portraits.';


// Maven Cosmetics
function SwapImageMaven(nDex)
			{
			
				if(nDex < 0 || nDex >= ImageGalleryArrayMaven.length)
				{
					return;
				}
			
				var imgName = ImageGalleryArrayMaven[nDex][0];
				var imgCaption = ImageGalleryArrayMaven[nDex][2];
				var imgTitle = ImageGalleryArrayMaven[nDex][1];
var ImgPlace = document.getElementById('CurrentGalleryImage');
				if(null != ImgPlace)
				{
					ImgPlace.src = 'filebin/images/maven/' + imgName;
				}
var ImgContent = document.getElementById('ImageGalleryGridContents');
				if(null != ImgContent)
				{
					ImgContent.innerHTML = imgCaption;
				}
				var ImgTitle = document.getElementById('ImageGalleryTitle');
				if(null != ImgTitle)
				{
					ImgTitle.innerHTML = imgTitle;
				}		
var e;
				for(e = 0; e < ImageGalleryArrayMaven.length; e++)
				{
					var arBarShow = document.getElementById('ImageGalleryUnderline' + e);
					if(null != arBarShow)
					{
						arBarShow.style.display = (e == nDex ? 'block' : 'none');
					}
	}

			}
			
			var ImageGalleryArrayMaven = new Array()
			ImageGalleryArrayMaven[0] = new Array();
ImageGalleryArrayMaven[0][0] = 'Maven_id_1.jpg';
ImageGalleryArrayMaven[0][1] = 'Maven Logo';
ImageGalleryArrayMaven[0][2] = 'Maven is a new concept in cosmetics, providing products for women of all skin colors and ethnicities. It was obvious to Brainforest they needed an image and packaging as fresh and progressive as their mission. But before beginning the creative process, Brainforest worked with Maven on designing its brand personality: Strong. Soulful. Sensual. Those vivid words provided the inspiration for the Maven logo and packaging.';
ImageGalleryArrayMaven[1] = new Array();
ImageGalleryArrayMaven[1][0] = 'Maven_id_2.jpg';
ImageGalleryArrayMaven[1][1] = 'Tagline Logo';
ImageGalleryArrayMaven[1][2] = 'Maven is a new concept in cosmetics, providing products for women of all skin colors and ethnicities. It was obvious to Brainforest they needed an image and packaging as fresh and progressive as their mission. But before beginning the creative process, Brainforest worked with Maven on designing its brand personality: Strong. Soulful. Sensual. Those vivid words provided the inspiration for the Maven logo and packaging.';
ImageGalleryArrayMaven[2] = new Array();
ImageGalleryArrayMaven[2][0] = 'Maven_id_3.jpg';
ImageGalleryArrayMaven[2][1] = 'Business Cards';
ImageGalleryArrayMaven[2][2] = 'Maven is a new concept in cosmetics, providing products for women of all skin colors and ethnicities. It was obvious to Brainforest they needed an image and packaging as fresh and progressive as their mission. But before beginning the creative process, Brainforest worked with Maven on designing its brand personality: Strong. Soulful. Sensual. Those vivid words provided the inspiration for the Maven logo and packaging.';
ImageGalleryArrayMaven[3] = new Array();
ImageGalleryArrayMaven[3][0] = 'Maven_id_4.jpg';
ImageGalleryArrayMaven[3][1] = 'Stationery System';
ImageGalleryArrayMaven[3][2] = 'Maven is a new concept in cosmetics, providing products for women of all skin colors and ethnicities. It was obvious to Brainforest they needed an image and packaging as fresh and progressive as their mission. But before beginning the creative process, Brainforest worked with Maven on designing its brand personality: Strong. Soulful. Sensual. Those vivid words provided the inspiration for the Maven logo and packaging.';
ImageGalleryArrayMaven[4] = new Array();
ImageGalleryArrayMaven[4][0] = 'Maven_id_5.jpg';
ImageGalleryArrayMaven[4][1] = 'Packaging';
ImageGalleryArrayMaven[4][2] = 'Maven is a new concept in cosmetics, providing products for women of all skin colors and ethnicities. It was obvious to Brainforest they needed an image and packaging as fresh and progressive as their mission. But before beginning the creative process, Brainforest worked with Maven on designing its brand personality: Strong. Soulful. Sensual. Those vivid words provided the inspiration for the Maven logo and packaging.';


//  Melinda
function SwapImageMelinda(nDex)
			{
			
				if(nDex < 0 || nDex >= ImageGalleryArrayMelinda.length)
				{
					return;
				}
			
				var imgName = ImageGalleryArrayMelinda[nDex][0];
				var imgCaption = ImageGalleryArrayMelinda[nDex][2];
				var imgTitle = ImageGalleryArrayMelinda[nDex][1];
var ImgPlace = document.getElementById('CurrentGalleryImage');
				if(null != ImgPlace)
				{
					ImgPlace.src = 'filebin/images/melinda/' + imgName;
				}
var ImgContent = document.getElementById('ImageGalleryGridContents');
				if(null != ImgContent)
				{
					ImgContent.innerHTML = imgCaption;
				}
				var ImgTitle = document.getElementById('ImageGalleryTitle');
				if(null != ImgTitle)
				{
					ImgTitle.innerHTML = imgTitle;
				}		
var e;
				for(e = 0; e < ImageGalleryArrayMelinda.length; e++)
				{
					var arBarShow = document.getElementById('ImageGalleryUnderline' + e);
					if(null != arBarShow)
					{
						arBarShow.style.display = (e == nDex ? 'block' : 'none');
					}
	}

			}
			
			var ImageGalleryArrayMelinda = new Array()
			ImageGalleryArrayMelinda[0] = new Array();
ImageGalleryArrayMelinda[0][0] = 'MHA_id_1.jpg';
ImageGalleryArrayMelinda[0][1] = 'Melinda Holm + Associates Logo';
ImageGalleryArrayMelinda[0][2] = 'As an executive recruiter firm specializing in advertising and marketing, Melinda Holm + Associates required a visual identity that spoke to both the creative mind as well as the beancounter. After surveying the competition and fully getting to know the MHA philosophy, Brainforest developed this dynamic logo and identity package. The mosaic reflects the diverse skill sets and background experiences required to keep a creative business growing. Conversely, every organization is made up of individuals who, from time to time, migrate to complete the needs of another firm.';
ImageGalleryArrayMelinda[1] = new Array();
ImageGalleryArrayMelinda[1][0] = 'MHA_id_2.jpg';
ImageGalleryArrayMelinda[1][1] = 'Business Card';
ImageGalleryArrayMelinda[1][2] = 'As an executive recruiter firm specializing in advertising and marketing, Melinda Holm + Associates required a visual identity that spoke to both the creative mind as well as the beancounter. After surveying the competition and fully getting to know the MHA philosophy, Brainforest developed this dynamic logo and identity package. The mosaic reflects the diverse skill sets and background experiences required to keep a creative business growing. Conversely, every organization is made up of individuals who, from time to time, migrate to complete the needs of another firm.';
ImageGalleryArrayMelinda[2] = new Array();
ImageGalleryArrayMelinda[2][0] = 'MHA_id_3.jpg';
ImageGalleryArrayMelinda[2][1] = 'Stationery System';
ImageGalleryArrayMelinda[2][2] = 'As an executive recruiter firm specializing in advertising and marketing, Melinda Holm + Associates required a visual identity that spoke to both the creative mind as well as the beancounter. After surveying the competition and fully getting to know the MHA philosophy, Brainforest developed this dynamic logo and identity package. The mosaic reflects the diverse skill sets and background experiences required to keep a creative business growing. Conversely, every organization is made up of individuals who, from time to time, migrate to complete the needs of another firm.';


// Millennium Park
function SwapImageMillennium(nDex)
			{
			
				if(nDex < 0 || nDex >= ImageGalleryArrayMillennium.length)
				{
					return;
				}
			
				var imgName = ImageGalleryArrayMillennium[nDex][0];
				var imgCaption = ImageGalleryArrayMillennium[nDex][2];
				var imgTitle = ImageGalleryArrayMillennium[nDex][1];
var ImgPlace = document.getElementById('CurrentGalleryImage');
				if(null != ImgPlace)
				{
					ImgPlace.src = 'filebin/images/millennium/' + imgName;
				}
var ImgContent = document.getElementById('ImageGalleryGridContents');
				if(null != ImgContent)
				{
					ImgContent.innerHTML = imgCaption;
				}
				var ImgTitle = document.getElementById('ImageGalleryTitle');
				if(null != ImgTitle)
				{
					ImgTitle.innerHTML = imgTitle;
				}		
var e;
				for(e = 0; e < ImageGalleryArrayMillennium.length; e++)
				{
					var arBarShow = document.getElementById('ImageGalleryUnderline' + e);
					if(null != arBarShow)
					{
						arBarShow.style.display = (e == nDex ? 'block' : 'none');
					}
	}

			}
			
			var ImageGalleryArrayMillennium = new Array()
			ImageGalleryArrayMillennium[0] = new Array();
ImageGalleryArrayMillennium[0][0] = 'mp_id_1.jpg';
ImageGalleryArrayMillennium[0][1] = 'Millennium Park Logo';
ImageGalleryArrayMillennium[0][2] = 'As soon as the public got its first look at Millennium Park, it was obvious that Chicago had produced a new world-class attraction. About the only thing Millennium Park lacked was a suitable visual identity. Brainforest began the process by taking stock of what the park represented \- the democratization of public space where anyone and everyone can fully participate and interact. Just like the park itself, the logo brings together the architecture and the organic into a truly integrated entity.';
ImageGalleryArrayMillennium[1] = new Array();
ImageGalleryArrayMillennium[1][0] = 'mp_id_2.jpg';
ImageGalleryArrayMillennium[1][1] = 'Millennium Park Logo';
ImageGalleryArrayMillennium[1][2] = 'As soon as the public got its first look at Millennium Park, it was obvious that Chicago had produced a new world-class attraction. About the only thing Millennium Park lacked was a suitable visual identity. Brainforest began the process by taking stock of what the park represented \- the democratization of public space where anyone and everyone can fully participate and interact. Just like the park itself, the logo brings together the architecture and the organic into a truly integrated entity.';
ImageGalleryArrayMillennium[2] = new Array();
ImageGalleryArrayMillennium[2][0] = 'mp_id_3.jpg';
ImageGalleryArrayMillennium[2][1] = 'Summer Events Brochure';
ImageGalleryArrayMillennium[2][2] = 'As soon as the public got its first look at Millennium Park, it was obvious that Chicago had produced a new world-class attraction. About the only thing Millennium Park lacked was a suitable visual identity. Brainforest began the process by taking stock of what the park represented \- the democratization of public space where anyone and everyone can fully participate and interact. Just like the park itself, the logo brings together the architecture and the organic into a truly integrated entity.';
ImageGalleryArrayMillennium[3] = new Array();
ImageGalleryArrayMillennium[3][0] = 'mp_id_4.jpg';
ImageGalleryArrayMillennium[3][1] = 'Summer Events Brochure';
ImageGalleryArrayMillennium[3][2] = 'As soon as the public got its first look at Millennium Park, it was obvious that Chicago had produced a new world-class attraction. About the only thing Millennium Park lacked was a suitable visual identity. Brainforest began the process by taking stock of what the park represented \- the democratization of public space where anyone and everyone can fully participate and interact. Just like the park itself, the logo brings together the architecture and the organic into a truly integrated entity.';


// Motorola
function SwapImageMotorola(nDex)
			{
			
				if(nDex < 0 || nDex >= ImageGalleryArrayMotorola.length)
				{
					return;
				}
			
				var imgName = ImageGalleryArrayMotorola[nDex][0];
				var imgCaption = ImageGalleryArrayMotorola[nDex][2];
				var imgTitle = ImageGalleryArrayMotorola[nDex][1];
var ImgPlace = document.getElementById('CurrentGalleryImage');
				if(null != ImgPlace)
				{
					ImgPlace.src = 'filebin/images/motorola/' + imgName;
				}
var ImgContent = document.getElementById('ImageGalleryGridContents');
				if(null != ImgContent)
				{
					ImgContent.innerHTML = imgCaption;
				}
				var ImgTitle = document.getElementById('ImageGalleryTitle');
				if(null != ImgTitle)
				{
					ImgTitle.innerHTML = imgTitle;
				}		
var e;
				for(e = 0; e < ImageGalleryArrayMotorola.length; e++)
				{
					var arBarShow = document.getElementById('ImageGalleryUnderline' + e);
					if(null != arBarShow)
					{
						arBarShow.style.display = (e == nDex ? 'block' : 'none');
					}
	}

			}
			
			var ImageGalleryArrayMotorola = new Array()
			ImageGalleryArrayMotorola[0] = new Array();
ImageGalleryArrayMotorola[0][0] = 'Moto_id_1.jpg';
ImageGalleryArrayMotorola[0][1] = 'M7 Logo';
ImageGalleryArrayMotorola[0][2] = 'To help launch Motorola\'s new line of entry-tier radios, Brainforest turned science into an art. Borrowing from the periodic table of elements, we created a positioning platform based on the seven basic elements of radio communication. As the undisputed leader in the field, Motorola easily claims superiority in each of these \"elements.\" The M7 identity provided more than a launch campaign; it created an indelible symbol of Motorola\'s leadership in the category.';
ImageGalleryArrayMotorola[1] = new Array();
ImageGalleryArrayMotorola[1][0] = 'Moto_id_2.jpg';
ImageGalleryArrayMotorola[1][1] = 'Seven Essential Elements Graphics';
ImageGalleryArrayMotorola[1][2] = 'To help launch Motorola\'s new line of entry-tier radios, Brainforest turned science into an art. Borrowing from the periodic table of elements, we created a positioning platform based on the seven basic elements of radio communication. As the undisputed leader in the field, Motorola easily claims superiority in each of these \"elements.\" The M7 identity provided more than a launch campaign; it created an indelible symbol of Motorola\'s leadership in the category.';
ImageGalleryArrayMotorola[2] = new Array();
ImageGalleryArrayMotorola[2][0] = 'Moto_id_3.jpg';
ImageGalleryArrayMotorola[2][1] = 'Letterhead';
ImageGalleryArrayMotorola[2][2] = 'To help launch Motorola\'s new line of entry-tier radios, Brainforest turned science into an art. Borrowing from the periodic table of elements, we created a positioning platform based on the seven basic elements of radio communication. As the undisputed leader in the field, Motorola easily claims superiority in each of these \"elements.\" The M7 identity provided more than a launch campaign; it created an indelible symbol of Motorola\'s leadership in the category.';
ImageGalleryArrayMotorola[3] = new Array();
ImageGalleryArrayMotorola[3][0] = 'Moto_id_4.jpg';
ImageGalleryArrayMotorola[3][1] = 'M7 Launch Materials';
ImageGalleryArrayMotorola[3][2] = 'To help launch Motorola\'s new line of entry-tier radios, Brainforest turned science into an art. Borrowing from the periodic table of elements, we created a positioning platform based on the seven basic elements of radio communication. As the undisputed leader in the field, Motorola easily claims superiority in each of these \"elements.\" The M7 identity provided more than a launch campaign; it created an indelible symbol of Motorola\'s leadership in the category.';


// Union Leasing ID
function SwapImageUnionID(nDex)
			{
			
				if(nDex < 0 || nDex >= ImageGalleryArrayUnionID.length)
				{
					return;
				}
			
				var imgName = ImageGalleryArrayUnionID[nDex][0];
				var imgCaption = ImageGalleryArrayUnionID[nDex][2];
				var imgTitle = ImageGalleryArrayUnionID[nDex][1];
var ImgPlace = document.getElementById('CurrentGalleryImage');
				if(null != ImgPlace)
				{
					ImgPlace.src = 'filebin/images/union/' + imgName;
				}
var ImgContent = document.getElementById('ImageGalleryGridContents');
				if(null != ImgContent)
				{
					ImgContent.innerHTML = imgCaption;
				}
				var ImgTitle = document.getElementById('ImageGalleryTitle');
				if(null != ImgTitle)
				{
					ImgTitle.innerHTML = imgTitle;
				}		
var e;
				for(e = 0; e < ImageGalleryArrayUnionID.length; e++)
				{
					var arBarShow = document.getElementById('ImageGalleryUnderline' + e);
					if(null != arBarShow)
					{
						arBarShow.style.display = (e == nDex ? 'block' : 'none');
					}
	}

			}
			
			var ImageGalleryArrayUnionID = new Array()
			ImageGalleryArrayUnionID[0] = new Array();
ImageGalleryArrayUnionID[0][0] = 'unl_id_1.jpg';
ImageGalleryArrayUnionID[0][1] = 'Union Leasing Logo';
ImageGalleryArrayUnionID[0][2] = 'Union Leasing began providing vehicles for businesses in 1955. Since then, they\'ve grown into a customer-focused leader in fleet management. They sought a visual identity that not only reflected that change, but also set the tone for the future of their company. Brainforest helped them roll out a dynamic new visual presence. The new logo incorporates the U and L in a single image that indicates movement and strength, brought to life with a vibrant, modern color palette.';
ImageGalleryArrayUnionID[1] = new Array();
ImageGalleryArrayUnionID[1][0] = 'unl_id_2.jpg';
ImageGalleryArrayUnionID[1][1] = 'Business Card';
ImageGalleryArrayUnionID[1][2] = 'Union Leasing began providing vehicles for businesses in 1955. Since then, they\'ve grown into a customer-focused leader in fleet management. They sought a visual identity that not only reflected that change, but also set the tone for the future of their company. Brainforest helped them roll out a dynamic new visual presence. The new logo incorporates the U and L in a single image that indicates movement and strength, brought to life with a vibrant, modern color palette.';
ImageGalleryArrayUnionID[2] = new Array();
ImageGalleryArrayUnionID[2][0] = 'unl_id_3.jpg';
ImageGalleryArrayUnionID[2][1] = 'Stationery System';
ImageGalleryArrayUnionID[2][2] = 'Union Leasing began providing vehicles for businesses in 1955. Since then, they\'ve grown into a customer-focused leader in fleet management. They sought a visual identity that not only reflected that change, but also set the tone for the future of their company. Brainforest helped them roll out a dynamic new visual presence. The new logo incorporates the U and L in a single image that indicates movement and strength, brought to life with a vibrant, modern color palette.';
ImageGalleryArrayUnionID[3] = new Array();
ImageGalleryArrayUnionID[3][0] = 'UNL_W.jpg';
ImageGalleryArrayUnionID[3][1] = 'Entrance Signage';
ImageGalleryArrayUnionID[3][2] = 'Union Leasing began providing vehicles for businesses in 1955. Since then, they\'ve grown into a customer-focused leader in fleet management. They sought a visual identity that not only reflected that change, but also set the tone for the future of their company. Brainforest helped them roll out a dynamic new visual presence. The new logo incorporates the U and L in a single image that indicates movement and strength, brought to life with a vibrant, modern color palette.';


// WXRT ID
function SwapImageWXRTID(nDex)
			{
			
				if(nDex < 0 || nDex >= ImageGalleryArrayWXRTID.length)
				{
					return;
				}
			
				var imgName = ImageGalleryArrayWXRTID[nDex][0];
				var imgCaption = ImageGalleryArrayWXRTID[nDex][2];
				var imgTitle = ImageGalleryArrayWXRTID[nDex][1];
var ImgPlace = document.getElementById('CurrentGalleryImage');
				if(null != ImgPlace)
				{
					ImgPlace.src = 'filebin/images/wxrt/' + imgName;
				}
var ImgContent = document.getElementById('ImageGalleryGridContents');
				if(null != ImgContent)
				{
					ImgContent.innerHTML = imgCaption;
				}
				var ImgTitle = document.getElementById('ImageGalleryTitle');
				if(null != ImgTitle)
				{
					ImgTitle.innerHTML = imgTitle;
				}		
var e;
				for(e = 0; e < ImageGalleryArrayWXRTID.length; e++)
				{
					var arBarShow = document.getElementById('ImageGalleryUnderline' + e);
					if(null != arBarShow)
					{
						arBarShow.style.display = (e == nDex ? 'block' : 'none');
					}
	}

			}
			
			var ImageGalleryArrayWXRTID = new Array()
			ImageGalleryArrayWXRTID[0] = new Array();
ImageGalleryArrayWXRTID[0][0] = 'XRT_id_1.jpg';
ImageGalleryArrayWXRTID[0][1] = '93XRT Logo';
ImageGalleryArrayWXRTID[0][2] = 'You don\'t mess with an icon, especially one with a legion of listeners who consider one radio station a part of their personal identity. So when Brainforest was asked to refresh the 93XRT identity, we did so with great care. The new logo and color palette are vibrant and strong, reassuring established listeners while also attracting a new generation of music lovers. From there, Brainforest began creating new visual identities for all the unique 93XRT properties and programs, each with their own personality but all unmistakably part of the 93XRT family.';
ImageGalleryArrayWXRTID[1] = new Array();
ImageGalleryArrayWXRTID[1][0] = 'XRT_id_2.jpg';
ImageGalleryArrayWXRTID[1][1] = 'Business Card';
ImageGalleryArrayWXRTID[1][2] = 'You don\'t mess with an icon, especially one with a legion of listeners who consider one radio station a part of their personal identity. So when Brainforest was asked to refresh the 93XRT identity, we did so with great care. The new logo and color palette are vibrant and strong, reassuring established listeners while also attracting a new generation of music lovers. From there, Brainforest began creating new visual identities for all the unique 93XRT properties and programs, each with their own personality but all unmistakably part of the 93XRT family.';
ImageGalleryArrayWXRTID[2] = new Array();
ImageGalleryArrayWXRTID[2][0] = 'XRT_id_3.jpg';
ImageGalleryArrayWXRTID[2][1] = '30th Anniversary Logo';
ImageGalleryArrayWXRTID[2][2] = 'You don\'t mess with an icon, especially one with a legion of listeners who consider one radio station a part of their personal identity. So when Brainforest was asked to refresh the 93XRT identity, we did so with great care. The new logo and color palette are vibrant and strong, reassuring established listeners while also attracting a new generation of music lovers. From there, Brainforest began creating new visual identities for all the unique 93XRT properties and programs, each with their own personality but all unmistakably part of the 93XRT family.';
ImageGalleryArrayWXRTID[3] = new Array();
ImageGalleryArrayWXRTID[3][0] = 'XRT_id_4.jpg';
ImageGalleryArrayWXRTID[3][1] = 'Program Logo';
ImageGalleryArrayWXRTID[3][2] = 'You don\'t mess with an icon, especially one with a legion of listeners who consider one radio station a part of their personal identity. So when Brainforest was asked to refresh the 93XRT identity, we did so with great care. The new logo and color palette are vibrant and strong, reassuring established listeners while also attracting a new generation of music lovers. From there, Brainforest began creating new visual identities for all the unique 93XRT properties and programs, each with their own personality but all unmistakably part of the 93XRT family.';
ImageGalleryArrayWXRTID[4] = new Array();
ImageGalleryArrayWXRTID[4][0] = 'XRT_id_5.jpg';
ImageGalleryArrayWXRTID[4][1] = 'Program Logos';
ImageGalleryArrayWXRTID[4][2] = 'You don\'t mess with an icon, especially one with a legion of listeners who consider one radio station a part of their personal identity. So when Brainforest was asked to refresh the 93XRT identity, we did so with great care. The new logo and color palette are vibrant and strong, reassuring established listeners while also attracting a new generation of music lovers. From there, Brainforest began creating new visual identities for all the unique 93XRT properties and programs, each with their own personality but all unmistakably part of the 93XRT family.';


// PRINT SECTION

// Creative Pitch Print
function SwapImageCreativePrint(nDex)
			{
			
				if(nDex < 0 || nDex >= ImageGalleryArrayCreativePrint.length)
				{
					return;
				}
			
				var imgName = ImageGalleryArrayCreativePrint[nDex][0];
				var imgCaption = ImageGalleryArrayCreativePrint[nDex][2];
				var imgTitle = ImageGalleryArrayCreativePrint[nDex][1];
var ImgPlace = document.getElementById('CurrentGalleryImage');
				if(null != ImgPlace)
				{
					ImgPlace.src = 'filebin/images/creative/' + imgName;
				}
var ImgContent = document.getElementById('ImageGalleryGridContents');
				if(null != ImgContent)
				{
					ImgContent.innerHTML = imgCaption;
				}
				var ImgTitle = document.getElementById('ImageGalleryTitle');
				if(null != ImgTitle)
				{
					ImgTitle.innerHTML = imgTitle;
				}		
var e;
				for(e = 0; e < ImageGalleryArrayCreativePrint.length; e++)
				{
					var arBarShow = document.getElementById('ImageGalleryUnderline' + e);
					if(null != arBarShow)
					{
						arBarShow.style.display = (e == nDex ? 'block' : 'none');
					}
	}

			}
			
			var ImageGalleryArrayCreativePrint = new Array()
			ImageGalleryArrayCreativePrint[0] = new Array();
ImageGalleryArrayCreativePrint[0][0] = 'CP_PM_1.jpg';
ImageGalleryArrayCreativePrint[0][1] = 'Program Brochure';
ImageGalleryArrayCreativePrint[0][2] = 'Creative Pitch brings together members of the design and advertising community to help provide much-needed art supplies to area schools. <br /><br />As the originator of Creative Pitch, Brainforest developed and produced every piece of communication, including posters, print ads and a compelling direct mail piece. The self-mailer design worked to enhance the message of creative recycling by making use of previously used printer stock.';
ImageGalleryArrayCreativePrint[1] = new Array();
ImageGalleryArrayCreativePrint[1][0] = 'CP_PM_2.jpg';
ImageGalleryArrayCreativePrint[1][1] = 'Program Brochure';
ImageGalleryArrayCreativePrint[1][2] = 'Creative Pitch brings together members of the design and advertising community to help provide much-needed art supplies to area schools. <br /><br />As the originator of Creative Pitch, Brainforest developed and produced every piece of communication, including posters, print ads and a compelling direct mail piece. The self-mailer design worked to enhance the message of creative recycling by making use of previously used printer stock.';
ImageGalleryArrayCreativePrint[2] = new Array();
ImageGalleryArrayCreativePrint[2][0] = 'CP_PM_3.jpg';
ImageGalleryArrayCreativePrint[2][1] = 'Sticker';
ImageGalleryArrayCreativePrint[2][2] = 'Creative Pitch brings together members of the design and advertising community to help provide much-needed art supplies to area schools. <br /><br />As the originator of Creative Pitch, Brainforest developed and produced every piece of communication, including posters, print ads and a compelling direct mail piece. The self-mailer design worked to enhance the message of creative recycling by making use of previously used printer stock.';
ImageGalleryArrayCreativePrint[3] = new Array();
ImageGalleryArrayCreativePrint[3][0] = 'CP_PM_4.jpg';
ImageGalleryArrayCreativePrint[3][1] = 'Poster';
ImageGalleryArrayCreativePrint[3][2] = 'Creative Pitch brings together members of the design and advertising community to help provide much-needed art supplies to area schools. <br /><br />As the originator of Creative Pitch, Brainforest developed and produced every piece of communication, including posters, print ads and a compelling direct mail piece. The self-mailer design worked to enhance the message of creative recycling by making use of previously used printer stock.';


// Denon DJ
function SwapImageDenon(nDex)
			{
			
				if(nDex < 0 || nDex >= ImageGalleryArrayDenon.length)
				{
					return;
				}
			
				var imgName = ImageGalleryArrayDenon[nDex][0];
				var imgCaption = ImageGalleryArrayDenon[nDex][2];
				var imgTitle = ImageGalleryArrayDenon[nDex][1];
var ImgPlace = document.getElementById('CurrentGalleryImage');
				if(null != ImgPlace)
				{
					ImgPlace.src = 'filebin/images/denon/' + imgName;
				}
var ImgContent = document.getElementById('ImageGalleryGridContents');
				if(null != ImgContent)
				{
					ImgContent.innerHTML = imgCaption;
				}
				var ImgTitle = document.getElementById('ImageGalleryTitle');
				if(null != ImgTitle)
				{
					ImgTitle.innerHTML = imgTitle;
				}		
var e;
				for(e = 0; e < ImageGalleryArrayDenon.length; e++)
				{
					var arBarShow = document.getElementById('ImageGalleryUnderline' + e);
					if(null != arBarShow)
					{
						arBarShow.style.display = (e == nDex ? 'block' : 'none');
					}
	}

			}
			
			var ImageGalleryArrayDenon = new Array()
			ImageGalleryArrayDenon[0] = new Array();
ImageGalleryArrayDenon[0][0] = 'dmp_PM_1.jpg';
ImageGalleryArrayDenon[0][1] = 'Denon DJ Brochure';
ImageGalleryArrayDenon[0][2] = 'Today\'s professional DJ is part hip-hop artist, part high-tech engineer. We used that insight to help Denon Audio launch its newest digital turntable aimed at the elite club DJ market. With the theme \"Soul of Vinyl. Mind of Denon,\" our creative team produced a very conceptual, visually striking brochure. On the outside, an old-school LP representing the core of the DJ craft. The inside introduces you to the amazing technical superiority Denon brings to the party. The message that Denon respects your skills while enhancing your performance struck a chord with the audience and set the table for a successful launch.';


// Gildas Print
function SwapImageGildasPrint(nDex)
			{
			
				if(nDex < 0 || nDex >= ImageGalleryArrayGildasPrint.length)
				{
					return;
				}
			
				var imgName = ImageGalleryArrayGildasPrint[nDex][0];
				var imgCaption = ImageGalleryArrayGildasPrint[nDex][2];
				var imgTitle = ImageGalleryArrayGildasPrint[nDex][1];
var ImgPlace = document.getElementById('CurrentGalleryImage');
				if(null != ImgPlace)
				{
					ImgPlace.src = 'filebin/images/gildas/' + imgName;
				}
var ImgContent = document.getElementById('ImageGalleryGridContents');
				if(null != ImgContent)
				{
					ImgContent.innerHTML = imgCaption;
				}
				var ImgTitle = document.getElementById('ImageGalleryTitle');
				if(null != ImgTitle)
				{
					ImgTitle.innerHTML = imgTitle;
				}		
var e;
				for(e = 0; e < ImageGalleryArrayGildasPrint.length; e++)
				{
					var arBarShow = document.getElementById('ImageGalleryUnderline' + e);
					if(null != arBarShow)
					{
						arBarShow.style.display = (e == nDex ? 'block' : 'none');
					}
	}

			}
			
			var ImageGalleryArrayGildasPrint = new Array()
			ImageGalleryArrayGildasPrint[0] = new Array();
ImageGalleryArrayGildasPrint[0][0] = 'GIL_PM_Annual_1.jpg';
ImageGalleryArrayGildasPrint[0][1] = '2003 Annual Report';
ImageGalleryArrayGildasPrint[0][2] = 'As part of our relationship with Gilda\'s Club Chicago, Brainforest created a series of annual reports for its board members and numerous benefactors. Not your traditional annual report, <em>The Thread that Joins a Community</em> tells the story of Gilda\'s Club Chicago by weaving together the many stories of individuals touched by cancer and the ways they deal with it on their own terms.';
ImageGalleryArrayGildasPrint[1] = new Array();
ImageGalleryArrayGildasPrint[1][0] = 'GIL_PM_Annual_2.jpg';
ImageGalleryArrayGildasPrint[1][1] = '2003 Annual Report';
ImageGalleryArrayGildasPrint[1][2] = 'As part of our relationship with Gilda\'s Club Chicago, Brainforest created a series of annual reports for its board members and numerous benefactors. Not your traditional annual report, <em>The Thread that Joins a Community</em> tells the story of Gilda\'s Club Chicago by weaving together the many stories of individuals touched by cancer and the ways they deal with it on their own terms.';
ImageGalleryArrayGildasPrint[2] = new Array();
ImageGalleryArrayGildasPrint[2][0] = 'GIL_PM_Annual_3.jpg';
ImageGalleryArrayGildasPrint[2][1] = '2003 Annual Report';
ImageGalleryArrayGildasPrint[2][2] = 'As part of our relationship with Gilda\'s Club Chicago, Brainforest created a series of annual reports for its board members and numerous benefactors. Not your traditional annual report, <em>The Thread that Joins a Community</em> tells the story of Gilda\'s Club Chicago by weaving together the many stories of individuals touched by cancer and the ways they deal with it on their own terms.';


// Gilda's Print Workbook
function SwapImageGildasPrint2(nDex)
			{
			
				if(nDex < 0 || nDex >= ImageGalleryArrayGildasPrint2.length)
				{
					return;
				}
			
				var imgName = ImageGalleryArrayGildasPrint2[nDex][0];
				var imgCaption = ImageGalleryArrayGildasPrint2[nDex][2];
				var imgTitle = ImageGalleryArrayGildasPrint2[nDex][1];
var ImgPlace = document.getElementById('CurrentGalleryImage');
				if(null != ImgPlace)
				{
					ImgPlace.src = 'filebin/images/gildas/' + imgName;
				}
var ImgContent = document.getElementById('ImageGalleryGridContents');
				if(null != ImgContent)
				{
					ImgContent.innerHTML = imgCaption;
				}
				var ImgTitle = document.getElementById('ImageGalleryTitle');
				if(null != ImgTitle)
				{
					ImgTitle.innerHTML = imgTitle;
				}		
var e;
				for(e = 0; e < ImageGalleryArrayGildasPrint2.length; e++)
				{
					var arBarShow = document.getElementById('ImageGalleryUnderline' + e);
					if(null != arBarShow)
					{
						arBarShow.style.display = (e == nDex ? 'block' : 'none');
					}
	}

			}
			
			var ImageGalleryArrayGildasPrint2 = new Array()
			ImageGalleryArrayGildasPrint2[0] = new Array();
ImageGalleryArrayGildasPrint2[0][0] = 'GIL_PM_Wrkbk_1.jpg';
ImageGalleryArrayGildasPrint2[0][1] = 'Living With Cancer Workbook';
ImageGalleryArrayGildasPrint2[0][2] = 'One reason Brainforest chooses to work with only one pro bono client every year is to allow us to fully explore opportunities for them. For example in 2002, we applied for and received a Sappi Grant on behalf of Gilda\'s Club Chicago. This prestigious grant allowed us to produce the Living with Cancer workbook, a 365-day companion to help patients and families navigate the first year following diagnosis. The book gives positive, practical advice on many important topics, including questions to ask physicians, nutrition and family matters.';
ImageGalleryArrayGildasPrint2[1] = new Array();
ImageGalleryArrayGildasPrint2[1][0] = 'GIL_PM_Wrkbk_2.jpg';
ImageGalleryArrayGildasPrint2[1][1] = 'Living With Cancer Workbook';
ImageGalleryArrayGildasPrint2[1][2] = 'One reason Brainforest chooses to work with only one pro bono client every year is to allow us to fully explore opportunities for them. For example in 2002, we applied for and received a Sappi Grant on behalf of Gilda\'s Club Chicago. This prestigious grant allowed us to produce the Living with Cancer workbook, a 365-day companion to help patients and families navigate the first year following diagnosis. The book gives positive, practical advice on many important topics, including questions to ask physicians, nutrition and family matters.';
ImageGalleryArrayGildasPrint2[2] = new Array();
ImageGalleryArrayGildasPrint2[2][0] = 'GIL_PM_Wrkbk_3.jpg';
ImageGalleryArrayGildasPrint2[2][1] = 'Living With Cancer Workbook';
ImageGalleryArrayGildasPrint2[2][2] = 'One reason Brainforest chooses to work with only one pro bono client every year is to allow us to fully explore opportunities for them. For example in 2002, we applied for and received a Sappi Grant on behalf of Gilda\'s Club Chicago. This prestigious grant allowed us to produce the Living with Cancer workbook, a 365-day companion to help patients and families navigate the first year following diagnosis. The book gives positive, practical advice on many important topics, including questions to ask physicians, nutrition and family matters.';


// Motorola Print
function SwapImageMotorolaPrint(nDex)
			{
			
				if(nDex < 0 || nDex >= ImageGalleryArrayMotorolaPrint.length)
				{
					return;
				}
			
				var imgName = ImageGalleryArrayMotorolaPrint[nDex][0];
				var imgCaption = ImageGalleryArrayMotorolaPrint[nDex][2];
				var imgTitle = ImageGalleryArrayMotorolaPrint[nDex][1];
var ImgPlace = document.getElementById('CurrentGalleryImage');
				if(null != ImgPlace)
				{
					ImgPlace.src = 'filebin/images/motorola/' + imgName;
				}
var ImgContent = document.getElementById('ImageGalleryGridContents');
				if(null != ImgContent)
				{
					ImgContent.innerHTML = imgCaption;
				}
				var ImgTitle = document.getElementById('ImageGalleryTitle');
				if(null != ImgTitle)
				{
					ImgTitle.innerHTML = imgTitle;
				}		
var e;
				for(e = 0; e < ImageGalleryArrayMotorolaPrint.length; e++)
				{
					var arBarShow = document.getElementById('ImageGalleryUnderline' + e);
					if(null != arBarShow)
					{
						arBarShow.style.display = (e == nDex ? 'block' : 'none');
					}
	}

			}
			
			var ImageGalleryArrayMotorolaPrint = new Array()
			ImageGalleryArrayMotorolaPrint[0] = new Array();
ImageGalleryArrayMotorolaPrint[0][0] = 'MOT_PM_M7_1.jpg';
ImageGalleryArrayMotorolaPrint[0][1] = 'Dealer Direct  Mail';
ImageGalleryArrayMotorolaPrint[0][2] = 'To launch their new line of professional series radios, Motorola turned to Brainforest. We started by crafting a new strategic platform: the seven essential elements of effective radio communication (or M7 for short). From there, we developed the M7 logo, visual identity and complete launch kit designed to engage Motorola dealers as well as their end-users.';
ImageGalleryArrayMotorolaPrint[1] = new Array();
ImageGalleryArrayMotorolaPrint[1][0] = 'MOT_PM_M7_2.jpg';
ImageGalleryArrayMotorolaPrint[1][1] = 'Counter Display';
ImageGalleryArrayMotorolaPrint[1][2] = 'To launch their new line of professional series radios, Motorola turned to Brainforest. We started by crafting a new strategic platform: the seven essential elements of effective radio communication (or M7 for short). From there, we developed the M7 logo, visual identity and complete launch kit designed to engage Motorola dealers as well as their end-users.';
ImageGalleryArrayMotorolaPrint[2] = new Array();
ImageGalleryArrayMotorolaPrint[2][0] = 'MOT_PM_M7_3.jpg';
ImageGalleryArrayMotorolaPrint[2][1] = 'Dealer Teaser';
ImageGalleryArrayMotorolaPrint[2][2] = 'To launch their new line of professional series radios, Motorola turned to Brainforest. We started by crafting a new strategic platform: the seven essential elements of effective radio communication (or M7 for short). From there, we developed the M7 logo, visual identity and complete launch kit designed to engage Motorola dealers as well as their end-users.';
ImageGalleryArrayMotorolaPrint[3] = new Array();
ImageGalleryArrayMotorolaPrint[3][0] = 'MOT_PM_M7_4.jpg';
ImageGalleryArrayMotorolaPrint[3][1] = 'Dealer Window Sticker';
ImageGalleryArrayMotorolaPrint[3][2] = 'To launch their new line of professional series radios, Motorola turned to Brainforest. We started by crafting a new strategic platform: the seven essential elements of effective radio communication (or M7 for short). From there, we developed the M7 logo, visual identity and complete launch kit designed to engage Motorola dealers as well as their end-users.';
ImageGalleryArrayMotorolaPrint[4] = new Array();
ImageGalleryArrayMotorolaPrint[4][0] = 'MOT_PM_M7_5.jpg';
ImageGalleryArrayMotorolaPrint[4][1] = 'M7 Launch Materials';
ImageGalleryArrayMotorolaPrint[4][2] = 'To launch their new line of professional series radios, Motorola turned to Brainforest. We started by crafting a new strategic platform: the seven essential elements of effective radio communication (or M7 for short). From there, we developed the M7 logo, visual identity and complete launch kit designed to engage Motorola dealers as well as their end-users.';


// Integrys Print
function SwapImageIntegrysPrint(nDex)
			{
			
				if(nDex < 0 || nDex >= ImageGalleryArrayIntegrysPrint.length)
				{
					return;
				}
			
				var imgName = ImageGalleryArrayIntegrysPrint[nDex][0];
				var imgCaption = ImageGalleryArrayIntegrysPrint[nDex][2];
				var imgTitle = ImageGalleryArrayIntegrysPrint[nDex][1];
var ImgPlace = document.getElementById('CurrentGalleryImage');
				if(null != ImgPlace)
				{
					ImgPlace.src = 'filebin/images/integrys/' + imgName;
				}
var ImgContent = document.getElementById('ImageGalleryGridContents');
				if(null != ImgContent)
				{
					ImgContent.innerHTML = imgCaption;
				}
				var ImgTitle = document.getElementById('ImageGalleryTitle');
				if(null != ImgTitle)
				{
					ImgTitle.innerHTML = imgTitle;
				}		
var e;
				for(e = 0; e < ImageGalleryArrayIntegrysPrint.length; e++)
				{
					var arBarShow = document.getElementById('ImageGalleryUnderline' + e);
					if(null != arBarShow)
					{
						arBarShow.style.display = (e == nDex ? 'block' : 'none');
					}
	}

			}
			
			var ImageGalleryArrayIntegrysPrint = new Array()
			ImageGalleryArrayIntegrysPrint[0] = new Array();
ImageGalleryArrayIntegrysPrint[0][0] = 'int_pm_1.jpg';
ImageGalleryArrayIntegrysPrint[0][1] = 'Brochure';
ImageGalleryArrayIntegrysPrint[0][2] = 'Integrys Energy Group, Inc. represents the merger of WPS Resources Corporation and Peoples Energy Corporation. After Brainforest worked with the client team to design and develop a comprehensive visual brand, Integrys requested a single, overarching anthem piece to introduce the new company and its offerings. Using the newly established visual guidelines, Brainforest designed a clean, simple, approachable premier piece that sets the tone for the Integrys brand rollout.';
ImageGalleryArrayIntegrysPrint[1] = new Array();
ImageGalleryArrayIntegrysPrint[1][0] = 'int_pm_2.jpg';
ImageGalleryArrayIntegrysPrint[1][1] = 'Brochure';
ImageGalleryArrayIntegrysPrint[1][2] = 'Integrys Energy Group, Inc. represents the merger of WPS Resources Corporation and Peoples Energy Corporation. After Brainforest worked with the client team to design and develop a comprehensive visual brand, Integrys requested a single, overarching anthem piece to introduce the new company and its offerings. Using the newly established visual guidelines, Brainforest designed a clean, simple, approachable premier piece that sets the tone for the Integrys brand rollout.';
ImageGalleryArrayIntegrysPrint[2] = new Array();
ImageGalleryArrayIntegrysPrint[2][0] = 'int_pm_3.jpg';
ImageGalleryArrayIntegrysPrint[2][1] = 'Brochure';
ImageGalleryArrayIntegrysPrint[2][2] = 'Integrys Energy Group, Inc. represents the merger of WPS Resources Corporation and Peoples Energy Corporation. After Brainforest worked with the client team to design and develop a comprehensive visual brand, Integrys requested a single, overarching anthem piece to introduce the new company and its offerings. Using the newly established visual guidelines, Brainforest designed a clean, simple, approachable premier piece that sets the tone for the Integrys brand rollout.';


// Motorola Community
function SwapImageMotorolaComm(nDex)
			{
			
				if(nDex < 0 || nDex >= ImageGalleryArrayMotorolaComm.length)
				{
					return;
				}
			
				var imgName = ImageGalleryArrayMotorolaComm[nDex][0];
				var imgCaption = ImageGalleryArrayMotorolaComm[nDex][2];
				var imgTitle = ImageGalleryArrayMotorolaComm[nDex][1];
var ImgPlace = document.getElementById('CurrentGalleryImage');
				if(null != ImgPlace)
				{
					ImgPlace.src = 'filebin/images/motorola/' + imgName;
				}
var ImgContent = document.getElementById('ImageGalleryGridContents');
				if(null != ImgContent)
				{
					ImgContent.innerHTML = imgCaption;
				}
				var ImgTitle = document.getElementById('ImageGalleryTitle');
				if(null != ImgTitle)
				{
					ImgTitle.innerHTML = imgTitle;
				}		
var e;
				for(e = 0; e < ImageGalleryArrayMotorolaComm.length; e++)
				{
					var arBarShow = document.getElementById('ImageGalleryUnderline' + e);
					if(null != arBarShow)
					{
						arBarShow.style.display = (e == nDex ? 'block' : 'none');
					}
	}

			}
			
			var ImageGalleryArrayMotorolaComm = new Array()
			ImageGalleryArrayMotorolaComm[0] = new Array();
ImageGalleryArrayMotorolaComm[0][0] = 'MOT_PM_ComLnk_1.jpg';
ImageGalleryArrayMotorolaComm[0][1] = 'Dealer Teaser';
ImageGalleryArrayMotorolaComm[0][2] = 'Communities of all sizes rely on Motorola technology for protection and security. As part of a major initiative to upgrade the emergency preparedness in smaller and mid-size communities, Brainforest helped plan and launch the newest generation of professional two-way radios and pagers. The successful Community Link program includes dealer sales material, end-user brochures, POS, direct mail and dealer ads.';
ImageGalleryArrayMotorolaComm[1] = new Array();
ImageGalleryArrayMotorolaComm[1][0] = 'MOT_PM_ComLnk_2.jpg';
ImageGalleryArrayMotorolaComm[1][1] = 'Community Link Launch Materials';
ImageGalleryArrayMotorolaComm[1][2] = 'Communities of all sizes rely on Motorola technology for protection and security. As part of a major initiative to upgrade the emergency preparedness in smaller and mid-size communities, Brainforest helped plan and launch the newest generation of professional two-way radios and pagers. The successful Community Link program includes dealer sales material, end-user brochures, POS, direct mail and dealer ads.';
ImageGalleryArrayMotorolaComm[2] = new Array();
ImageGalleryArrayMotorolaComm[2][0] = 'MOT_PM_ComLnk_3.jpg';
ImageGalleryArrayMotorolaComm[2][1] = 'Community Link Launch Materials';
ImageGalleryArrayMotorolaComm[2][2] = 'Communities of all sizes rely on Motorola technology for protection and security. As part of a major initiative to upgrade the emergency preparedness in smaller and mid-size communities, Brainforest helped plan and launch the newest generation of professional two-way radios and pagers. The successful Community Link program includes dealer sales material, end-user brochures, POS, direct mail and dealer ads.';
ImageGalleryArrayMotorolaComm[3] = new Array();
ImageGalleryArrayMotorolaComm[3][0] = 'MOT_PM_ComLnk_4.jpg';
ImageGalleryArrayMotorolaComm[3][1] = 'Community Link Launch Materials';
ImageGalleryArrayMotorolaComm[3][2] = 'Communities of all sizes rely on Motorola technology for protection and security. As part of a major initiative to upgrade the emergency preparedness in smaller and mid-size communities, Brainforest helped plan and launch the newest generation of professional two-way radios and pagers. The successful Community Link program includes dealer sales material, end-user brochures, POS, direct mail and dealer ads.';
ImageGalleryArrayMotorolaComm[4] = new Array();
ImageGalleryArrayMotorolaComm[4][0] = 'MOT_PM_ComLnk_5.jpg';
ImageGalleryArrayMotorolaComm[4][1] = 'Community Link Launch Materials';
ImageGalleryArrayMotorolaComm[4][2] = 'Communities of all sizes rely on Motorola technology for protection and security. As part of a major initiative to upgrade the emergency preparedness in smaller and mid-size communities, Brainforest helped plan and launch the newest generation of professional two-way radios and pagers. The successful Community Link program includes dealer sales material, end-user brochures, POS, direct mail and dealer ads.';


// ONXRT
function SwapImageONXRT(nDex)
			{
			
				if(nDex < 0 || nDex >= ImageGalleryArrayONXRT.length)
				{
					return;
				}
			
				var imgName = ImageGalleryArrayONXRT[nDex][0];
				var imgCaption = ImageGalleryArrayONXRT[nDex][2];
				var imgTitle = ImageGalleryArrayONXRT[nDex][1];
var ImgPlace = document.getElementById('CurrentGalleryImage');
				if(null != ImgPlace)
				{
					ImgPlace.src = 'filebin/images/wxrt/' + imgName;
				}
var ImgContent = document.getElementById('ImageGalleryGridContents');
				if(null != ImgContent)
				{
					ImgContent.innerHTML = imgCaption;
				}
				var ImgTitle = document.getElementById('ImageGalleryTitle');
				if(null != ImgTitle)
				{
					ImgTitle.innerHTML = imgTitle;
				}		
var e;
				for(e = 0; e < ImageGalleryArrayONXRT.length; e++)
				{
					var arBarShow = document.getElementById('ImageGalleryUnderline' + e);
					if(null != arBarShow)
					{
						arBarShow.style.display = (e == nDex ? 'block' : 'none');
					}
	}

			}
			
			var ImageGalleryArrayONXRT = new Array()
			ImageGalleryArrayONXRT[0] = new Array();
ImageGalleryArrayONXRT[0][0] = 'XRT_PM_1.jpg';
ImageGalleryArrayONXRT[0][1] = 'ONXRT 10 CD';
ImageGalleryArrayONXRT[0][2] = "This is our third year designing XRT's annual CD of live tracks, and we couldn't be prouder of the result. Our nod to the iconic XRT rock is available in selected Chicagoland Starbucks' locations for the first time this year. Brainforest rounded out the launch campaign with ads, a t-shirt and a deck of playing cards.";
ImageGalleryArrayONXRT[1] = new Array();
ImageGalleryArrayONXRT[1][0] = 'XRT_PM_2.jpg';
ImageGalleryArrayONXRT[1][1] = 'ONXRT 10 CD';
ImageGalleryArrayONXRT[1][2] = "This is our third year designing XRT's annual CD of live tracks, and we couldn't be prouder of the result. Our nod to the iconic XRT rock is available in selected Chicagoland Starbucks' locations for the first time this year. Brainforest rounded out the launch campaign with ads, a t-shirt and a deck of playing cards.";
ImageGalleryArrayONXRT[2] = new Array();
ImageGalleryArrayONXRT[2][0] = 'XRT_PM_3.jpg';
ImageGalleryArrayONXRT[2][1] = 'ONXRT 10 CD';
ImageGalleryArrayONXRT[2][2] = "This is our third year designing XRT's annual CD of live tracks, and we couldn't be prouder of the result. Our nod to the iconic XRT rock is available in selected Chicagoland Starbucks' locations for the first time this year. Brainforest rounded out the launch campaign with ads, a t-shirt and a deck of playing cards.";
ImageGalleryArrayONXRT[3] = new Array();
ImageGalleryArrayONXRT[3][0] = 'XRT9-1.jpg';
ImageGalleryArrayONXRT[3][1] = 'ONXRT 10 CD';
ImageGalleryArrayONXRT[3][2] = "This is our third year designing XRT's annual CD of live tracks, and we couldn't be prouder of the result. Our nod to the iconic XRT rock is available in selected Chicagoland Starbucks' locations for the first time this year. Brainforest rounded out the launch campaign with ads, a t-shirt and a deck of playing cards.";
ImageGalleryArrayONXRT[4] = new Array();
ImageGalleryArrayONXRT[4][0] = 'ONXRT10_5.jpg';
ImageGalleryArrayONXRT[4][1] = 'ONXRT 10 T-Shirt';
ImageGalleryArrayONXRT[4][2] = "This is our third year designing XRT's annual CD of live tracks, and we couldn't be prouder of the result. Our nod to the iconic XRT rock is available in selected Chicagoland Starbucks' locations for the first time this year. Brainforest rounded out the launch campaign with ads, a t-shirt and a deck of playing cards.";


// Sigma Chi Print
function SwapImageSigmaPrint(nDex)
			{
			
				if(nDex < 0 || nDex >= ImageGalleryArraySigmaPrint.length)
				{
					return;
				}
			
				var imgName = ImageGalleryArraySigmaPrint[nDex][0];
				var imgCaption = ImageGalleryArraySigmaPrint[nDex][2];
				var imgTitle = ImageGalleryArraySigmaPrint[nDex][1];
var ImgPlace = document.getElementById('CurrentGalleryImage');
				if(null != ImgPlace)
				{
					ImgPlace.src = 'filebin/images/sigma/' + imgName;
				}
var ImgContent = document.getElementById('ImageGalleryGridContents');
				if(null != ImgContent)
				{
					ImgContent.innerHTML = imgCaption;
				}
				var ImgTitle = document.getElementById('ImageGalleryTitle');
				if(null != ImgTitle)
				{
					ImgTitle.innerHTML = imgTitle;
				}		
var e;
				for(e = 0; e < ImageGalleryArraySigmaPrint.length; e++)
				{
					var arBarShow = document.getElementById('ImageGalleryUnderline' + e);
					if(null != arBarShow)
					{
						arBarShow.style.display = (e == nDex ? 'block' : 'none');
					}
	}

			}
			
			var ImageGalleryArraySigmaPrint = new Array()
			ImageGalleryArraySigmaPrint[0] = new Array();
ImageGalleryArraySigmaPrint[0][0] = 'SCI_L.jpg';
ImageGalleryArraySigmaPrint[0][1] = 'Sigma Chi Magazine';
ImageGalleryArraySigmaPrint[0][2] = '<h2>International fraternity and charitable foundation.</h2>In the competitive collegiate fraternity landscape, Sigma Chi and the Sigma Chi Foundation desired a more relevant, more inclusive presence. After Brainforest tackled their new visual identity and web site, we turned our attention to a redesign of their quarterly member and alumni publication,<span style="font-style: italic;"> The Magazine of Sigma Chi</span>. From the cover illustration style to a whole new look inside, the newly designed magazine is streamlined, intuitively organized and more engaging all while fitting nicely into their newly established brand. <br /><br />The complete redesign of <span style="font-style: italic;">The Magazine of Sigma Chi </span>received a favorable response from more than 64% of its subscribers. In addition, <span style="font-style: italic;">The Magazine</span> received four awards from the College Fraternity Editors Association, including the Fred F. Yoder Award for Overall Excellence. Also taking home a second place award from the CFEA was the 150th Anniversary Celebration Brochure.';
ImageGalleryArraySigmaPrint[1] = new Array();
ImageGalleryArraySigmaPrint[1][0] = 'SCI_L2.jpg';
ImageGalleryArraySigmaPrint[1][1] = 'Sigma Chi Magazine';
ImageGalleryArraySigmaPrint[1][2] = '<h2>International fraternity and charitable foundation.</h2>In the competitive collegiate fraternity landscape, Sigma Chi and the Sigma Chi Foundation desired a more relevant, more inclusive presence. After Brainforest tackled their new visual identity and web site, we turned our attention to a redesign of their quarterly member and alumni publication,<span style="font-style: italic;"> The Magazine of Sigma Chi</span>. From the cover illustration style to a whole new look inside, the newly designed magazine is streamlined, intuitively organized and more engaging all while fitting nicely into their newly established brand. <br /><br />The complete redesign of <span style="font-style: italic;">The Magazine of Sigma Chi </span>received a favorable response from more than 64% of its subscribers. In addition, <span style="font-style: italic;">The Magazine</span> received four awards from the College Fraternity Editors Association, including the Fred F. Yoder Award for Overall Excellence. Also taking home a second place award from the CFEA was the 150th Anniversary Celebration Brochure.';
ImageGalleryArraySigmaPrint[2] = new Array();
ImageGalleryArraySigmaPrint[2][0] = 'SCI_L3.jpg';
ImageGalleryArraySigmaPrint[2][1] = 'Sigma Chi Magazine';
ImageGalleryArraySigmaPrint[2][2] = '<h2>International fraternity and charitable foundation.</h2>In the competitive collegiate fraternity landscape, Sigma Chi and the Sigma Chi Foundation desired a more relevant, more inclusive presence. After Brainforest tackled their new visual identity and web site, we turned our attention to a redesign of their quarterly member and alumni publication,<span style="font-style: italic;"> The Magazine of Sigma Chi</span>. From the cover illustration style to a whole new look inside, the newly designed magazine is streamlined, intuitively organized and more engaging all while fitting nicely into their newly established brand. <br /><br />The complete redesign of <span style="font-style: italic;">The Magazine of Sigma Chi </span>received a favorable response from more than 64% of its subscribers. In addition, <span style="font-style: italic;">The Magazine</span> received four awards from the College Fraternity Editors Association, including the Fred F. Yoder Award for Overall Excellence. Also taking home a second place award from the CFEA was the 150th Anniversary Celebration Brochure.';


// WXRT Print
function SwapImageWXRTPrint(nDex)
			{
			
				if(nDex < 0 || nDex >= ImageGalleryArrayWXRTPrint.length)
				{
					return;
				}
			
				var imgName = ImageGalleryArrayWXRTPrint[nDex][0];
				var imgCaption = ImageGalleryArrayWXRTPrint[nDex][2];
				var imgTitle = ImageGalleryArrayWXRTPrint[nDex][1];
var ImgPlace = document.getElementById('CurrentGalleryImage');
				if(null != ImgPlace)
				{
					ImgPlace.src = 'filebin/images/wxrt/' + imgName;
				}
var ImgContent = document.getElementById('ImageGalleryGridContents');
				if(null != ImgContent)
				{
					ImgContent.innerHTML = imgCaption;
				}
				var ImgTitle = document.getElementById('ImageGalleryTitle');
				if(null != ImgTitle)
				{
					ImgTitle.innerHTML = imgTitle;
				}		
var e;
				for(e = 0; e < ImageGalleryArrayWXRTPrint.length; e++)
				{
					var arBarShow = document.getElementById('ImageGalleryUnderline' + e);
					if(null != arBarShow)
					{
						arBarShow.style.display = (e == nDex ? 'block' : 'none');
					}
	}

			}
			
			var ImageGalleryArrayWXRTPrint = new Array()
			ImageGalleryArrayWXRTPrint[0] = new Array();
ImageGalleryArrayWXRTPrint[0][0] = 'XRT_pm_1.jpg';
ImageGalleryArrayWXRTPrint[0][1] = 'Overpass Billboard';
ImageGalleryArrayWXRTPrint[0][2] = 'One of the things that makes 93XRT such a unique station is its \"unformatted\" format \- blues, classic rock, soul, progressive, independent labels, etc. Brainforest helped leverage that diversity in the \"Be Unpredictable\" campaign, blanketing the city with signage on buses, buildings, overpasses, and even the occasional standard billboard.';
ImageGalleryArrayWXRTPrint[1] = new Array();
ImageGalleryArrayWXRTPrint[1][0] = 'XRT_pm_2.jpg';
ImageGalleryArrayWXRTPrint[1][1] = 'Bus Back Signage';
ImageGalleryArrayWXRTPrint[1][2] = 'One of the things that makes 93XRT such a unique station is its \"unformatted\" format \- blues, classic rock, soul, progressive, independent labels, etc. Brainforest helped leverage that diversity in the \"Be Unpredictable\" campaign, blanketing the city with signage on buses, buildings, overpasses, and even the occasional standard billboard.';
ImageGalleryArrayWXRTPrint[2] = new Array();
ImageGalleryArrayWXRTPrint[2][0] = 'XRT_pm_3.jpg';
ImageGalleryArrayWXRTPrint[2][1] = 'Truck Wrap Signage';
ImageGalleryArrayWXRTPrint[2][2] = 'One of the things that makes 93XRT such a unique station is its \"unformatted\" format \- blues, classic rock, soul, progressive, independent labels, etc. Brainforest helped leverage that diversity in the \"Be Unpredictable\" campaign, blanketing the city with signage on buses, buildings, overpasses, and even the occasional standard billboard.';
ImageGalleryArrayWXRTPrint[3] = new Array();
ImageGalleryArrayWXRTPrint[3][0] = 'XRT_pm_4.jpg';
ImageGalleryArrayWXRTPrint[3][1] = 'Lin Brehmer Billboard';
ImageGalleryArrayWXRTPrint[3][2] = 'One of the things that makes 93XRT such a unique station is its \"unformatted\" format \- blues, classic rock, soul, progressive, independent labels, etc. Brainforest helped leverage that diversity in the \"Be Unpredictable\" campaign, blanketing the city with signage on buses, buildings, overpasses, and even the occasional standard billboard.';
ImageGalleryArrayWXRTPrint[4] = new Array();
ImageGalleryArrayWXRTPrint[4][0] = 'XRT_pm_5.jpg';
ImageGalleryArrayWXRTPrint[4][1] = 'Studio Booth Graphics';
ImageGalleryArrayWXRTPrint[4][2] = 'One of the things that makes 93XRT such a unique station is its \"unformatted\" format \- blues, classic rock, soul, progressive, independent labels, etc. Brainforest helped leverage that diversity in the \"Be Unpredictable\" campaign, blanketing the city with signage on buses, buildings, overpasses, and even the occasional standard billboard.';



// BRANDING SECTION

// M7 Branding
function SwapImageM7(nDex)
			{
			
				if(nDex < 0 || nDex >= ImageGalleryArrayM7.length)
				{
					return;
				}
			
				var imgName = ImageGalleryArrayM7[nDex][0];
				var imgCaption = ImageGalleryArrayM7[nDex][2];
				var imgTitle = ImageGalleryArrayM7[nDex][1];
var ImgPlace = document.getElementById('CurrentGalleryImage');
				if(null != ImgPlace)
				{
					ImgPlace.src = 'filebin/images/motorola/' + imgName;
				}
var ImgContent = document.getElementById('ImageGalleryGridContents');
				if(null != ImgContent)
				{
					ImgContent.innerHTML = imgCaption;
				}
				var ImgTitle = document.getElementById('ImageGalleryTitle');
				if(null != ImgTitle)
				{
					ImgTitle.innerHTML = imgTitle;
				}		
var e;
				for(e = 0; e < ImageGalleryArrayM7.length; e++)
				{
					var arBarShow = document.getElementById('ImageGalleryUnderline' + e);
					if(null != arBarShow)
					{
						arBarShow.style.display = (e == nDex ? 'block' : 'none');
					}
	}

			}
			
			var ImageGalleryArrayM7 = new Array()
			ImageGalleryArrayM7[0] = new Array();
ImageGalleryArrayM7[0][0] = 'M7_BrandExp.jpg';
ImageGalleryArrayM7[0][1] = ' ';
ImageGalleryArrayM7[0][2] = 'Motorola launches dozens of new products every year. In the two-way radio category, Motorola has built its leadership position by consistently bringing the latest technology to the many segments where reliable communication is mission critical. <br /><br />But when Motorola asked Brainforest to help launch their latest entry-tier radios, we suggested they go back to basics. <br /><br />We designed a brand experience for Motorola dealers and end-users based on the seven essential elements of two-way radio communication. Dubbed M7, the program re-shaped the proposition decidedly in Motorola\'s favor.  Instead of just another product launch, M7 created an indelible symbol of Motorola\'s superiority and customer commitment.';


// U-First
function SwapImageUFirst(nDex)
			{
			
				if(nDex < 0 || nDex >= ImageGalleryArrayUFirst.length)
				{
					return;
				}
			
				var imgName = ImageGalleryArrayUFirst[nDex][0];
				var imgCaption = ImageGalleryArrayUFirst[nDex][2];
				var imgTitle = ImageGalleryArrayUFirst[nDex][1];
				
				var ImgPlace = document.getElementById('CurrentGalleryImage');
				if(null != ImgPlace)
				{
					ImgPlace.src = 'filebin/images/UFirst/' + imgName;
				}
				
				var ImgContent = document.getElementById('ImageGalleryGridContents');
				if(null != ImgContent)
				{
					ImgContent.innerHTML = imgCaption;
				}				
				
				var ImgTitle = document.getElementById('ImageGalleryTitle');
				if(null != ImgTitle)
				{
					ImgTitle.innerHTML = imgTitle;
				}						
				
				
				var e;
				for(e = 0; e < ImageGalleryArrayUFirst.length; e++)
				{
					var arBarShow = document.getElementById('ImageGalleryUnderline' + e);
					if(null != arBarShow)
					{
						arBarShow.style.display = (e == nDex ? 'block' : 'none');
					}
					
				}

			}
			
			var ImageGalleryArrayUFirst = new Array()
			ImageGalleryArrayUFirst[0] = new Array();
ImageGalleryArrayUFirst[0][0] = 'U-First_BrandExp.jpg';
ImageGalleryArrayUFirst[0][1] = ' ';
ImageGalleryArrayUFirst[0][2] = 'People love doing business with Union Leasing, and have for years. Our research showed their customers (even former ones) glow about the personal service they receive from Union Leasing and the small ways the company went above and beyond to ensure their satisfaction. <br /><br />It\'s good business, but it\'s even better when you get credit for it. Brainforest built the entire Union Leasing image around this insight, with the centerpiece being the U-First Service Pledge. It provides a tangible tool to help merchandise a real brand experience, both internally and to potential customers.';


// Motorola Services
function SwapImageMotorolaBranding(nDex)
			{
			
				if(nDex < 0 || nDex >= ImageGalleryArrayMotorolaBranding.length)
				{
					return;
				}
			
				var imgName = ImageGalleryArrayMotorolaBranding[nDex][0];
				var imgCaption = ImageGalleryArrayMotorolaBranding[nDex][2];
				var imgTitle = ImageGalleryArrayMotorolaBranding[nDex][1];
				
				var ImgPlace = document.getElementById('CurrentGalleryImage');
				if(null != ImgPlace)
				{
					ImgPlace.src = 'filebin/images/motorola/' + imgName;
				}
				
				var ImgContent = document.getElementById('ImageGalleryGridContents');
				if(null != ImgContent)
				{
					ImgContent.innerHTML = imgCaption;
				}				
				
				var ImgTitle = document.getElementById('ImageGalleryTitle');
				if(null != ImgTitle)
				{
					ImgTitle.innerHTML = imgTitle;
				}						
				
				
				var e;
				for(e = 0; e < ImageGalleryArrayMotorolaBranding.length; e++)
				{
					var arBarShow = document.getElementById('ImageGalleryUnderline' + e);
					if(null != arBarShow)
					{
						arBarShow.style.display = (e == nDex ? 'block' : 'none');
					}
					
				}

			}
			
			var ImageGalleryArrayMotorolaBranding = new Array()
			ImageGalleryArrayMotorolaBranding[0] = new Array();
ImageGalleryArrayMotorolaBranding[0][0] = 'MOTSrvcs_BrandExp.jpg';
ImageGalleryArrayMotorolaBranding[0][1] = ' ';
ImageGalleryArrayMotorolaBranding[0][2] = 'In addition to a myriad of well-known communication products, Motorola also provides invaluable services to businesses and municipalities around the world to ensure their wireless networks operate at peak performance. These state-of-the-art services are wide-ranging, and must be scalable to all different types of organizations. <br /><br />Brainforest was brought in to help Motorola re-package these services, define them and market them as service products. The result: a more streamlined product line that customers can more easily understand, evaluate and implement, keeping them in command of their wireless network.';


// ADVERTISING SECTION

// Comcast Sports Net
function SwapImageComcast(nDex)
			{
			
				if(nDex < 0 || nDex >= ImageGalleryArrayComcast.length)
				{
					return;
				}
			
				var imgName = ImageGalleryArrayComcast[nDex][0];
				var imgCaption = ImageGalleryArrayComcast[nDex][2];
				var imgTitle = ImageGalleryArrayComcast[nDex][1];
				
				var ImgPlace = document.getElementById('CurrentGalleryImage');
				if(null != ImgPlace)
				{
					ImgPlace.src = 'filebin/images/comcast/' + imgName;
				}
				
				var ImgContent = document.getElementById('ImageGalleryGridContents');
				if(null != ImgContent)
				{
					ImgContent.innerHTML = imgCaption;
				}				
				
				var ImgTitle = document.getElementById('ImageGalleryTitle');
				if(null != ImgTitle)
				{
					ImgTitle.innerHTML = imgTitle;
				}						
				var e;
				for(e = 0; e < ImageGalleryArrayComcast.length; e++)
				{
					var arBarShow = document.getElementById('ImageGalleryUnderline' + e);
					if(null != arBarShow)
					{
						arBarShow.style.display = (e == nDex ? 'block' : 'none');
					}
					
				}
			}
			
			var ImageGalleryArrayComcast = new Array()
			ImageGalleryArrayComcast[0] = new Array();
ImageGalleryArrayComcast[0][0] = 'CSN1.jpg';
ImageGalleryArrayComcast[0][1] = 'Comcast Outdoor';
ImageGalleryArrayComcast[0][2] = 'A relative newcomer to the crowded Chicago sports media scene, Comcast SportsNet asked Brainforest to help them brand their baseball coverage. They carried more Cubs and Sox games than any other network, but didn\'t get much credit in the minds of the public. We launched the Capital of Baseball campaign that not only gave the public a handle for CSN, but also a rallying cry for their beloved hometown teams.<br /><br /><a href="filebin/pdf/BFT_CSS_Comcast.pdf"><img alt="" src="filebin/pdf/PDF_DL_Button.jpg" align="top" border="0"></a>';
ImageGalleryArrayComcast[1] = new Array();
ImageGalleryArrayComcast[1][0] = 'CSN2.jpg';
ImageGalleryArrayComcast[1][1] = 'Transit Ad';
ImageGalleryArrayComcast[1][2] = 'A relative newcomer to the crowded Chicago sports media scene, Comcast SportsNet asked Brainforest to help them brand their baseball coverage. They carried more Cubs and Sox games than any other network, but didn\'t get much credit in the minds of the public. We launched the Capital of Baseball campaign that not only gave the public a handle for CSN, but also a rallying cry for their beloved hometown teams.<br /><br /><a href="filebin/pdf/BFT_CSS_Comcast.pdf"><img alt="" src="filebin/pdf/PDF_DL_Button.jpg" align="top" border="0"></a>';
ImageGalleryArrayComcast[2] = new Array();
ImageGalleryArrayComcast[2][0] = 'CSN3.jpg';
ImageGalleryArrayComcast[2][1] = 'Comcast Outdoor';
ImageGalleryArrayComcast[2][2] = 'A relative newcomer to the crowded Chicago sports media scene, Comcast SportsNet asked Brainforest to help them brand their baseball coverage. They carried more Cubs and Sox games than any other network, but didn\'t get much credit in the minds of the public. We launched the Capital of Baseball campaign that not only gave the public a handle for CSN, but also a rallying cry for their beloved hometown teams.<br /><br /><a href="filebin/pdf/BFT_CSS_Comcast.pdf"><img alt="" src="filebin/pdf/PDF_DL_Button.jpg" align="top" border="0"></a>';
ImageGalleryArrayComcast[3] = new Array();
ImageGalleryArrayComcast[3][0] = 'CSN4.jpg';
ImageGalleryArrayComcast[3][1] = 'Print Advertising';
ImageGalleryArrayComcast[3][2] = 'A relative newcomer to the crowded Chicago sports media scene, Comcast SportsNet asked Brainforest to help them brand their baseball coverage. They carried more Cubs and Sox games than any other network, but didn\'t get much credit in the minds of the public. We launched the Capital of Baseball campaign that not only gave the public a handle for CSN, but also a rallying cry for their beloved hometown teams.<br /><br /><a href="filebin/pdf/BFT_CSS_Comcast.pdf"><img alt="" src="filebin/pdf/PDF_DL_Button.jpg" align="top" border="0"></a>';
ImageGalleryArrayComcast[4] = new Array();
ImageGalleryArrayComcast[4][0] = 'CSN5.jpg';
ImageGalleryArrayComcast[4][1] = 'Print Advertising';
ImageGalleryArrayComcast[4][2] = 'A relative newcomer to the crowded Chicago sports media scene, Comcast SportsNet asked Brainforest to help them brand their baseball coverage. They carried more Cubs and Sox games than any other network, but didn\'t get much credit in the minds of the public. We launched the Capital of Baseball campaign that not only gave the public a handle for CSN, but also a rallying cry for their beloved hometown teams.<br /><br /><a href="filebin/pdf/BFT_CSS_Comcast.pdf"><img alt="" src="filebin/pdf/PDF_DL_Button.jpg" align="top" border="0"></a>';


// PR Newswire
function SwapImagePRNewswire(nDex)
			{
			
				if(nDex < 0 || nDex >= ImageGalleryArrayPRNewswire.length)
				{
					return;
				}
			
				var imgName = ImageGalleryArrayPRNewswire[nDex][0];
				var imgCaption = ImageGalleryArrayPRNewswire[nDex][2];
				var imgTitle = ImageGalleryArrayPRNewswire[nDex][1];
				
				var ImgPlace = document.getElementById('CurrentGalleryImage');
				if(null != ImgPlace)
				{
					ImgPlace.src = 'filebin/images/PRNewswire/' + imgName;
				}
				
				var ImgContent = document.getElementById('ImageGalleryGridContents');
				if(null != ImgContent)
				{
					ImgContent.innerHTML = imgCaption;
				}				
				
				var ImgTitle = document.getElementById('ImageGalleryTitle');
				if(null != ImgTitle)
				{
					ImgTitle.innerHTML = imgTitle;
				}						
				var e;
				for(e = 0; e < ImageGalleryArrayPRNewswire.length; e++)
				{
					var arBarShow = document.getElementById('ImageGalleryUnderline' + e);
					if(null != arBarShow)
					{
						arBarShow.style.display = (e == nDex ? 'block' : 'none');
					}
					
				}
			}
			
			var ImageGalleryArrayPRNewswire = new Array()
			ImageGalleryArrayPRNewswire[0] = new Array();
ImageGalleryArrayPRNewswire[0][0] = 'PRN_1-1.jpg';
ImageGalleryArrayPRNewswire[0][1] = 'PR Newswire Visability Campaign';
ImageGalleryArrayPRNewswire[0][2] = "Public Relations professionals rely on PR Newswire to get their messages heard \- quickly, accurately and to the right audience, worldwide. So when they wanted to spread the word, globally, about their unparalleled  new suite of products and services, PR Newswire reached out to Brainforest to build an integrated campaign that highlighted the new abilities PR Newswire now has to support all of their communications needs. <br /><br />The \"Increase your ______ ability\" campaign uses beautiful (and a bit quirky) images that bring to life the different \'abilities\' that PR Newswire possesses and how they can help their clients increase their own abilities. Using print, web banners, Times Square video billboard, email blasts and direct mail, this engaging creative reaches all of PR Newswire\'s clients and has helped them secure qualified leads. The campaign will run throughout 2008 featuring a new ability every 2 months.";
ImageGalleryArrayPRNewswire[1] = new Array();
ImageGalleryArrayPRNewswire[1][0] = 'PRN_2.jpg';
ImageGalleryArrayPRNewswire[1][1] = 'Email Newsletter';
ImageGalleryArrayPRNewswire[1][2] = "Public Relations professionals rely on PR Newswire to get their messages heard \- quickly, accurately and to the right audience, worldwide. So when they wanted to spread the word, globally, about their unparalleled  new suite of products and services, PR Newswire reached out to Brainforest to build an integrated campaign that highlighted the new abilities PR Newswire now has to support all of their communications needs. <br /><br />The \"Increase your ______ ability\" campaign uses beautiful (and a bit quirky) images that bring to life the different \'abilities\' that PR Newswire possesses and how they can help their clients increase their own abilities. Using print, web banners, Times Square video billboard, email blasts and direct mail, this engaging creative reaches all of PR Newswire\'s clients and has helped them secure qualified leads. The campaign will run throughout 2008 featuring a new ability every 2 months.";
ImageGalleryArrayPRNewswire[2] = new Array();
ImageGalleryArrayPRNewswire[2][0] = 'PRN_3.jpg';
ImageGalleryArrayPRNewswire[2][1] = 'Times Square Video Billboard';
ImageGalleryArrayPRNewswire[2][2] = "Public Relations professionals rely on PR Newswire to get their messages heard \- quickly, accurately and to the right audience, worldwide. So when they wanted to spread the word, globally, about their unparalleled  new suite of products and services, PR Newswire reached out to Brainforest to build an integrated campaign that highlighted the new abilities PR Newswire now has to support all of their communications needs. <br /><br />The \"Increase your ______ ability\" campaign uses beautiful (and a bit quirky) images that bring to life the different \'abilities\' that PR Newswire possesses and how they can help their clients increase their own abilities. Using print, web banners, Times Square video billboard, email blasts and direct mail, this engaging creative reaches all of PR Newswire\'s clients and has helped them secure qualified leads. The campaign will run throughout 2008 featuring a new ability every 2 months.";


// CLIENTS SECTION

// Ariba
function SwapImageAribaClient(nDex)
			{
			
				if(nDex < 0 || nDex >= ImageGalleryArrayAribaClient.length)
				{
					return;
				}
			
				var imgName = ImageGalleryArrayAribaClient[nDex][0];
				var imgCaption = ImageGalleryArrayAribaClient[nDex][2];
				var imgTitle = ImageGalleryArrayAribaClient[nDex][1];
				
				var ImgPlace = document.getElementById('CurrentGalleryImage');
				if(null != ImgPlace)
				{
					ImgPlace.src = 'filebin/images/ariba/' + imgName;
				}
				
				var ImgContent = document.getElementById('ImageGalleryGridContents');
				if(null != ImgContent)
				{
					ImgContent.innerHTML = imgCaption;
				}				
				
				var ImgTitle = document.getElementById('ImageGalleryTitle');
				if(null != ImgTitle)
				{
					ImgTitle.innerHTML = imgTitle;
				}						
				
				
				var e;
				for(e = 0; e < ImageGalleryArrayAribaClient.length; e++)
				{
					var arBarShow = document.getElementById('ImageGalleryUnderline' + e);
					if(null != arBarShow)
					{
						arBarShow.style.display = (e == nDex ? 'block' : 'none');
					}
					
				}

			}
			
			var ImageGalleryArrayAribaClient = new Array()
			ImageGalleryArrayAribaClient[0] = new Array();
ImageGalleryArrayAribaClient[0][0] = 'imagetest.jpg';
ImageGalleryArrayAribaClient[0][1] = 'Capabilities Brochure';
ImageGalleryArrayAribaClient[0][2] = '<h2> A spend management company matching businesses with vendors from around the world.</h2>Brainforest created a visual identity for Ariba both in print and essential online tools. To provide a more effective commerce environment, we helped design and plan their supplier/vendor intranet experience to be user friendly as well as consistent with their overall brand image. It\'s an ongoing process, making sure that as their business grows and customer expectations rise, the Ariba brand stays true to its character and core value.<br /><br /><a href="filebin/pdf/BFT_CSS_Ariba.pdf" target="_blank"><img src="filebin/pdf/PDF_DL_Button.jpg" alt="" align="top" border="0"></a>';
ImageGalleryArrayAribaClient[1] = new Array();
ImageGalleryArrayAribaClient[1][0] = 'main1-1.jpg';
ImageGalleryArrayAribaClient[1][1] = 'Supplier Network Materials';
ImageGalleryArrayAribaClient[1][2] = '<h2> A spend management company matching businesses with vendors from around the world.</h2>Brainforest created a visual identity for Ariba both in print and essential online tools. To provide a more effective commerce environment, we helped design and plan their supplier/vendor intranet experience to be user friendly as well as consistent with their overall brand image. It\'s an ongoing process, making sure that as their business grows and customer expectations rise, the Ariba brand stays true to its character and core value.<br /><br /><a href="filebin/pdf/BFT_CSS_Ariba.pdf" target="_blank"><img src="filebin/pdf/PDF_DL_Button.jpg" alt="" align="top" border="0"></a>';
ImageGalleryArrayAribaClient[2] = new Array();
ImageGalleryArrayAribaClient[2][0] = 'placeholderclient.jpg';
ImageGalleryArrayAribaClient[2][1] = 'Visual Identity Intranet';
ImageGalleryArrayAribaClient[2][2] = '<h2> A spend management company matching businesses with vendors from around the world.</h2>Brainforest created a visual identity for Ariba both in print and essential online tools. To provide a more effective commerce environment, we helped design and plan their supplier/vendor intranet experience to be user friendly as well as consistent with their overall brand image. It\'s an ongoing process, making sure that as their business grows and customer expectations rise, the Ariba brand stays true to its character and core value.<br /><br /><a href="filebin/pdf/BFT_CSS_Ariba.pdf" target="_blank"><img src="filebin/pdf/PDF_DL_Button.jpg" alt="" align="top" border="0"></a>';
ImageGalleryArrayAribaClient[3] = new Array();
ImageGalleryArrayAribaClient[3][0] = 'placeholderclient2.jpg';
ImageGalleryArrayAribaClient[3][1] = 'Supplier e-Newsletter';
ImageGalleryArrayAribaClient[3][2] = '<h2> A spend management company matching businesses with vendors from around the world.</h2>Brainforest created a visual identity for Ariba both in print and essential online tools. To provide a more effective commerce environment, we helped design and plan their supplier/vendor intranet experience to be user friendly as well as consistent with their overall brand image. It\'s an ongoing process, making sure that as their business grows and customer expectations rise, the Ariba brand stays true to its character and core value.<br /><br /><a href="filebin/pdf/BFT_CSS_Ariba.pdf" target="_blank"><img src="filebin/pdf/PDF_DL_Button.jpg" alt="" align="top" border="0"></a>';
ImageGalleryArrayAribaClient[4] = new Array();
ImageGalleryArrayAribaClient[4][0] = 'ari_cl_5.jpg';
ImageGalleryArrayAribaClient[4][1] = 'Visual Identity Screensaver';
ImageGalleryArrayAribaClient[4][2] = '<h2> A spend management company matching businesses with vendors from around the world.</h2>Brainforest created a visual identity for Ariba both in print and essential online tools. To provide a more effective commerce environment, we helped design and plan their supplier/vendor intranet experience to be user friendly as well as consistent with their overall brand image. It\'s an ongoing process, making sure that as their business grows and customer expectations rise, the Ariba brand stays true to its character and core value.<br /><br /><a href="filebin/pdf/BFT_CSS_Ariba.pdf" target="_blank"><img src="filebin/pdf/PDF_DL_Button.jpg" alt="" align="top" border="0"></a>';


// Chicago Public Clients
function SwapImagePublicClients(nDex)
			{
			
				if(nDex < 0 || nDex >= ImageGalleryArrayPublicClients.length)
				{
					return;
				}
			
				var imgName = ImageGalleryArrayPublicClients[nDex][0];
				var imgCaption = ImageGalleryArrayPublicClients[nDex][2];
				var imgTitle = ImageGalleryArrayPublicClients[nDex][1];
				
				var ImgPlace = document.getElementById('CurrentGalleryImage');
				if(null != ImgPlace)
				{
					ImgPlace.src = 'filebin/images/public/' + imgName;
				}
				
				var ImgContent = document.getElementById('ImageGalleryGridContents');
				if(null != ImgContent)
				{
					ImgContent.innerHTML = imgCaption;
				}				
				
				var ImgTitle = document.getElementById('ImageGalleryTitle');
				if(null != ImgTitle)
				{
					ImgTitle.innerHTML = imgTitle;
				}						
				
				
				var e;
				for(e = 0; e < ImageGalleryArrayPublicClients.length; e++)
				{
					var arBarShow = document.getElementById('ImageGalleryUnderline' + e);
					if(null != arBarShow)
					{
						arBarShow.style.display = (e == nDex ? 'block' : 'none');
					}
					
				}

			}
			
			var ImageGalleryArrayPublicClients = new Array()
			ImageGalleryArrayPublicClients[0] = new Array();
ImageGalleryArrayPublicClients[0][0] = 'imagetest.jpg';
ImageGalleryArrayPublicClients[0][1] = 'Virtual K Website';
ImageGalleryArrayPublicClients[0][2] = '<h2>The fourth largest school district in the nation.</h2>With the help of Brainforest, CPS launched the ambitious and highly successful Virtual Pre-K program to help parents give pre-schoolers a strong start to their academic years. Brainforest designed the logo, visual identity, illustrations and printed materials. A hit in Chicago, Virtual Pre-K (and later Virtual K) has been rolled out to other major markets around the country, with Brainforest helping tailor it to local needs and language requirements.<br /><br /><a href="filebin/pdf/BFT_CSS_CPS_VPK%20&amp;VK.pdf" target="_blank"><img alt="" src="filebin/pdf/PDF_DL_Button.jpg" align="top" border="0"></a>';
ImageGalleryArrayPublicClients[1] = new Array();
ImageGalleryArrayPublicClients[1][0] = 'flowers.jpg';
ImageGalleryArrayPublicClients[1][1] = 'Virtual K Website';
ImageGalleryArrayPublicClients[1][2] = '<h2>The fourth largest school district in the nation.</h2>With the help of Brainforest, CPS launched the ambitious and highly successful Virtual Pre-K program to help parents give pre-schoolers a strong start to their academic years. Brainforest designed the logo, visual identity, illustrations and printed materials. A hit in Chicago, Virtual Pre-K (and later Virtual K) has been rolled out to other major markets around the country, with Brainforest helping tailor it to local needs and language requirements.<br /><br /><a href="filebin/pdf/BFT_CSS_CPS_VPK%20&amp;VK.pdf" target="_blank"><img alt="" src="filebin/pdf/PDF_DL_Button.jpg" align="top" border="0"></a>';
ImageGalleryArrayPublicClients[2] = new Array();
ImageGalleryArrayPublicClients[2][0] = 'CPS_cl_3.jpg';
ImageGalleryArrayPublicClients[2][1] = 'Virtual Pre-K Website';
ImageGalleryArrayPublicClients[2][2] = '<h2>The fourth largest school district in the nation.</h2>With the help of Brainforest, CPS launched the ambitious and highly successful Virtual Pre-K program to help parents give pre-schoolers a strong start to their academic years. Brainforest designed the logo, visual identity, illustrations and printed materials. A hit in Chicago, Virtual Pre-K (and later Virtual K) has been rolled out to other major markets around the country, with Brainforest helping tailor it to local needs and language requirements.<br /><br /><a href="filebin/pdf/BFT_CSS_CPS_VPK%20&amp;VK.pdf" target="_blank"><img alt="" src="filebin/pdf/PDF_DL_Button.jpg" align="top" border="0"></a>';
ImageGalleryArrayPublicClients[3] = new Array();
ImageGalleryArrayPublicClients[3][0] = 'mountain.jpg';
ImageGalleryArrayPublicClients[3][1] = 'Virtual Pre-K Learning Kit';
ImageGalleryArrayPublicClients[3][2] = '<h2>The fourth largest school district in the nation.</h2>With the help of Brainforest, CPS launched the ambitious and highly successful Virtual Pre-K program to help parents give pre-schoolers a strong start to their academic years. Brainforest designed the logo, visual identity, illustrations and printed materials. A hit in Chicago, Virtual Pre-K (and later Virtual K) has been rolled out to other major markets around the country, with Brainforest helping tailor it to local needs and language requirements.<br /><br /><a href="filebin/pdf/BFT_CSS_CPS_VPK%20&amp;VK.pdf" target="_blank"><img alt="" src="filebin/pdf/PDF_DL_Button.jpg" align="top" border="0"></a>';
ImageGalleryArrayPublicClients[4] = new Array();
ImageGalleryArrayPublicClients[4][0] = 'CPS_cl_4.jpg';
ImageGalleryArrayPublicClients[4][1] = 'Virtual Learning Trade Show Booth';
ImageGalleryArrayPublicClients[4][2] = '<h2>The fourth largest school district in the nation.</h2>With the help of Brainforest, CPS launched the ambitious and highly successful Virtual Pre-K program to help parents give pre-schoolers a strong start to their academic years. Brainforest designed the logo, visual identity, illustrations and printed materials. A hit in Chicago, Virtual Pre-K (and later Virtual K) has been rolled out to other major markets around the country, with Brainforest helping tailor it to local needs and language requirements.<br /><br /><a href="filebin/pdf/BFT_CSS_CPS_VPK%20&amp;VK.pdf" target="_blank"><img alt="" src="filebin/pdf/PDF_DL_Button.jpg" align="top" border="0"></a>';


// Creative Dump Clients
function SwapImageCreativeClients(nDex)
			{
			
				if(nDex < 0 || nDex >= ImageGalleryArrayCreativeClients.length)
				{
					return;
				}
			
				var imgName = ImageGalleryArrayCreativeClients[nDex][0];
				var imgCaption = ImageGalleryArrayCreativeClients[nDex][2];
				var imgTitle = ImageGalleryArrayCreativeClients[nDex][1];
				
				var ImgPlace = document.getElementById('CurrentGalleryImage');
				if(null != ImgPlace)
				{
					ImgPlace.src = 'filebin/images/creative/' + imgName;
				}
				
				var ImgContent = document.getElementById('ImageGalleryGridContents');
				if(null != ImgContent)
				{
					ImgContent.innerHTML = imgCaption;
				}				
				
				var ImgTitle = document.getElementById('ImageGalleryTitle');
				if(null != ImgTitle)
				{
					ImgTitle.innerHTML = imgTitle;
				}						
				
				
				var e;
				for(e = 0; e < ImageGalleryArrayCreativeClients.length; e++)
				{
					var arBarShow = document.getElementById('ImageGalleryUnderline' + e);
					if(null != arBarShow)
					{
						arBarShow.style.display = (e == nDex ? 'block' : 'none');
					}
					
				}

			}
			
			var ImageGalleryArrayCreativeClients = new Array()
			ImageGalleryArrayCreativeClients[0] = new Array();
ImageGalleryArrayCreativeClients[0][0] = 'CP_cl_1.jpg';
ImageGalleryArrayCreativeClients[0][1] = 'Program Brochure';
ImageGalleryArrayCreativeClients[0][2] = '<h2>An organization helping get art supplies to area schools.</h2> In 2005, Brainforest launched an initiative to encourage Chicago area design and advertising firms to turn unneeded materials into much-needed art supplies for elementary students. Brainforest created the entire program: name, logo, advertising, website, direct mail, poster and volunteer T-shirts. Based on the strong support from the marketing community, it\'s a program we plan to continue for years to come.<br /><br /><a href="filebin/pdf/BFT_CSS_CreativePitch.pdf" target="_blank"><img src="filebin/pdf/PDF_DL_Button.jpg" alt="" align="top" border="0"></a>';
ImageGalleryArrayCreativeClients[1] = new Array();
ImageGalleryArrayCreativeClients[1][0] = 'CP_cl_2.jpg';
ImageGalleryArrayCreativeClients[1][1] = 'Poster';
ImageGalleryArrayCreativeClients[1][2] = '<h2>An organization helping get art supplies to area schools.</h2> In 2005, Brainforest launched an initiative to encourage Chicago area design and advertising firms to turn unneeded materials into much-needed art supplies for elementary students. Brainforest created the entire program: name, logo, advertising, website, direct mail, poster and volunteer T-shirts. Based on the strong support from the marketing community, it\'s a program we plan to continue for years to come.<br /><br /><a href="filebin/pdf/BFT_CSS_CreativePitch.pdf" target="_blank"><img src="filebin/pdf/PDF_DL_Button.jpg" alt="" align="top" border="0"></a>';
ImageGalleryArrayCreativeClients[2] = new Array();
ImageGalleryArrayCreativeClients[2][0] = 'CP_cl_3.jpg';
ImageGalleryArrayCreativeClients[2][1] = 'Website';
ImageGalleryArrayCreativeClients[2][2] = '<h2>An organization helping get art supplies to area schools.</h2> In 2005, Brainforest launched an initiative to encourage Chicago area design and advertising firms to turn unneeded materials into much-needed art supplies for elementary students. Brainforest created the entire program: name, logo, advertising, website, direct mail, poster and volunteer T-shirts. Based on the strong support from the marketing community, it\'s a program we plan to continue for years to come.<br /><br /><a href="filebin/pdf/BFT_CSS_CreativePitch.pdf" target="_blank"><img src="filebin/pdf/PDF_DL_Button.jpg" alt="" align="top" border="0"></a>';
ImageGalleryArrayCreativeClients[3] = new Array();
ImageGalleryArrayCreativeClients[3][0] = 'CP_cl_4.jpg';
ImageGalleryArrayCreativeClients[3][1] = 'Volunteer T-Shirt';
ImageGalleryArrayCreativeClients[3][2] = '<h2>An organization helping get art supplies to area schools.</h2> In 2005, Brainforest launched an initiative to encourage Chicago area design and advertising firms to turn unneeded materials into much-needed art supplies for elementary students. Brainforest created the entire program: name, logo, advertising, website, direct mail, poster and volunteer T-shirts. Based on the strong support from the marketing community, it\'s a program we plan to continue for years to come.<br /><br /><a href="filebin/pdf/BFT_CSS_CreativePitch.pdf" target="_blank"><img src="filebin/pdf/PDF_DL_Button.jpg" alt="" align="top" border="0"></a>';
ImageGalleryArrayCreativeClients[4] = new Array();
ImageGalleryArrayCreativeClients[4][0] = 'CP_cl_5.jpg';
ImageGalleryArrayCreativeClients[4][1] = 'Print Ad';
ImageGalleryArrayCreativeClients[4][2] = '<h2>An organization helping get art supplies to area schools.</h2> In 2005, Brainforest launched an initiative to encourage Chicago area design and advertising firms to turn unneeded materials into much-needed art supplies for elementary students. Brainforest created the entire program: name, logo, advertising, website, direct mail, poster and volunteer T-shirts. Based on the strong support from the marketing community, it\'s a program we plan to continue for years to come.<br /><br /><a href="filebin/pdf/BFT_CSS_CreativePitch.pdf" target="_blank"><img src="filebin/pdf/PDF_DL_Button.jpg" alt="" align="top" border="0"></a>';


// DM Professional Clients
function SwapImageDMClients(nDex)
			{
			
				if(nDex < 0 || nDex >= ImageGalleryArrayDMClients.length)
				{
					return;
				}
			
				var imgName = ImageGalleryArrayDMClients[nDex][0];
				var imgCaption = ImageGalleryArrayDMClients[nDex][2];
				var imgTitle = ImageGalleryArrayDMClients[nDex][1];
				
				var ImgPlace = document.getElementById('CurrentGalleryImage');
				if(null != ImgPlace)
				{
					ImgPlace.src = 'filebin/images/DM/' + imgName;
				}
				
				var ImgContent = document.getElementById('ImageGalleryGridContents');
				if(null != ImgContent)
				{
					ImgContent.innerHTML = imgCaption;
				}				
				
				var ImgTitle = document.getElementById('ImageGalleryTitle');
				if(null != ImgTitle)
				{
					ImgTitle.innerHTML = imgTitle;
				}						
				
				
				var e;
				for(e = 0; e < ImageGalleryArrayDMClients.length; e++)
				{
					var arBarShow = document.getElementById('ImageGalleryUnderline' + e);
					if(null != arBarShow)
					{
						arBarShow.style.display = (e == nDex ? 'block' : 'none');
					}
					
				}

			}
			
			var ImageGalleryArrayDMClients = new Array()
			ImageGalleryArrayDMClients[0] = new Array();
ImageGalleryArrayDMClients[0][0] = 'dmp_cl_1.jpg';
ImageGalleryArrayDMClients[0][1] = 'Denon DJ Brochure';
ImageGalleryArrayDMClients[0][2] = '<h2>A joint venture between audio giants Denon and Marantz.</h2>In order to better serve the professional tier audio market, Denon and Marantz combined forces and needed a contemporary image for this new entity. Brainforest came through, creating a website to help them reach and persuade this very discriminating customer. We also helped launch the newest Denon DJ digital turntable, one of the hottest new products on the market.<br /><br /><a href="filebin/pdf/BFT_CSS_D&amp;M%20Professional.pdf" target="_blank"><img alt="" src="filebin/pdf/PDF_DL_Button.jpg" align="top" border="0"></a>';
ImageGalleryArrayDMClients[1] = new Array();
ImageGalleryArrayDMClients[1][0] = 'dmp_cl_2.jpg';
ImageGalleryArrayDMClients[1][1] = 'D&M Professional Website';
ImageGalleryArrayDMClients[1][2] = '<h2>A joint venture between audio giants Denon and Marantz.</h2>In order to better serve the professional tier audio market, Denon and Marantz combined forces and needed a contemporary image for this new entity. Brainforest came through, creating a website to help them reach and persuade this very discriminating customer. We also helped launch the newest Denon DJ digital turntable, one of the hottest new products on the market.<br /><br /><a href="filebin/pdf/BFT_CSS_D&amp;M%20Professional.pdf" target="_blank"><img alt="" src="filebin/pdf/PDF_DL_Button.jpg" align="top" border="0"></a>';


// Gilda's Club Clients
function SwapImageGildasClients(nDex)
			{
			
				if(nDex < 0 || nDex >= ImageGalleryArrayGildasClients.length)
				{
					return;
				}
			
				var imgName = ImageGalleryArrayGildasClients[nDex][0];
				var imgCaption = ImageGalleryArrayGildasClients[nDex][2];
				var imgTitle = ImageGalleryArrayGildasClients[nDex][1];
				
				var ImgPlace = document.getElementById('CurrentGalleryImage');
				if(null != ImgPlace)
				{
					ImgPlace.src = 'filebin/images/gildas/' + imgName;
				}
				
				var ImgContent = document.getElementById('ImageGalleryGridContents');
				if(null != ImgContent)
				{
					ImgContent.innerHTML = imgCaption;
				}				
				
				var ImgTitle = document.getElementById('ImageGalleryTitle');
				if(null != ImgTitle)
				{
					ImgTitle.innerHTML = imgTitle;
				}						
				
				
				var e;
				for(e = 0; e < ImageGalleryArrayGildasClients.length; e++)
				{
					var arBarShow = document.getElementById('ImageGalleryUnderline' + e);
					if(null != arBarShow)
					{
						arBarShow.style.display = (e == nDex ? 'block' : 'none');
					}
					
				}

			}
			
			var ImageGalleryArrayGildasClients = new Array()
			ImageGalleryArrayGildasClients[0] = new Array();
ImageGalleryArrayGildasClients[0][0] = 'Gildas_cl_1.jpg';
ImageGalleryArrayGildasClients[0][1] = '2002 Annual Report';
ImageGalleryArrayGildasClients[0][2] = '<h2>A free support community for people whose lives have been touched by cancer.</h2>Every year, Brainforest works with one exclusive pro bono client in order to fully serve its design and marketing needs.&nbsp; For four years that client was Gilda\'s Club Chicago, a special place where the focus is on living with cancer. Over that time, we developed a distinct identity for Gilda\'s Club, as well as many individual pieces including annual reports and a Living with Cancer workbook.<br /><br /><a href="filebin/pdf/BFT_CSS_Gildas.pdf" target="_blank"><img src="filebin/pdf/PDF_DL_Button.jpg" alt="" align="top" border="0"></a>';
ImageGalleryArrayGildasClients[1] = new Array();
ImageGalleryArrayGildasClients[1][0] = 'Gildas_cl_2.jpg';
ImageGalleryArrayGildasClients[1][1] = '2003 Annual Report';
ImageGalleryArrayGildasClients[1][2] = '<h2>A free support community for people whose lives have been touched by cancer.</h2>Every year, Brainforest works with one exclusive pro bono client in order to fully serve its design and marketing needs.&nbsp; For four years that client was Gilda\'s Club Chicago, a special place where the focus is on living with cancer. Over that time, we developed a distinct identity for Gilda\'s Club, as well as many individual pieces including annual reports and a Living with Cancer workbook.<br /><br /><a href="filebin/pdf/BFT_CSS_Gildas.pdf" target="_blank"><img src="filebin/pdf/PDF_DL_Button.jpg" alt="" align="top" border="0"></a>';
ImageGalleryArrayGildasClients[2] = new Array();
ImageGalleryArrayGildasClients[2][0] = 'Gildas_cl_3.jpg';
ImageGalleryArrayGildasClients[2][1] = 'Award Luncheon Invitation';
ImageGalleryArrayGildasClients[2][2] = '<h2>A free support community for people whose lives have been touched by cancer.</h2>Every year, Brainforest works with one exclusive pro bono client in order to fully serve its design and marketing needs.&nbsp; For four years that client was Gilda\'s Club Chicago, a special place where the focus is on living with cancer. Over that time, we developed a distinct identity for Gilda\'s Club, as well as many individual pieces including annual reports and a Living with Cancer workbook.<br /><br /><a href="filebin/pdf/BFT_CSS_Gildas.pdf" target="_blank"><img src="filebin/pdf/PDF_DL_Button.jpg" alt="" align="top" border="0"></a>';
ImageGalleryArrayGildasClients[3] = new Array();
ImageGalleryArrayGildasClients[3][0] = 'Gildas_cl_4.jpg';
ImageGalleryArrayGildasClients[3][1] = 'Website';
ImageGalleryArrayGildasClients[3][2] = '<h2>A free support community for people whose lives have been touched by cancer.</h2>Every year, Brainforest works with one exclusive pro bono client in order to fully serve its design and marketing needs.&nbsp; For four years that client was Gilda\'s Club Chicago, a special place where the focus is on living with cancer. Over that time, we developed a distinct identity for Gilda\'s Club, as well as many individual pieces including annual reports and a Living with Cancer workbook.<br /><br /><a href="filebin/pdf/BFT_CSS_Gildas.pdf" target="_blank"><img src="filebin/pdf/PDF_DL_Button.jpg" alt="" align="top" border="0"></a>';


// GP Clients
function SwapImageGPClients(nDex)
			{
			
				if(nDex < 0 || nDex >= ImageGalleryArrayGPClients.length)
				{
					return;
				}
			
				var imgName = ImageGalleryArrayGPClients[nDex][0];
				var imgCaption = ImageGalleryArrayGPClients[nDex][2];
				var imgTitle = ImageGalleryArrayGPClients[nDex][1];
				
				var ImgPlace = document.getElementById('CurrentGalleryImage');
				if(null != ImgPlace)
				{
					ImgPlace.src = 'filebin/images/GP/' + imgName;
				}
				
				var ImgContent = document.getElementById('ImageGalleryGridContents');
				if(null != ImgContent)
				{
					ImgContent.innerHTML = imgCaption;
				}				
				
				var ImgTitle = document.getElementById('ImageGalleryTitle');
				if(null != ImgTitle)
				{
					ImgTitle.innerHTML = imgTitle;
				}						
				
				
				var e;
				for(e = 0; e < ImageGalleryArrayGPClients.length; e++)
				{
					var arBarShow = document.getElementById('ImageGalleryUnderline' + e);
					if(null != arBarShow)
					{
						arBarShow.style.display = (e == nDex ? 'block' : 'none');
					}
					
				}

			}
			
			var ImageGalleryArrayGPClients = new Array()
			ImageGalleryArrayGPClients[0] = new Array();
ImageGalleryArrayGPClients[0][0] = 'GP1.jpg';
ImageGalleryArrayGPClients[0][1] = 'Website';
ImageGalleryArrayGPClients[0][2] = '<h2>An international architecture design practice.</h2>Goettsch Partners is an international design firm whose award-winning projects include architecture, interiors, planning and enclosure design. <br /><br />Brainforest developed a web site for GP that effectively conveys this world-class firm\'s philosophy and aesthetic, with an expanded portfolio of stunning project photography. And the customized Content Management System allows them to easily make updates, so the content remains as fresh and contemporary as their work.<br /><br /><a href="filebin/pdf/BFT_CS_Goettsch.pdf" target="_blank"><img alt="" src="filebin/pdf/PDF_DL_Button.jpg" align="top" border="0"></a>';
ImageGalleryArrayGPClients[1] = new Array();
ImageGalleryArrayGPClients[1][0] = 'GP2.jpg';
ImageGalleryArrayGPClients[1][1] = 'Website';
ImageGalleryArrayGPClients[1][2] = '<h2>An international architecture design practice.</h2>Goettsch Partners is an international design firm whose award-winning projects include architecture, interiors, planning and enclosure design. <br /><br />Brainforest developed a web site for GP that effectively conveys this world-class firm\'s philosophy and aesthetic, with an expanded portfolio of stunning project photography. And the customized Content Management System allows them to easily make updates, so the content remains as fresh and contemporary as their work.<br /><br /><a href="filebin/pdf/BFT_CS_Goettsch.pdf" target="_blank"><img alt="" src="filebin/pdf/PDF_DL_Button.jpg" align="top" border="0"></a>';
ImageGalleryArrayGPClients[2] = new Array();
ImageGalleryArrayGPClients[2][0] = 'GP3.jpg';
ImageGalleryArrayGPClients[2][1] = 'Website';
ImageGalleryArrayGPClients[2][2] = '<h2>An international architecture design practice.</h2>Goettsch Partners is an international design firm whose award-winning projects include architecture, interiors, planning and enclosure design. <br /><br />Brainforest developed a web site for GP that effectively conveys this world-class firm\'s philosophy and aesthetic, with an expanded portfolio of stunning project photography. And the customized Content Management System allows them to easily make updates, so the content remains as fresh and contemporary as their work.<br /><br /><a href="filebin/pdf/BFT_CS_Goettsch.pdf" target="_blank"><img alt="" src="filebin/pdf/PDF_DL_Button.jpg" align="top" border="0"></a>';
ImageGalleryArrayGPClients[3] = new Array();
ImageGalleryArrayGPClients[3][0] = 'GP4.jpg';
ImageGalleryArrayGPClients[3][1] = 'Website';
ImageGalleryArrayGPClients[3][2] = '<h2>An international architecture design practice.</h2>Goettsch Partners is an international design firm whose award-winning projects include architecture, interiors, planning and enclosure design. <br /><br />Brainforest developed a web site for GP that effectively conveys this world-class firm\'s philosophy and aesthetic, with an expanded portfolio of stunning project photography. And the customized Content Management System allows them to easily make updates, so the content remains as fresh and contemporary as their work.<br /><br /><a href="filebin/pdf/BFT_CS_Goettsch.pdf" target="_blank"><img alt="" src="filebin/pdf/PDF_DL_Button.jpg" align="top" border="0"></a>';
ImageGalleryArrayGPClients[4] = new Array();
ImageGalleryArrayGPClients[4][0] = 'GP5.jpg';
ImageGalleryArrayGPClients[4][1] = 'Website';
ImageGalleryArrayGPClients[4][2] = '<h2>An international architecture design practice.</h2>Goettsch Partners is an international design firm whose award-winning projects include architecture, interiors, planning and enclosure design. <br /><br />Brainforest developed a web site for GP that effectively conveys this world-class firm\'s philosophy and aesthetic, with an expanded portfolio of stunning project photography. And the customized Content Management System allows them to easily make updates, so the content remains as fresh and contemporary as their work.<br /><br /><a href="filebin/pdf/BFT_CS_Goettsch.pdf" target="_blank"><img alt="" src="filebin/pdf/PDF_DL_Button.jpg" align="top" border="0"></a>';


// Harris School Clients
function SwapImageHarrisClients(nDex)
			{
			
				if(nDex < 0 || nDex >= ImageGalleryArrayHarrisClients.length)
				{
					return;
				}
			
				var imgName = ImageGalleryArrayHarrisClients[nDex][0];
				var imgCaption = ImageGalleryArrayHarrisClients[nDex][2];
				var imgTitle = ImageGalleryArrayHarrisClients[nDex][1];
				
				var ImgPlace = document.getElementById('CurrentGalleryImage');
				if(null != ImgPlace)
				{
					ImgPlace.src = 'filebin/images/harris/' + imgName;
				}
				
				var ImgContent = document.getElementById('ImageGalleryGridContents');
				if(null != ImgContent)
				{
					ImgContent.innerHTML = imgCaption;
				}				
				
				var ImgTitle = document.getElementById('ImageGalleryTitle');
				if(null != ImgTitle)
				{
					ImgTitle.innerHTML = imgTitle;
				}						
				
				
				var e;
				for(e = 0; e < ImageGalleryArrayHarrisClients.length; e++)
				{
					var arBarShow = document.getElementById('ImageGalleryUnderline' + e);
					if(null != arBarShow)
					{
						arBarShow.style.display = (e == nDex ? 'block' : 'none');
					}
					
				}

			}
			
			var ImageGalleryArrayHarrisClients = new Array()
			ImageGalleryArrayHarrisClients[0] = new Array();
ImageGalleryArrayHarrisClients[0][0] = 'Harris_cl_1.jpg';
ImageGalleryArrayHarrisClients[0][1] = 'Website';
ImageGalleryArrayHarrisClients[0][2] = '<h2>University of Chicago\'s world-renowned school of public policy.</h2>The Harris School came to Brainforest with a goal of establishing a web presence that communicated a recognizable, ownable brand promise. To that challenge, our team created a site with a strong visual appeal and crisp, intuitive navigation. It provides a perfect extension of the school\'s commitment to academic excellence and human interaction.<br><a href="filebin/pdf/BFT_CSS_HarrisSchool.pdf" target="_blank"><img src="filebin/pdf/PDF_DL_Button.jpg" alt="" align="top" border="0"></a>';
ImageGalleryArrayHarrisClients[1] = new Array();
ImageGalleryArrayHarrisClients[1][0] = 'Harris_cl_2.jpg';
ImageGalleryArrayHarrisClients[1][1] = 'Student e-Newsletter';
ImageGalleryArrayHarrisClients[1][2] = '<h2>University of Chicago\'s world-renowned school of public policy.</h2>The Harris School came to Brainforest with a goal of establishing a web presence that communicated a recognizable, ownable brand promise. To that challenge, our team created a site with a strong visual appeal and crisp, intuitive navigation. It provides a perfect extension of the school\'s commitment to academic excellence and human interaction.<br><a href="filebin/pdf/BFT_CSS_HarrisSchool.pdf" target="_blank"><img src="filebin/pdf/PDF_DL_Button.jpg" alt="" align="top" border="0"></a>';
ImageGalleryArrayHarrisClients[2] = new Array();
ImageGalleryArrayHarrisClients[2][0] = 'Harris_cl_3.jpg';
ImageGalleryArrayHarrisClients[2][1] = 'Alumni e-Newsletter';
ImageGalleryArrayHarrisClients[2][2] = '<h2>University of Chicago\'s world-renowned school of public policy.</h2>The Harris School came to Brainforest with a goal of establishing a web presence that communicated a recognizable, ownable brand promise. To that challenge, our team created a site with a strong visual appeal and crisp, intuitive navigation. It provides a perfect extension of the school\'s commitment to academic excellence and human interaction.<br><a href="filebin/pdf/BFT_CSS_HarrisSchool.pdf" target="_blank"><img src="filebin/pdf/PDF_DL_Button.jpg" alt="" align="top" border="0"></a>';


// HVE Clients
function SwapImageHVEClients(nDex)
			{
			
				if(nDex < 0 || nDex >= ImageGalleryArrayHVEClients.length)
				{
					return;
				}
			
				var imgName = ImageGalleryArrayHVEClients[nDex][0];
				var imgCaption = ImageGalleryArrayHVEClients[nDex][2];
				var imgTitle = ImageGalleryArrayHVEClients[nDex][1];
				
				var ImgPlace = document.getElementById('CurrentGalleryImage');
				if(null != ImgPlace)
				{
					ImgPlace.src = 'filebin/images/HVE/' + imgName;
				}
				
				var ImgContent = document.getElementById('ImageGalleryGridContents');
				if(null != ImgContent)
				{
					ImgContent.innerHTML = imgCaption;
				}				
				
				var ImgTitle = document.getElementById('ImageGalleryTitle');
				if(null != ImgTitle)
				{
					ImgTitle.innerHTML = imgTitle;
				}						
				
				
				var e;
				for(e = 0; e < ImageGalleryArrayHVEClients.length; e++)
				{
					var arBarShow = document.getElementById('ImageGalleryUnderline' + e);
					if(null != arBarShow)
					{
						arBarShow.style.display = (e == nDex ? 'block' : 'none');
					}
					
				}

			}
			
			var ImageGalleryArrayHVEClients = new Array()
			ImageGalleryArrayHVEClients[0] = new Array();
ImageGalleryArrayHVEClients[0][0] = 'HVE_cl_1.jpg';
ImageGalleryArrayHVEClients[0][1] = 'Website';
ImageGalleryArrayHVEClients[0][2] = '<h2>Producer and distributor of independent and international films on DVD. </h2>The audience for eclectic and hard-to-find films could safely be described as aesthetically discriminating. They expect more than the expected. So Home Vision Entertainment asked Brainforest to create an on-line experience that was smart and visually rich for the customer, and easy to update for the company. The resulting HVE site was a smash hit, allowing users to browse the huge library of titles, read reviews and obtain purchase information.<br /><br /><a href="filebin/pdf/BFT_CSS_HomeVision.pdf" target="_blank"><img src="filebin/pdf/PDF_DL_Button.jpg" alt="" align="top" border="0"></a>';
ImageGalleryArrayHVEClients[1] = new Array();
ImageGalleryArrayHVEClients[1][0] = 'HVE_cl_2.jpg';
ImageGalleryArrayHVEClients[1][1] = 'e-Newsletter';
ImageGalleryArrayHVEClients[1][2] = '<h2>Producer and distributor of independent and international films on DVD. </h2>The audience for eclectic and hard-to-find films could safely be described as aesthetically discriminating. They expect more than the expected. So Home Vision Entertainment asked Brainforest to create an on-line experience that was smart and visually rich for the customer, and easy to update for the company. The resulting HVE site was a smash hit, allowing users to browse the huge library of titles, read reviews and obtain purchase information.<br /><br /><a href="filebin/pdf/BFT_CSS_HomeVision.pdf" target="_blank"><img src="filebin/pdf/PDF_DL_Button.jpg" alt="" align="top" border="0"></a>';


// Integrys Client
function SwapImageIntegrysClient(nDex)
			{
			
				if(nDex < 0 || nDex >= ImageGalleryArrayIntegrysClient.length)
				{
					return;
				}
			
				var imgName = ImageGalleryArrayIntegrysClient[nDex][0];
				var imgCaption = ImageGalleryArrayIntegrysClient[nDex][2];
				var imgTitle = ImageGalleryArrayIntegrysClient[nDex][1];
				
				var ImgPlace = document.getElementById('CurrentGalleryImage');
				if(null != ImgPlace)
				{
					ImgPlace.src = 'filebin/images/integrys/' + imgName;
				}
				
				var ImgContent = document.getElementById('ImageGalleryGridContents');
				if(null != ImgContent)
				{
					ImgContent.innerHTML = imgCaption;
				}				
				
				var ImgTitle = document.getElementById('ImageGalleryTitle');
				if(null != ImgTitle)
				{
					ImgTitle.innerHTML = imgTitle;
				}						
				
				
				var e;
				for(e = 0; e < ImageGalleryArrayIntegrysClient.length; e++)
				{
					var arBarShow = document.getElementById('ImageGalleryUnderline' + e);
					if(null != arBarShow)
					{
						arBarShow.style.display = (e == nDex ? 'block' : 'none');
					}
					
				}

			}
			
			var ImageGalleryArrayIntegrysClient = new Array()
			ImageGalleryArrayIntegrysClient[0] = new Array();
ImageGalleryArrayIntegrysClient[0][0] = 'int_cl_1.jpg';
ImageGalleryArrayIntegrysClient[0][1] = 'Logo';
ImageGalleryArrayIntegrysClient[0][2] = '<h2>A newly formed diversified energy company.</h2>Integrys Energy Group, Inc. was formed by the merger of WPS Resources Corporation and Peoples Energy Corporation. The new entity is a holding company focused on regulated and non-regulated energy delivery in the United States and Canada. But before it could announce its exciting news to the world, Integrys needed a visual brand that effectively represented its mission and focus. Integrys asked Brainforest to help craft that brand. <br /><br />Working collaboratively with the client team, Brainforest developed a total brand package, including logo design, visual identity system, web site concepts, printed collateral and brand standards. Now, Integrys can be assured that its brand message will be consistent no matter which division is getting the word out.<br><a href="filebin/pdf/BFT_CSS_Integrys.pdf" target="_blank"><img src="filebin/pdf/PDF_DL_Button.jpg" alt="" align="top" border="0"></a>';
ImageGalleryArrayIntegrysClient[1] = new Array();
ImageGalleryArrayIntegrysClient[1][0] = 'int_cl_2.jpg';
ImageGalleryArrayIntegrysClient[1][1] = 'Brochure';
ImageGalleryArrayIntegrysClient[1][2] = '<h2>A newly formed diversified energy company.</h2>Integrys Energy Group, Inc. was formed by the merger of WPS Resources Corporation and Peoples Energy Corporation. The new entity is a holding company focused on regulated and non-regulated energy delivery in the United States and Canada. But before it could announce its exciting news to the world, Integrys needed a visual brand that effectively represented its mission and focus. Integrys asked Brainforest to help craft that brand. <br /><br />Working collaboratively with the client team, Brainforest developed a total brand package, including logo design, visual identity system, web site concepts, printed collateral and brand standards. Now, Integrys can be assured that its brand message will be consistent no matter which division is getting the word out.<br><a href="filebin/pdf/BFT_CSS_Integrys.pdf" target="_blank"><img src="filebin/pdf/PDF_DL_Button.jpg" alt="" align="top" border="0"></a>';
ImageGalleryArrayIntegrysClient[2] = new Array();
ImageGalleryArrayIntegrysClient[2][0] = 'int_cl_3.jpg';
ImageGalleryArrayIntegrysClient[2][1] = 'Brochure';
ImageGalleryArrayIntegrysClient[2][2] = '<h2>A newly formed diversified energy company.</h2>Integrys Energy Group, Inc. was formed by the merger of WPS Resources Corporation and Peoples Energy Corporation. The new entity is a holding company focused on regulated and non-regulated energy delivery in the United States and Canada. But before it could announce its exciting news to the world, Integrys needed a visual brand that effectively represented its mission and focus. Integrys asked Brainforest to help craft that brand. <br /><br />Working collaboratively with the client team, Brainforest developed a total brand package, including logo design, visual identity system, web site concepts, printed collateral and brand standards. Now, Integrys can be assured that its brand message will be consistent no matter which division is getting the word out.<br><a href="filebin/pdf/BFT_CSS_Integrys.pdf" target="_blank"><img src="filebin/pdf/PDF_DL_Button.jpg" alt="" align="top" border="0"></a>';
ImageGalleryArrayIntegrysClient[3] = new Array();
ImageGalleryArrayIntegrysClient[3][0] = 'int_cl_4.jpg';
ImageGalleryArrayIntegrysClient[3][1] = 'Guidelines';
ImageGalleryArrayIntegrysClient[3][2] = '<h2>A newly formed diversified energy company.</h2>Integrys Energy Group, Inc. was formed by the merger of WPS Resources Corporation and Peoples Energy Corporation. The new entity is a holding company focused on regulated and non-regulated energy delivery in the United States and Canada. But before it could announce its exciting news to the world, Integrys needed a visual brand that effectively represented its mission and focus. Integrys asked Brainforest to help craft that brand. <br /><br />Working collaboratively with the client team, Brainforest developed a total brand package, including logo design, visual identity system, web site concepts, printed collateral and brand standards. Now, Integrys can be assured that its brand message will be consistent no matter which division is getting the word out.<br><a href="filebin/pdf/BFT_CSS_Integrys.pdf" target="_blank"><img src="filebin/pdf/PDF_DL_Button.jpg" alt="" align="top" border="0"></a>';
ImageGalleryArrayIntegrysClient[4] = new Array();
ImageGalleryArrayIntegrysClient[4][0] = 'int_cl_5.jpg';
ImageGalleryArrayIntegrysClient[4][1] = 'Website';
ImageGalleryArrayIntegrysClient[4][2] = '<h2>A newly formed diversified energy company.</h2>Integrys Energy Group, Inc. was formed by the merger of WPS Resources Corporation and Peoples Energy Corporation. The new entity is a holding company focused on regulated and non-regulated energy delivery in the United States and Canada. But before it could announce its exciting news to the world, Integrys needed a visual brand that effectively represented its mission and focus. Integrys asked Brainforest to help craft that brand. <br /><br />Working collaboratively with the client team, Brainforest developed a total brand package, including logo design, visual identity system, web site concepts, printed collateral and brand standards. Now, Integrys can be assured that its brand message will be consistent no matter which division is getting the word out.<br><a href="filebin/pdf/BFT_CSS_Integrys.pdf" target="_blank"><img src="filebin/pdf/PDF_DL_Button.jpg" alt="" align="top" border="0"></a>';


// Maven Clients
function SwapImageMavenClients(nDex)
			{
			
				if(nDex < 0 || nDex >= ImageGalleryArrayMavenClients.length)
				{
					return;
				}
			
				var imgName = ImageGalleryArrayMavenClients[nDex][0];
				var imgCaption = ImageGalleryArrayMavenClients[nDex][2];
				var imgTitle = ImageGalleryArrayMavenClients[nDex][1];
				
				var ImgPlace = document.getElementById('CurrentGalleryImage');
				if(null != ImgPlace)
				{
					ImgPlace.src = 'filebin/images/maven/' + imgName;
				}
				
				var ImgContent = document.getElementById('ImageGalleryGridContents');
				if(null != ImgContent)
				{
					ImgContent.innerHTML = imgCaption;
				}				
				
				var ImgTitle = document.getElementById('ImageGalleryTitle');
				if(null != ImgTitle)
				{
					ImgTitle.innerHTML = imgTitle;
				}						
				
				
				var e;
				for(e = 0; e < ImageGalleryArrayMavenClients.length; e++)
				{
					var arBarShow = document.getElementById('ImageGalleryUnderline' + e);
					if(null != arBarShow)
					{
						arBarShow.style.display = (e == nDex ? 'block' : 'none');
					}
					
				}

			}
			
			var ImageGalleryArrayMavenClients = new Array()
			ImageGalleryArrayMavenClients[0] = new Array();
ImageGalleryArrayMavenClients[0][0] = 'Maven_cl_1.jpg';
ImageGalleryArrayMavenClients[0][1] = 'Visual Identity';
ImageGalleryArrayMavenClients[0][2] = '<h2>A line of cosmetics developed for women of all ethnicities and skin colors.</h2>Maven is a new concept in cosmetics, providing products for women regardless of skin color. It was obvious to Brainforest they needed an image and packaging as fresh and progressive as their mission. The logo, brand identity and packaging we created reflect the aspirational, irrepressible spirit of both the company and its consumer.<br /><br /><a href="filebin/pdf/BFT_CSS_Maven.pdf" target="_blank"><img alt="" src="filebin/pdf/PDF_DL_Button.jpg" align="top" border="0"></a>';
ImageGalleryArrayMavenClients[1] = new Array();
ImageGalleryArrayMavenClients[1][0] = 'Maven_cl_2.jpg';
ImageGalleryArrayMavenClients[1][1] = 'Packaging';
ImageGalleryArrayMavenClients[1][2] = '<h2>A line of cosmetics developed for women of all ethnicities and skin colors.</h2>Maven is a new concept in cosmetics, providing products for women regardless of skin color. It was obvious to Brainforest they needed an image and packaging as fresh and progressive as their mission. The logo, brand identity and packaging we created reflect the aspirational, irrepressible spirit of both the company and its consumer.<br /><br /><a href="filebin/pdf/BFT_CSS_Maven.pdf" target="_blank"><img alt="" src="filebin/pdf/PDF_DL_Button.jpg" align="top" border="0"></a>';
ImageGalleryArrayMavenClients[2] = new Array();
ImageGalleryArrayMavenClients[2][0] = 'Maven_cl_3.jpg';
ImageGalleryArrayMavenClients[2][1] = 'Packaging';
ImageGalleryArrayMavenClients[2][2] = '<h2>A line of cosmetics developed for women of all ethnicities and skin colors.</h2>Maven is a new concept in cosmetics, providing products for women regardless of skin color. It was obvious to Brainforest they needed an image and packaging as fresh and progressive as their mission. The logo, brand identity and packaging we created reflect the aspirational, irrepressible spirit of both the company and its consumer.<br /><br /><a href="filebin/pdf/BFT_CSS_Maven.pdf" target="_blank"><img alt="" src="filebin/pdf/PDF_DL_Button.jpg" align="top" border="0"></a>';
ImageGalleryArrayMavenClients[3] = new Array();
ImageGalleryArrayMavenClients[3][0] = 'Maven_cl_4.jpg';
ImageGalleryArrayMavenClients[3][1] = 'Buyer Brochure';
ImageGalleryArrayMavenClients[3][2] = '<h2>A line of cosmetics developed for women of all ethnicities and skin colors.</h2>Maven is a new concept in cosmetics, providing products for women regardless of skin color. It was obvious to Brainforest they needed an image and packaging as fresh and progressive as their mission. The logo, brand identity and packaging we created reflect the aspirational, irrepressible spirit of both the company and its consumer.<br /><br /><a href="filebin/pdf/BFT_CSS_Maven.pdf" target="_blank"><img alt="" src="filebin/pdf/PDF_DL_Button.jpg" align="top" border="0"></a>';
ImageGalleryArrayMavenClients[4] = new Array();
ImageGalleryArrayMavenClients[4][0] = 'Maven_cl_5.jpg';
ImageGalleryArrayMavenClients[4][1] = 'Buyer Brochure';
ImageGalleryArrayMavenClients[4][2] = '<h2>A line of cosmetics developed for women of all ethnicities and skin colors.</h2>Maven is a new concept in cosmetics, providing products for women regardless of skin color. It was obvious to Brainforest they needed an image and packaging as fresh and progressive as their mission. The logo, brand identity and packaging we created reflect the aspirational, irrepressible spirit of both the company and its consumer.<br /><br /><a href="filebin/pdf/BFT_CSS_Maven.pdf" target="_blank"><img alt="" src="filebin/pdf/PDF_DL_Button.jpg" align="top" border="0"></a>';


// Millennium Client
function SwapImageMillenniumClients(nDex)
			{
			
				if(nDex < 0 || nDex >= ImageGalleryArrayMillenniumClients.length)
				{
					return;
				}
			
				var imgName = ImageGalleryArrayMillenniumClients[nDex][0];
				var imgCaption = ImageGalleryArrayMillenniumClients[nDex][2];
				var imgTitle = ImageGalleryArrayMillenniumClients[nDex][1];
				
				var ImgPlace = document.getElementById('CurrentGalleryImage');
				if(null != ImgPlace)
				{
					ImgPlace.src = 'filebin/images/millennium/' + imgName;
				}
				
				var ImgContent = document.getElementById('ImageGalleryGridContents');
				if(null != ImgContent)
				{
					ImgContent.innerHTML = imgCaption;
				}				
				
				var ImgTitle = document.getElementById('ImageGalleryTitle');
				if(null != ImgTitle)
				{
					ImgTitle.innerHTML = imgTitle;
				}						
				
				
				var e;
				for(e = 0; e < ImageGalleryArrayMillenniumClients.length; e++)
				{
					var arBarShow = document.getElementById('ImageGalleryUnderline' + e);
					if(null != arBarShow)
					{
						arBarShow.style.display = (e == nDex ? 'block' : 'none');
					}
					
				}

			}
			
			var ImageGalleryArrayMillenniumClients = new Array()
			ImageGalleryArrayMillenniumClients[0] = new Array();
ImageGalleryArrayMillenniumClients[0][0] = 'mp_cl_1.jpg';
ImageGalleryArrayMillenniumClients[0][1] = 'Millennium Park Logo';
ImageGalleryArrayMillenniumClients[0][2] = '<h2>A cultural center of architecture, art, music and landscape design in the heart of downtown Chicago.</h2>When the public got its first look at Millennium Park, it was obvious Chicago had added yet another world-class landmark. The park seemed to have something for everyone: art, music, green spaces, family activities and architectural wonders. What it didn\'t have was a logo to bring all these elements together. The park commission brought in Brainforest to design an identity package to serve as this amazing park\'s calling card to the world.<br /><br /><a href="filebin/pdf/BFT_CSS_MillenniumPrk.pdf" target="_blank"><img src="filebin/pdf/PDF_DL_Button.jpg" alt="" align="top" border="0"></a>';
ImageGalleryArrayMillenniumClients[1] = new Array();
ImageGalleryArrayMillenniumClients[1][0] = 'mp_cl_2.jpg';
ImageGalleryArrayMillenniumClients[1][1] = 'Millennium Park Logo';
ImageGalleryArrayMillenniumClients[1][2] = '<h2>A cultural center of architecture, art, music and landscape design in the heart of downtown Chicago.</h2>When the public got its first look at Millennium Park, it was obvious Chicago had added yet another world-class landmark. The park seemed to have something for everyone: art, music, green spaces, family activities and architectural wonders. What it didn\'t have was a logo to bring all these elements together. The park commission brought in Brainforest to design an identity package to serve as this amazing park\'s calling card to the world.<br /><br /><a href="filebin/pdf/BFT_CSS_MillenniumPrk.pdf" target="_blank"><img src="filebin/pdf/PDF_DL_Button.jpg" alt="" align="top" border="0"></a>';
ImageGalleryArrayMillenniumClients[2] = new Array();
ImageGalleryArrayMillenniumClients[2][0] = 'mp_cl_3.jpg';
ImageGalleryArrayMillenniumClients[2][1] = 'Summer Events 2005 Brochure';
ImageGalleryArrayMillenniumClients[2][2] = '<h2>A cultural center of architecture, art, music and landscape design in the heart of downtown Chicago.</h2>When the public got its first look at Millennium Park, it was obvious Chicago had added yet another world-class landmark. The park seemed to have something for everyone: art, music, green spaces, family activities and architectural wonders. What it didn\'t have was a logo to bring all these elements together. The park commission brought in Brainforest to design an identity package to serve as this amazing park\'s calling card to the world.<br /><br /><a href="filebin/pdf/BFT_CSS_MillenniumPrk.pdf" target="_blank"><img src="filebin/pdf/PDF_DL_Button.jpg" alt="" align="top" border="0"></a>';
ImageGalleryArrayMillenniumClients[3] = new Array();
ImageGalleryArrayMillenniumClients[3][0] = 'mp_cl_4.jpg';
ImageGalleryArrayMillenniumClients[3][1] = 'Summer Events 2006 Brochure';
ImageGalleryArrayMillenniumClients[3][2] = '<h2>A cultural center of architecture, art, music and landscape design in the heart of downtown Chicago.</h2>When the public got its first look at Millennium Park, it was obvious Chicago had added yet another world-class landmark. The park seemed to have something for everyone: art, music, green spaces, family activities and architectural wonders. What it didn\'t have was a logo to bring all these elements together. The park commission brought in Brainforest to design an identity package to serve as this amazing park\'s calling card to the world.<br /><br /><a href="filebin/pdf/BFT_CSS_MillenniumPrk.pdf" target="_blank"><img src="filebin/pdf/PDF_DL_Button.jpg" alt="" align="top" border="0"></a>';
ImageGalleryArrayMillenniumClients[4] = new Array();
ImageGalleryArrayMillenniumClients[4][0] = 'mp_cl_5.jpg';
ImageGalleryArrayMillenniumClients[4][1] = 'Summer Events 2006 Brochure';
ImageGalleryArrayMillenniumClients[4][2] = '<h2>A cultural center of architecture, art, music and landscape design in the heart of downtown Chicago.</h2>When the public got its first look at Millennium Park, it was obvious Chicago had added yet another world-class landmark. The park seemed to have something for everyone: art, music, green spaces, family activities and architectural wonders. What it didn\'t have was a logo to bring all these elements together. The park commission brought in Brainforest to design an identity package to serve as this amazing park\'s calling card to the world.<br /><br /><a href="filebin/pdf/BFT_CSS_MillenniumPrk.pdf" target="_blank"><img src="filebin/pdf/PDF_DL_Button.jpg" alt="" align="top" border="0"></a>';


// Motorola Clients
function SwapImageMotorolaClients(nDex)
			{
			
				if(nDex < 0 || nDex >= ImageGalleryArrayMotorolaClients.length)
				{
					return;
				}
			
				var imgName = ImageGalleryArrayMotorolaClients[nDex][0];
				var imgCaption = ImageGalleryArrayMotorolaClients[nDex][2];
				var imgTitle = ImageGalleryArrayMotorolaClients[nDex][1];
				
				var ImgPlace = document.getElementById('CurrentGalleryImage');
				if(null != ImgPlace)
				{
					ImgPlace.src = 'filebin/images/motorola/' + imgName;
				}
				
				var ImgContent = document.getElementById('ImageGalleryGridContents');
				if(null != ImgContent)
				{
					ImgContent.innerHTML = imgCaption;
				}				
				
				var ImgTitle = document.getElementById('ImageGalleryTitle');
				if(null != ImgTitle)
				{
					ImgTitle.innerHTML = imgTitle;
				}						
				
				
				var e;
				for(e = 0; e < ImageGalleryArrayMotorolaClients.length; e++)
				{
					var arBarShow = document.getElementById('ImageGalleryUnderline' + e);
					if(null != arBarShow)
					{
						arBarShow.style.display = (e == nDex ? 'block' : 'none');
					}
					
				}

			}
			
			var ImageGalleryArrayMotorolaClients = new Array()
			ImageGalleryArrayMotorolaClients[0] = new Array();
ImageGalleryArrayMotorolaClients[0][0] = 'Moto_cl_1.jpg';
ImageGalleryArrayMotorolaClients[0][1] = 'Trade Show Video Exhibit';
ImageGalleryArrayMotorolaClients[0][2] = '<h2>Global leader in providing communication solutions to government, businesses and consumers.</h2>Motorola looks to Brainforest to assist them in a variety of roles. When the Motorola Services division needed to market their numerous service offerings, Brainforest engaged in an extensive repositioning effort. Brainforest also helps the Motorola Government and Enterprise Mobility Solutions (GEMS) division bring new two-way wireless products and platforms to market.<br /><br /><a href="filebin/pdf/BFT_CSS_MOT_ComLink.pdf" target="_blank"><img src="filebin/pdf/PDF_DL_Button.jpg" alt="" align="top" border="0"></a>';
ImageGalleryArrayMotorolaClients[1] = new Array();
ImageGalleryArrayMotorolaClients[1][0] = 'Moto_cl_2.jpg';
ImageGalleryArrayMotorolaClients[1][1] = 'M7 Launch Materials';
ImageGalleryArrayMotorolaClients[1][2] = '<h2>Global leader in providing communication solutions to government, businesses and consumers.</h2>Motorola looks to Brainforest to assist them in a variety of roles. When the Motorola Services division needed to market their numerous service offerings, Brainforest engaged in an extensive repositioning effort. Brainforest also helps the Motorola Government and Enterprise Mobility Solutions (GEMS) division bring new two-way wireless products and platforms to market.<br /><br /><a href="filebin/pdf/BFT_CSS_MOT_ComLink.pdf" target="_blank"><img src="filebin/pdf/PDF_DL_Button.jpg" alt="" align="top" border="0"></a>';
ImageGalleryArrayMotorolaClients[2] = new Array();
ImageGalleryArrayMotorolaClients[2][0] = 'Moto_cl_3.jpg';
ImageGalleryArrayMotorolaClients[2][1] = 'Community Link Launch Materials';
ImageGalleryArrayMotorolaClients[2][2] = '<h2>Global leader in providing communication solutions to government, businesses and consumers.</h2>Motorola looks to Brainforest to assist them in a variety of roles. When the Motorola Services division needed to market their numerous service offerings, Brainforest engaged in an extensive repositioning effort. Brainforest also helps the Motorola Government and Enterprise Mobility Solutions (GEMS) division bring new two-way wireless products and platforms to market.<br /><br /><a href="filebin/pdf/BFT_CSS_MOT_ComLink.pdf" target="_blank"><img src="filebin/pdf/PDF_DL_Button.jpg" alt="" align="top" border="0"></a>';
ImageGalleryArrayMotorolaClients[3] = new Array();
ImageGalleryArrayMotorolaClients[3][0] = 'Moto_cl_4.jpg';
ImageGalleryArrayMotorolaClients[3][1] = 'Flash E-Mail Bursts';
ImageGalleryArrayMotorolaClients[3][2] = '<h2>Global leader in providing communication solutions to government, businesses and consumers.</h2>Motorola looks to Brainforest to assist them in a variety of roles. When the Motorola Services division needed to market their numerous service offerings, Brainforest engaged in an extensive repositioning effort. Brainforest also helps the Motorola Government and Enterprise Mobility Solutions (GEMS) division bring new two-way wireless products and platforms to market.<br /><br /><a href="filebin/pdf/BFT_CSS_MOT_ComLink.pdf" target="_blank"><img src="filebin/pdf/PDF_DL_Button.jpg" alt="" align="top" border="0"></a>';


// Sigma Clients
function SwapImageSigmaClients(nDex)
			{
			
				if(nDex < 0 || nDex >= ImageGalleryArraySigmaClients.length)
				{
					return;
				}
			
				var imgName = ImageGalleryArraySigmaClients[nDex][0];
				var imgCaption = ImageGalleryArraySigmaClients[nDex][2];
				var imgTitle = ImageGalleryArraySigmaClients[nDex][1];
				
				var ImgPlace = document.getElementById('CurrentGalleryImage');
				if(null != ImgPlace)
				{
					ImgPlace.src = 'filebin/images/sigma/' + imgName;
				}
				
				var ImgContent = document.getElementById('ImageGalleryGridContents');
				if(null != ImgContent)
				{
					ImgContent.innerHTML = imgCaption;
				}				
				
				var ImgTitle = document.getElementById('ImageGalleryTitle');
				if(null != ImgTitle)
				{
					ImgTitle.innerHTML = imgTitle;
				}						
				
				
				var e;
				for(e = 0; e < ImageGalleryArraySigmaClients.length; e++)
				{
					var arBarShow = document.getElementById('ImageGalleryUnderline' + e);
					if(null != arBarShow)
					{
						arBarShow.style.display = (e == nDex ? 'block' : 'none');
					}
					
				}

			}
			
			var ImageGalleryArraySigmaClients = new Array()
			ImageGalleryArraySigmaClients[0] = new Array();
ImageGalleryArraySigmaClients[0][0] = 'SCI_cl_1.jpg';
ImageGalleryArraySigmaClients[0][1] = 'Website';
ImageGalleryArraySigmaClients[0][2] = '<h2>International fraternity and charitable foundation.</h2>In the competitive collegiate fraternity landscape, Sigma Chi and the Sigma Chi Foundation desired a more relevant, more inclusive presence.&nbsp; Starting with a redesign of the 19th century crest, Brainforest developed a complete identity package to support the new Sigma Chi - everything from a more user-friendly website to the redesign of their quarterly publication, <span style="font-style: italic;">The Magazine of Sigma Chi</span>.<br /><br /><a href="filebin/pdf/BFT_CSS_SigmaChi.pdf" target="_blank"><img src="filebin/pdf/PDF_DL_Button.jpg" alt="" align="top" border="0"></a>';
ImageGalleryArraySigmaClients[1] = new Array();
ImageGalleryArraySigmaClients[1][0] = 'SCI_cl_2.jpg';
ImageGalleryArraySigmaClients[1][1] = 'Visual Identity Style Guide';
ImageGalleryArraySigmaClients[1][2] = '<h2>International fraternity and charitable foundation.</h2>In the competitive collegiate fraternity landscape, Sigma Chi and the Sigma Chi Foundation desired a more relevant, more inclusive presence.&nbsp; Starting with a redesign of the 19th century crest, Brainforest developed a complete identity package to support the new Sigma Chi - everything from a more user-friendly website to the redesign of their quarterly publication, <span style="font-style: italic;">The Magazine of Sigma Chi</span>.<br /><br /><a href="filebin/pdf/BFT_CSS_SigmaChi.pdf" target="_blank"><img src="filebin/pdf/PDF_DL_Button.jpg" alt="" align="top" border="0"></a>';
ImageGalleryArraySigmaClients[2] = new Array();
ImageGalleryArraySigmaClients[2][0] = 'SCI_cl_3.jpg';
ImageGalleryArraySigmaClients[2][1] = 'Stationery';
ImageGalleryArraySigmaClients[2][2] = '<h2>International fraternity and charitable foundation.</h2>In the competitive collegiate fraternity landscape, Sigma Chi and the Sigma Chi Foundation desired a more relevant, more inclusive presence.&nbsp; Starting with a redesign of the 19th century crest, Brainforest developed a complete identity package to support the new Sigma Chi - everything from a more user-friendly website to the redesign of their quarterly publication, <span style="font-style: italic;">The Magazine of Sigma Chi</span>.<br /><br /><a href="filebin/pdf/BFT_CSS_SigmaChi.pdf" target="_blank"><img src="filebin/pdf/PDF_DL_Button.jpg" alt="" align="top" border="0"></a>';
ImageGalleryArraySigmaClients[3] = new Array();
ImageGalleryArraySigmaClients[3][0] = 'SCI_cl_4.jpg';
ImageGalleryArraySigmaClients[3][1] = 'Sigma Chi Magazine';
ImageGalleryArraySigmaClients[3][2] = '<h2>International fraternity and charitable foundation.</h2>In the competitive collegiate fraternity landscape, Sigma Chi and the Sigma Chi Foundation desired a more relevant, more inclusive presence.&nbsp; Starting with a redesign of the 19th century crest, Brainforest developed a complete identity package to support the new Sigma Chi - everything from a more user-friendly website to the redesign of their quarterly publication, <span style="font-style: italic;">The Magazine of Sigma Chi</span>.<br /><br /><a href="filebin/pdf/BFT_CSS_SigmaChi.pdf" target="_blank"><img src="filebin/pdf/PDF_DL_Button.jpg" alt="" align="top" border="0"></a>';
ImageGalleryArraySigmaClients[4] = new Array();
ImageGalleryArraySigmaClients[4][0] = 'SCI_L2.jpg';
ImageGalleryArraySigmaClients[4][1] = 'Sigma Chi Magazine';
ImageGalleryArraySigmaClients[4][2] = '<h2>International fraternity and charitable foundation.</h2>In the competitive collegiate fraternity landscape, Sigma Chi and the Sigma Chi Foundation desired a more relevant, more inclusive presence.&nbsp; Starting with a redesign of the 19th century crest, Brainforest developed a complete identity package to support the new Sigma Chi - everything from a more user-friendly website to the redesign of their quarterly publication, <span style="font-style: italic;">The Magazine of Sigma Chi</span>.<br /><br /><a href="filebin/pdf/BFT_CSS_SigmaChi.pdf" target="_blank"><img src="filebin/pdf/PDF_DL_Button.jpg" alt="" align="top" border="0"></a>';


// The Black book
function SwapImageBlackBook(nDex)
			{
			
				if(nDex < 0 || nDex >= ImageGalleryArrayBlackBook.length)
				{
					return;
				}
			
				var imgName = ImageGalleryArrayBlackBook[nDex][0];
				var imgCaption = ImageGalleryArrayBlackBook[nDex][2];
				var imgTitle = ImageGalleryArrayBlackBook[nDex][1];
				
				var ImgPlace = document.getElementById('CurrentGalleryImage');
				if(null != ImgPlace)
				{
					ImgPlace.src = 'filebin/images/black_book/' + imgName;
				}
				
				var ImgContent = document.getElementById('ImageGalleryGridContents');
				if(null != ImgContent)
				{
					ImgContent.innerHTML = imgCaption;
				}				
				
				var ImgTitle = document.getElementById('ImageGalleryTitle');
				if(null != ImgTitle)
				{
					ImgTitle.innerHTML = imgTitle;
				}						
				
				
				var e;
				for(e = 0; e < ImageGalleryArrayBlackBook.length; e++)
				{
					var arBarShow = document.getElementById('ImageGalleryUnderline' + e);
					if(null != arBarShow)
					{
						arBarShow.style.display = (e == nDex ? 'block' : 'none');
					}
					
				}

			}
			
			var ImageGalleryArrayBlackBook = new Array()
			ImageGalleryArrayBlackBook[0] = new Array();
ImageGalleryArrayBlackBook[0][0] = 'TheBlackBook1.jpg';
ImageGalleryArrayBlackBook[0][1] = 'The Black Book';
ImageGalleryArrayBlackBook[0][2] = '<h2>21st annual Black Book <br>AR100 Award Show.</h2>Every year the Black Book invites members of the design and advertising community to submit their best annual report work from the previous year. Then a talented team of judges picks the top 100.<br /><br />We were thrilled when Black Book invited us to design the 21st annual award show book for this prestigious competition. Our clean design, thoughtful publication layout, and playful imagery combine to deliver an informative and distinctive show catalog, honoring those who win the ribbons.<br /><br />Click on the link below to view the entire book.<br /><br /><a href="http://pull.xmr3.com/p/2666-4554/40467713/clickto5_ackbook.com-showbook.php-ft=3.html" target="_blank"><span style="text-decoration: underline;"><span style="font-weight: bold;">21st AR100 Award Show Book</span></span></a><br /><br /><a target="_blank" href="filebin/pdf/BFT_CSS_AR100_BlackBook.pdf"><img src="filebin/pdf/PDF_DL_Button.jpg" alt="" align="top" border="0"></a>';
ImageGalleryArrayBlackBook[1] = new Array();
ImageGalleryArrayBlackBook[1][0] = 'TheBlackBook2.jpg';
ImageGalleryArrayBlackBook[1][1] = 'The Black Book';
ImageGalleryArrayBlackBook[1][2] = '<h2>21st annual Black Book <br>AR100 Award Show.</h2>Every year the Black Book invites members of the design and advertising community to submit their best annual report work from the previous year. Then a talented team of judges picks the top 100.<br /><br />We were thrilled when Black Book invited us to design the 21st annual award show book for this prestigious competition. Our clean design, thoughtful publication layout, and playful imagery combine to deliver an informative and distinctive show catalog, honoring those who win the ribbons.<br /><br />Click on the link below to view the entire book.<br /><br /><a href="http://pull.xmr3.com/p/2666-4554/40467713/clickto5_ackbook.com-showbook.php-ft=3.html" target="_blank"><span style="text-decoration: underline;"><span style="font-weight: bold;">21st AR100 Award Show Book</span></span></a><br /><br /><a target="_blank" href="filebin/pdf/BFT_CSS_AR100_BlackBook.pdf"><img src="filebin/pdf/PDF_DL_Button.jpg" alt="" align="top" border="0"></a>';
ImageGalleryArrayBlackBook[2] = new Array();
ImageGalleryArrayBlackBook[2][0] = 'TheBlackBook3.jpg';
ImageGalleryArrayBlackBook[2][1] = 'The Black Book';
ImageGalleryArrayBlackBook[2][2] = '<h2>21st annual Black Book <br>AR100 Award Show.</h2>Every year the Black Book invites members of the design and advertising community to submit their best annual report work from the previous year. Then a talented team of judges picks the top 100.<br /><br />We were thrilled when Black Book invited us to design the 21st annual award show book for this prestigious competition. Our clean design, thoughtful publication layout, and playful imagery combine to deliver an informative and distinctive show catalog, honoring those who win the ribbons.<br /><br />Click on the link below to view the entire book.<br /><br /><a href="http://pull.xmr3.com/p/2666-4554/40467713/clickto5_ackbook.com-showbook.php-ft=3.html" target="_blank"><span style="text-decoration: underline;"><span style="font-weight: bold;">21st AR100 Award Show Book</span></span></a><br /><br /><a target="_blank" href="filebin/pdf/BFT_CSS_AR100_BlackBook.pdf"><img src="filebin/pdf/PDF_DL_Button.jpg" alt="" align="top" border="0"></a>';
ImageGalleryArrayBlackBook[3] = new Array();
ImageGalleryArrayBlackBook[3][0] = 'TheBlackBook4.jpg';
ImageGalleryArrayBlackBook[3][1] = 'The Black Book';
ImageGalleryArrayBlackBook[3][2] = '<h2>21st annual Black Book <br>AR100 Award Show.</h2>Every year the Black Book invites members of the design and advertising community to submit their best annual report work from the previous year. Then a talented team of judges picks the top 100.<br /><br />We were thrilled when Black Book invited us to design the 21st annual award show book for this prestigious competition. Our clean design, thoughtful publication layout, and playful imagery combine to deliver an informative and distinctive show catalog, honoring those who win the ribbons.<br /><br />Click on the link below to view the entire book.<br /><br /><a href="http://pull.xmr3.com/p/2666-4554/40467713/clickto5_ackbook.com-showbook.php-ft=3.html" target="_blank"><span style="text-decoration: underline;"><span style="font-weight: bold;">21st AR100 Award Show Book</span></span></a><br /><br /><a target="_blank" href="filebin/pdf/BFT_CSS_AR100_BlackBook.pdf"><img src="filebin/pdf/PDF_DL_Button.jpg" alt="" align="top" border="0"></a>';
ImageGalleryArrayBlackBook[4] = new Array();
ImageGalleryArrayBlackBook[4][0] = 'TheBlackBook5.jpg';
ImageGalleryArrayBlackBook[4][1] = 'The Black Book';
ImageGalleryArrayBlackBook[4][2] = '<h2>21st annual Black Book <br>AR100 Award Show.</h2>Every year the Black Book invites members of the design and advertising community to submit their best annual report work from the previous year. Then a talented team of judges picks the top 100.<br /><br />We were thrilled when Black Book invited us to design the 21st annual award show book for this prestigious competition. Our clean design, thoughtful publication layout, and playful imagery combine to deliver an informative and distinctive show catalog, honoring those who win the ribbons.<br /><br />Click on the link below to view the entire book.<br /><br /><a href="http://pull.xmr3.com/p/2666-4554/40467713/clickto5_ackbook.com-showbook.php-ft=3.html" target="_blank"><span style="text-decoration: underline;"><span style="font-weight: bold;">21st AR100 Award Show Book</span></span></a><br /><br /><a target="_blank" href="filebin/pdf/BFT_CSS_AR100_BlackBook.pdf"><img src="filebin/pdf/PDF_DL_Button.jpg" alt="" align="top" border="0"></a>';


// Union Clients
function SwapImageUnionClients(nDex)
			{
			
				if(nDex < 0 || nDex >= ImageGalleryArrayUnionClients.length)
				{
					return;
				}
			
				var imgName = ImageGalleryArrayUnionClients[nDex][0];
				var imgCaption = ImageGalleryArrayUnionClients[nDex][2];
				var imgTitle = ImageGalleryArrayUnionClients[nDex][1];
				
				var ImgPlace = document.getElementById('CurrentGalleryImage');
				if(null != ImgPlace)
				{
					ImgPlace.src = 'filebin/images/union/' + imgName;
				}
				
				var ImgContent = document.getElementById('ImageGalleryGridContents');
				if(null != ImgContent)
				{
					ImgContent.innerHTML = imgCaption;
				}				
				
				var ImgTitle = document.getElementById('ImageGalleryTitle');
				if(null != ImgTitle)
				{
					ImgTitle.innerHTML = imgTitle;
				}						
				
				
				var e;
				for(e = 0; e < ImageGalleryArrayUnionClients.length; e++)
				{
					var arBarShow = document.getElementById('ImageGalleryUnderline' + e);
					if(null != arBarShow)
					{
						arBarShow.style.display = (e == nDex ? 'block' : 'none');
					}
					
				}

			}
			
			var ImageGalleryArrayUnionClients = new Array()
			ImageGalleryArrayUnionClients[0] = new Array();
ImageGalleryArrayUnionClients[0][0] = 'unl_cl_1.jpg';
ImageGalleryArrayUnionClients[0][1] = 'Website';
ImageGalleryArrayUnionClients[0][2] = '<h2>A national fleet management company.</h2>In the highly competitive category of fleet management, Union Leasing needed to break out of the pack and turned to Brainforest for a complete brand makeover. Working collaboratively with the client team, Brainforest designed nearly every aspect of the Union Leasing experience: logo, positioning, mission statement, visual identity, website and collateral materials. We also helped them strategically re-design their service offerings to establish a more defined competitive advantage.<br /><br /><a href="filebin/pdf/BFT_CSS_UnionLeasing.pdf" target="_blank"><img src="filebin/pdf/PDF_DL_Button.jpg" alt="" align="top" border="0"></a>';
ImageGalleryArrayUnionClients[1] = new Array();
ImageGalleryArrayUnionClients[1][0] = 'unl_cl_2.jpg';
ImageGalleryArrayUnionClients[1][1] = 'Sales Materials';
ImageGalleryArrayUnionClients[1][2] = '<h2>A national fleet management company.</h2>In the highly competitive category of fleet management, Union Leasing needed to break out of the pack and turned to Brainforest for a complete brand makeover. Working collaboratively with the client team, Brainforest designed nearly every aspect of the Union Leasing experience: logo, positioning, mission statement, visual identity, website and collateral materials. We also helped them strategically re-design their service offerings to establish a more defined competitive advantage.<br /><br /><a href="filebin/pdf/BFT_CSS_UnionLeasing.pdf" target="_blank"><img src="filebin/pdf/PDF_DL_Button.jpg" alt="" align="top" border="0"></a>';
ImageGalleryArrayUnionClients[2] = new Array();
ImageGalleryArrayUnionClients[2][0] = 'unl_cl_3.jpg';
ImageGalleryArrayUnionClients[2][1] = 'Extra Mile Vignette Animation';
ImageGalleryArrayUnionClients[2][2] = '<h2>A national fleet management company.</h2>In the highly competitive category of fleet management, Union Leasing needed to break out of the pack and turned to Brainforest for a complete brand makeover. Working collaboratively with the client team, Brainforest designed nearly every aspect of the Union Leasing experience: logo, positioning, mission statement, visual identity, website and collateral materials. We also helped them strategically re-design their service offerings to establish a more defined competitive advantage.<br /><br /><a href="filebin/pdf/BFT_CSS_UnionLeasing.pdf" target="_blank"><img src="filebin/pdf/PDF_DL_Button.jpg" alt="" align="top" border="0"></a>';
ImageGalleryArrayUnionClients[3] = new Array();
ImageGalleryArrayUnionClients[3][0] = 'unl_cl_4.jpg';
ImageGalleryArrayUnionClients[3][1] = 'Stationery System';
ImageGalleryArrayUnionClients[3][2] = '<h2>A national fleet management company.</h2>In the highly competitive category of fleet management, Union Leasing needed to break out of the pack and turned to Brainforest for a complete brand makeover. Working collaboratively with the client team, Brainforest designed nearly every aspect of the Union Leasing experience: logo, positioning, mission statement, visual identity, website and collateral materials. We also helped them strategically re-design their service offerings to establish a more defined competitive advantage.<br /><br /><a href="filebin/pdf/BFT_CSS_UnionLeasing.pdf" target="_blank"><img src="filebin/pdf/PDF_DL_Button.jpg" alt="" align="top" border="0"></a>';
ImageGalleryArrayUnionClients[4] = new Array();
ImageGalleryArrayUnionClients[4][0] = 'UNL_W.jpg';
ImageGalleryArrayUnionClients[4][1] = 'Entrance Signage';
ImageGalleryArrayUnionClients[4][2] = '<h2>A national fleet management company.</h2>In the highly competitive category of fleet management, Union Leasing needed to break out of the pack and turned to Brainforest for a complete brand makeover. Working collaboratively with the client team, Brainforest designed nearly every aspect of the Union Leasing experience: logo, positioning, mission statement, visual identity, website and collateral materials. We also helped them strategically re-design their service offerings to establish a more defined competitive advantage.<br /><br /><a href="filebin/pdf/BFT_CSS_UnionLeasing.pdf" target="_blank"><img src="filebin/pdf/PDF_DL_Button.jpg" alt="" align="top" border="0"></a>';


// Webplan Clients
function SwapImageWebplanClients(nDex)
			{
			
				if(nDex < 0 || nDex >= ImageGalleryArrayWebplanClients.length)
				{
					return;
				}
			
				var imgName = ImageGalleryArrayWebplanClients[nDex][0];
				var imgCaption = ImageGalleryArrayWebplanClients[nDex][2];
				var imgTitle = ImageGalleryArrayWebplanClients[nDex][1];
				
				var ImgPlace = document.getElementById('CurrentGalleryImage');
				if(null != ImgPlace)
				{
					ImgPlace.src = 'filebin/images/webplan/' + imgName;
				}
				
				var ImgContent = document.getElementById('ImageGalleryGridContents');
				if(null != ImgContent)
				{
					ImgContent.innerHTML = imgCaption;
				}				
				
				var ImgTitle = document.getElementById('ImageGalleryTitle');
				if(null != ImgTitle)
				{
					ImgTitle.innerHTML = imgTitle;
				}						
				
				
				var e;
				for(e = 0; e < ImageGalleryArrayWebplanClients.length; e++)
				{
					var arBarShow = document.getElementById('ImageGalleryUnderline' + e);
					if(null != arBarShow)
					{
						arBarShow.style.display = (e == nDex ? 'block' : 'none');
					}
					
				}

			}
			
			var ImageGalleryArrayWebplanClients = new Array()
			ImageGalleryArrayWebplanClients[0] = new Array();
ImageGalleryArrayWebplanClients[0][0] = 'web_cl_1.jpg';
ImageGalleryArrayWebplanClients[0][1] = 'Website';
ImageGalleryArrayWebplanClients[0][2] = '<h2>Developer of management response software for supply chain managers.</h2>Brainforest was charged with creating a user-friendly, inviting experience for Webplan, a company that develops and markets software solutions for manufacturers and supply chain managers. Brainforest made sure that wherever the customer interacted with Webplan - online, through the mail, or reading a case study - the experience was consistent, clear and professional.';
ImageGalleryArrayWebplanClients[1] = new Array();
ImageGalleryArrayWebplanClients[1][0] = 'web_cl_2.jpg';
ImageGalleryArrayWebplanClients[1][1] = 'e-Newsletter';
ImageGalleryArrayWebplanClients[1][2] = '<h2>Developer of management response software for supply chain managers.</h2>Brainforest was charged with creating a user-friendly, inviting experience for Webplan, a company that develops and markets software solutions for manufacturers and supply chain managers. Brainforest made sure that wherever the customer interacted with Webplan - online, through the mail, or reading a case study - the experience was consistent, clear and professional.';
ImageGalleryArrayWebplanClients[2] = new Array();
ImageGalleryArrayWebplanClients[2][0] = 'web_cl_3.jpg';
ImageGalleryArrayWebplanClients[2][1] = 'Banner Ad';
ImageGalleryArrayWebplanClients[2][2] = '<h2>Developer of management response software for supply chain managers.</h2>Brainforest was charged with creating a user-friendly, inviting experience for Webplan, a company that develops and markets software solutions for manufacturers and supply chain managers. Brainforest made sure that wherever the customer interacted with Webplan - online, through the mail, or reading a case study - the experience was consistent, clear and professional.';
ImageGalleryArrayWebplanClients[3] = new Array();
ImageGalleryArrayWebplanClients[3][0] = 'web_cl_4.jpg';
ImageGalleryArrayWebplanClients[3][1] = 'Marketing Materials';
ImageGalleryArrayWebplanClients[3][2] = '<h2>Developer of management response software for supply chain managers.</h2>Brainforest was charged with creating a user-friendly, inviting experience for Webplan, a company that develops and markets software solutions for manufacturers and supply chain managers. Brainforest made sure that wherever the customer interacted with Webplan - online, through the mail, or reading a case study - the experience was consistent, clear and professional.';
ImageGalleryArrayWebplanClients[4] = new Array();
ImageGalleryArrayWebplanClients[4][0] = 'web_cl_5.jpg';
ImageGalleryArrayWebplanClients[4][1] = 'Direct Mail Campaign';
ImageGalleryArrayWebplanClients[4][2] = '<h2>Developer of management response software for supply chain managers.</h2>Brainforest was charged with creating a user-friendly, inviting experience for Webplan, a company that develops and markets software solutions for manufacturers and supply chain managers. Brainforest made sure that wherever the customer interacted with Webplan - online, through the mail, or reading a case study - the experience was consistent, clear and professional.';


// WXRT Clients
function SwapImageWXRTClients(nDex)
			{
			
				if(nDex < 0 || nDex >= ImageGalleryArrayWXRTClients.length)
				{
					return;
				}
			
				var imgName = ImageGalleryArrayWXRTClients[nDex][0];
				var imgCaption = ImageGalleryArrayWXRTClients[nDex][2];
				var imgTitle = ImageGalleryArrayWXRTClients[nDex][1];
				
				var ImgPlace = document.getElementById('CurrentGalleryImage');
				if(null != ImgPlace)
				{
					ImgPlace.src = 'filebin/images/wxrt/' + imgName;
				}
				
				var ImgContent = document.getElementById('ImageGalleryGridContents');
				if(null != ImgContent)
				{
					ImgContent.innerHTML = imgCaption;
				}				
				
				var ImgTitle = document.getElementById('ImageGalleryTitle');
				if(null != ImgTitle)
				{
					ImgTitle.innerHTML = imgTitle;
				}						
				
				
				var e;
				for(e = 0; e < ImageGalleryArrayWXRTClients.length; e++)
				{
					var arBarShow = document.getElementById('ImageGalleryUnderline' + e);
					if(null != arBarShow)
					{
						arBarShow.style.display = (e == nDex ? 'block' : 'none');
					}
					
				}

			}
			
			var ImageGalleryArrayWXRTClients = new Array()
			ImageGalleryArrayWXRTClients[0] = new Array();
ImageGalleryArrayWXRTClients[0][0] = 'XRT_cl_1.jpg';
ImageGalleryArrayWXRTClients[0][1] = 'Logo and Visual Identity';
ImageGalleryArrayWXRTClients[0][2] = '<h2>A Chicago radio icon.</h2>It may be better to burn out than fade away, but Brainforest helped 93 XRT find a third option. As part of an overall re-branding, Brainforest created a new logo, visual identity and outdoor campaign that helped attract new listeners without alienating the fiercely loyal XRT fan base. We then took this new identity on-line with the launch of WXRT.com, an enormously successful site that has helped turn a legion of listeners into a true virtual community.<br /><br /><a href="filebin/pdf/BFT_CS_ONXRT_vol9.pdf" target="_blank"><img alt="" src="filebin/pdf/PDF_DL_Button.jpg" align="top" border="0"></a>';
ImageGalleryArrayWXRTClients[1] = new Array();
ImageGalleryArrayWXRTClients[1][0] = 'XRT_cl_2.jpg';
ImageGalleryArrayWXRTClients[1][1] = 'Website';
ImageGalleryArrayWXRTClients[1][2] = '<h2>A Chicago radio icon.</h2>It may be better to burn out than fade away, but Brainforest helped 93 XRT find a third option. As part of an overall re-branding, Brainforest created a new logo, visual identity and outdoor campaign that helped attract new listeners without alienating the fiercely loyal XRT fan base. We then took this new identity on-line with the launch of WXRT.com, an enormously successful site that has helped turn a legion of listeners into a true virtual community.<br /><br /><a href="filebin/pdf/BFT_CS_ONXRT_vol9.pdf" target="_blank"><img alt="" src="filebin/pdf/PDF_DL_Button.jpg" align="top" border="0"></a>';
ImageGalleryArrayWXRTClients[2] = new Array();
ImageGalleryArrayWXRTClients[2][0] = 'XRT_cl_3.jpg';
ImageGalleryArrayWXRTClients[2][1] = 'Listener VIP e-Newsletter';
ImageGalleryArrayWXRTClients[2][2] = '<h2>A Chicago radio icon.</h2>It may be better to burn out than fade away, but Brainforest helped 93 XRT find a third option. As part of an overall re-branding, Brainforest created a new logo, visual identity and outdoor campaign that helped attract new listeners without alienating the fiercely loyal XRT fan base. We then took this new identity on-line with the launch of WXRT.com, an enormously successful site that has helped turn a legion of listeners into a true virtual community.<br /><br /><a href="filebin/pdf/BFT_CS_ONXRT_vol9.pdf" target="_blank"><img alt="" src="filebin/pdf/PDF_DL_Button.jpg" align="top" border="0"></a>';
ImageGalleryArrayWXRTClients[3] = new Array();
ImageGalleryArrayWXRTClients[3][0] = 'XRT_cl_4.jpg';
ImageGalleryArrayWXRTClients[3][1] = 'Outdoor Spectacular';
ImageGalleryArrayWXRTClients[3][2] = '<h2>A Chicago radio icon.</h2>It may be better to burn out than fade away, but Brainforest helped 93 XRT find a third option. As part of an overall re-branding, Brainforest created a new logo, visual identity and outdoor campaign that helped attract new listeners without alienating the fiercely loyal XRT fan base. We then took this new identity on-line with the launch of WXRT.com, an enormously successful site that has helped turn a legion of listeners into a true virtual community.<br /><br /><a href="filebin/pdf/BFT_CS_ONXRT_vol9.pdf" target="_blank"><img alt="" src="filebin/pdf/PDF_DL_Button.jpg" align="top" border="0"></a>';
ImageGalleryArrayWXRTClients[4] = new Array();
ImageGalleryArrayWXRTClients[4][0] = 'XRT_cl_5.jpg';
ImageGalleryArrayWXRTClients[4][1] = 'ONXRT CD Graphics';
ImageGalleryArrayWXRTClients[4][2] = '<h2>A Chicago radio icon.</h2>It may be better to burn out than fade away, but Brainforest helped 93 XRT find a third option. As part of an overall re-branding, Brainforest created a new logo, visual identity and outdoor campaign that helped attract new listeners without alienating the fiercely loyal XRT fan base. We then took this new identity on-line with the launch of WXRT.com, an enormously successful site that has helped turn a legion of listeners into a true virtual community.<br /><br /><a href="filebin/pdf/BFT_CS_ONXRT_vol9.pdf" target="_blank"><img alt="" src="filebin/pdf/PDF_DL_Button.jpg" align="top" border="0"></a>';