<!--

//THIS FUNTION WRITES THE STORE DESCRIPTIONS TO THE DESCRIP BOX
function writeDescription(txt){
	if(document.getElementById){
		document.getElementById('client_description').innerHTML=txt;
	}else if(document.all){
		document.all['client_description'].innerHTML=txt;
	}else if(document.layers){
		with(document.layers['client_description'].document){
			open();
			write(txt);
			close();
		}
	}
}

var txt_web1 ="<h3 class=\"descrip_head\">National Journal</h3><p>Funny Garbage partners with Beltway insiders National Journal to redesign and architect site for the leading political science publisher.</p>";
var txt_web2 ="<h3 class=\"descrip_head\">The N</h3><p>The N engages Funny Garbage to re-launch new community focused site.</p>";
var txt_web3 ="<h3 class=\"descrip_head\">Atlantic Monthly</h3><p>Funny Garbage works with Atlantic Monthly to create mini-site to launch Mark Bowden's new book on Grove Atlantic Press, <em>Guests of the Ayatollah</em>, along with the Discovery Time's Channel Special.</p>";
var txt_web4 ="<h3 class=\"descrip_head\">Sprout</h3><p>Funny Garbage creates pre-school portal for the new Sprout channel, a joint venture between Comcast and PBS.</p>";
var txt_web5 ="<h3 class=\"descrip_head\">National Geographic</h3><p>National Geographic chooses Funny Garbage to create new Kids portal.</p>";
var txt_web6 ="<h3 class=\"descrip_head\">Sesame Workshop</h3><p>Funny Garbage works with Sesame Workshop to create nostalgic site to support the DVD release of The Electric Company.</p>";
var txt_web7 ="<h3 class=\"descrip_head\">LEGO</h3><p>Funny Garbage works with long time client Lego to create community!</p>";
var txt_web8 ="<h3 class=\"descrip_head\">Project Name</h3><p>Website project 8.</p>";

var txt_int1 ="<h3 class=\"descrip_head\">EMP</h3><p>With Funny Garbage's characteristic combination of passion and craft, we produced multiple award-winning and technically advanced kiosks that both dramatically encapsulate, as well as inform the <b>Experience Music Project</b> gallery exhibits.</p>";
var txt_int2 ="<h3 class=\"descrip_head\">Next Jump</h3><p>Funny Garbage works with corporate perks firm Next Jump to innovate online business transactions.</p>";
var txt_int3 ="<h3 class=\"descrip_head\">Tune Genie</h3><p>Tune Genie music download store now live at over 100 radio stations across the nation</p>";
var txt_int4 ="<h3 class=\"descrip_head\">Project Name</h3><p>Interfaces &amp; kiosks project 4.</p>";

var txt_tv1 ="<h3 class=\"descrip_head\">Minoriteam</h3><p>Funny Garbage creates hilarious cartoon for Adult Swim on Cartoon Network.</p>";
var txt_tv2 ="<h3 class=\"descrip_head\">Crank Yankers</h3><p>For three seasons, Funny Garbage designed the show identity, puppets, sets and overall production design for Comedy Central's hit show \"Crank Yankers.\"</p>";
var txt_tv3 ="<h3 class=\"descrip_head\">Teen Titans</h3><p>FG created the logo and opening sequence for the Cartoon Network show, \"Teen Titans,\" based on the DC Comics classic and re-envisioned in Japanese Anime style.</p>";
var txt_tv4 ="<h3 class=\"descrip_head\">Bloomberg</h3><p>Funny Garbage designs corporate financial website while streamlining financial news television channel</p>";

var txt_games1 ="<h3 class=\"descrip_head\">Kidzbop</h3><p>Funny Garbage develops FotoJamz Drawing Tool, Pachinko Super Shot, and Backstage for Kidzbop website.</p>";
var txt_games2 ="<h3 class=\"descrip_head\">Noggin</h3><p>Funny Garbage creates exploratory website for pre-school kids to support the Noggin network.</p>";
var txt_games3 ="<h3 class=\"descrip_head\">Sprout</h3><p>Funny Garbage creates the Sproutlet's Grow website for pre-school kids to support the Sprout network for PBS and Comcast.</p>";
var txt_games4 ="<h3 class=\"descrip_head\">Nike</h3><p>Wieden + Kennedy hires Funny Garbage to create animated spots for Bode Miller and the Winter Olympics. </p>";

var txt_anim1 ="<h3 class=\"descrip_head\">ESPN Sports Guy</h3><p>Funny Garbage works with Bill Simmons and ESPN to create The Sports Guy webisodes for ESPN.COM</p>";
var txt_anim2 ="<h3 class=\"descrip_head\">Friday After Next</h3><p>Funny Garbage created the critically-acclaimed sequence for the third film in the \"Friday\" series, Friday After Next. Starring Ice Cube and Mike Epps, the film was released in November 2002.</p>";
var txt_anim3 ="<h3 class=\"descrip_head\">Coke Zero</h3><p>Funny Garbage works with Coke Zero and ESPN to animate vignettes.</p>";
var txt_anim4 ="<h3 class=\"descrip_head\">Smithsonian</h3><p>Funny Garbage works with the Smithsonian's National Museum of Natural History in Washington DC opens exhibition featuring FG's animation \"Everybody's Friend, Oxygen!\"</p>";

var defaultText = "<h3 class=\"descrip_head\">Funny Garbage Client Work</h3><p>Choosing to focus exclusively on projects that we truly love and understand, FG builds genuine creative partnerships with our clients, each having unique needs, resources and assets. The hallmark of our work is the seamless integration of striking design and efficient, practical technology combined with a passion for interactive media.</p>";

// -->