function describe(piece) {

if(piece == "identity_lh") {
		return "ZDO redesigned the brand identity and then completely redesigned the Libby&rsquo;s House website to reflect the brand and to provide a better brand representation of the phenomenal Libby's House community.";
	}

	if(piece == "identity_orroa") {
		return "ZDO&rsquo;s work with the Offshore Racing Rule Owners Association (ORROA) included complete brand development from start to finish. Logo design, website creation, print ads, social media, you name it, ZDO is doing it.";
	}

	if(piece == "identity_wirma") {
		return "Women&rsquo;s International Match Racing Association (WIMRA) approached us to help them get women&rsquo;s match racing into the Olympics starting with the 2012 events. This near-herculean effort began, as any well conceived campaign should, with an identity and brand definition.<br /><br />Welcome to the 2012 Olympics, Womens Match Racing.";
	}
	else if(piece == "env_spaceport") {
		return "Spaceport Sheboygan, an interactive museum where children will be inspired and educated about how cool space exploration is, was just an idea. A good idea, to be sure, but they needed funding.<br /><br />So, to wow investors and the community, they asked us to spruce up a 100 year old gymnasium (the location being remodeled for the future facility) and create a &ldquo;classroom&rdquo; area. We did so with sixteen 5 ft. by 25 ft. transparent banners that divided up the space.";
	}
	else if(piece == "env_margaux") {
		return "Margaux is one of the premiere dining spots in Sheboygan.<br /><br />Rob Hurrie, the chef and owner, coordinated with ZDO on creating his entire brand including an atmosphere that effectively complements the cuisine. Now this is a brand promise delivered.";
	}
	else if(piece == "env_hotel") {
		return "Sheboygan Hotel, a landmark in downtown Sheboygan, needed a face lift. They wisely came to us for help.<br /><br />From an elegant new lobby to a beach themed pool room, we established personality and class for future guests to enjoy.";
	}
		else if(piece == "identity_adcom") {
		return "AdCom Technologies moved into new headquarters and expanded its services in 2009. The new identity developed by ZDO helped get them off to a great new start!";
	}
		else if(piece == "identity_foodframes") {
		return "FoodFrames&#174; a unique buffet product line from the Vollrath Company, needed an identity that spoke clearly to its versatile modularity. Thanks to the new logo, some very creative support literature and a Best-of-Show Award, it was 'all the buzz' at their industry trade show!";
	}
		else if(piece == "identity_margaux") {
		return "Chef Rob Hurrie of Margaux, one of the premiere dining spots in Sheboygan, turned to ZDO for his entire brand identity and marketing strategy. The resulting logo, signage, literature and environment is the perfect complement to Chef Hurrie's creations and impressive wine selection.";
	}
	
	else if(piece == "web_orroa-web") {
		return "The newly formed Offshore Racing Rule Owners Association (ORROA) needed a website to keep sailors up-to-date, provide for online race registrations and posting of the latest news and race results.  The result, a fully-branded, easy to navigate website complete with a blog/news page.";
	}
	
		else if(piece == "web_orroa-fb") {
		return "Introducing a uniquely specialized sailing organization to social media via Facebook and its own blogging page took this client from a newly-formed entity to a respected expert in sailboat-racing handicapping. And all within just a couple of short weeks. It would be next to impossible to put a value on how utilizing social media channels elevated this client's brand.";
	}
	
		else if(piece == "web_orroa-blog") {
		return "Introducing a uniquely specialized sailing organization to social media via Facebook and its own blogging page took this client from a newly-formed entity to a respected expert in sailboat-racing handicapping. And all within just a couple of short weeks. It would be next to impossible to put a value on how utilizing social media channels elevated this client's brand.";
	}
			else if(piece == "web_libby") {
		return "ZDO completely redesigned the Libby's House website to better reflect and represent the new brand of this phenomenal community.";
	}
	
	else if(piece == "web_springGrove") {
		return "ZDO helped propel Spring Grove Mutual Insurance into the 21st century with a brand-new website and redesigned logo.  Customers can request quotes online and learn the 'ins and outs' of mutual insurance companies.";
	}
	
		else if(piece == "web_ellens") {
		return "";
	}
	
	
	else if(piece == "identity_hFest") {
		return "Sheboygan Yacht Club Harbor Fest was an event put on by the Apprentices of the club with the intention of giving back to the community and showing Sheboygan that the club is a fun, non-stuffy organization with a heart. ZDO created the memorable brand that gave the festival its fun personality.";
	}
	
	else {
		return "";
	}

}


function view(imageName,desc) {
	var viewImage = document.getElementById("viewImage");
	var viewDesc = document.getElementById("description");
	viewImage.src = "portfolio/"+imageName+"_view.jpg";
	viewDesc.innerHTML = describe(desc);
}
