portfolio = new Array();

portfolio[0] = new Array();
portfolio[0]['title'] = "Botticelli's Niece";
portfolio[0]['image'] = "portfolio-pieces/logos/01.logo.jpg";
portfolio[0]['description'] = "Jewelry design by Ellen Miller that combines elegance with a unique sense of the natural.";

portfolio[1] = new Array();
portfolio[1]['title'] = "Botticelli's Niece";
portfolio[1]['image'] = "portfolio-pieces/logos/02.logo.jpg";
portfolio[1]['description'] = "Color application of the Botticelli's Niece logo.";

portfolio[2] = new Array();
portfolio[2]['title'] = "Union Square Awards";
portfolio[2]['image'] = "portfolio-pieces/logos/03.logo.jpg";
portfolio[2]['description'] = "The Union Square Awards for grassroots activists was founded in 1998 by an anonymous donor and was established to honor groups that contribute to the educational, economic and cultural life of New York City. The logo is based on a photograph of the steps of the US Supreme Court taken by the Founder.";

portfolio[3] = new Array();
portfolio[3]['title'] = "Verbs on Asphalt";
portfolio[3]['image'] = "portfolio-pieces/logos/04.logo.jpg";
portfolio[3]['description'] = "Logo for the first online \"museum\" of the history of Poetry Slam as it began in NYC at the Nuyorican Poets Cafe.<br /><br /><a href=\"verbs-on-asphalt.php\">Click here to learn more.</a>";

portfolio[4] = new Array();
portfolio[4]['title'] = "Verbs on Asphalt";
portfolio[4]['image'] = "portfolio-pieces/logos/05.logo.jpg";
portfolio[4]['description'] = "Application of the logo as it appears on the website and ancillary promotion materials.";

portfolio[5] = new Array();
portfolio[5]['title'] = "The Nuyorican Poets Cafe";
portfolio[5]['image'] = "portfolio-pieces/logos/06.logo.jpg";
portfolio[5]['description'] = "The logo of the most famous poetry cafe in the world. We had to say \"literature\" as well as \"performance\", thus the running figure holds a book and screams at the same time! \"Mikey\" (as we like to call him) is also seen alone on caps, shirts, buttons and other promotional material. He was drawn by Kobena Gyepi-Garbrah.";

portfolio[6] = new Array();
portfolio[6]['title'] = "The Nuyorican Poets Cafe: 30 Year Anniversary Identity";
portfolio[6]['image'] = "portfolio-pieces/logos/07.logo.jpg";
portfolio[6]['description'] = "A logo developed to celebrate the 30 year anniversary of the Nuyorican Poets Cafe at Town Hall, NYC.";

portfolio[7] = new Array();
portfolio[7]['title'] = "Arcos Communications/VIP Community Services";
portfolio[7]['image'] = "portfolio-pieces/logos/08.logo.jpg";
portfolio[7]['description'] = "VIP Community Services is a Bronx-based not-for-profit that serves its community on an individual basis, from housing to re-hab.";

portfolio[8] = new Array();
portfolio[8]['title'] = "Pearl in An Oyster";
portfolio[8]['image'] = "portfolio-pieces/logos/09.logo.jpg";
portfolio[8]['description'] = "A film production company.";

portfolio[9] = new Array();
portfolio[9]['title'] = "The Spoken Word (<a href=\"portfolio-pieces/logos/app/10.logo.jpg\" rel=\"lightbox\">see in application</a>)";
portfolio[9]['image'] = "portfolio-pieces/logos/10.logo.jpg";
portfolio[9]['description'] = "Retail outlet that sold only recordings of...you guessed it...anything that was recited, spoken or said by a human being.";

portfolio[10] = new Array();
portfolio[10]['title'] = "Eat and Run";
portfolio[10]['image'] = "portfolio-pieces/logos/11.logo.jpg";
portfolio[10]['description'] = "Masthead for <em>Eat and Run Magazine</em>, a magazine to document an innovative new MFA program at Hunter College; Ð Integrated Media Arts.";

portfolio[11] = new Array();
portfolio[11]['title'] = "Jansizian Group";
portfolio[11]['image'] = "portfolio-pieces/logos/12.logo.jpg";
portfolio[11]['description'] = "A NY Real Estate firm.";

portfolio[12] = new Array();
portfolio[12]['title'] = "The Rosemary Pencil Foundation";
portfolio[12]['image'] = "portfolio-pieces/logos/13.logo.jpg";
portfolio[12]['description'] = "A international not-for-profit organization that creates high school scholarships in Southeast Africa.";

portfolio[13] = new Array();
portfolio[13]['title'] = "City of NY, Department of Parks &amp; Recreation";
portfolio[13]['image'] = "portfolio-pieces/logos/14.logo.jpg";
portfolio[13]['description'] = "The identity for <em>Partnerships for Parks</em> needed to contain two other logos within it, making it a highly unusual branding project. Due to the complexity and legal intricacies of this city government organization, it was crucial that a hierarchy of levels be created; and colors had be appropriated from previously existing logos.";

portfolio[14] = new Array();
portfolio[14]['title'] = "Rebuild Chinatown Initiative";
portfolio[14]['image'] = "portfolio-pieces/logos/15.logo.jpg";
portfolio[14]['description'] = "The liveliness of the shapes truly reflects the Chinatown community as well as the energy of <em>Rebuild Chinatown Initiative</em> organizers.";

portfolio[15] = new Array();
portfolio[15]['title'] = "Insight Communications";
portfolio[15]['image'] = "portfolio-pieces/logos/16.logo.jpg";
portfolio[15]['description'] = "We developed this mark for Insight when they went from being a cable company to an inclusive fiber optics communications provider.";

portfolio[16] = new Array();
portfolio[16]['title'] = "Wild Things";
portfolio[16]['image'] = "portfolio-pieces/logos/17.logo.jpg";
portfolio[16]['description'] = "A sustainable forest company based in Central America; the Mayan stepped pattern manages to become the leaves of a tree.";

portfolio[17] = new Array();
portfolio[17]['title'] = "Earthweb";
portfolio[17]['image'] = "portfolio-pieces/logos/18.logo.jpg";
portfolio[17]['description'] = "One of the first internet hosting and development services.";

portfolio[18] = new Array();
portfolio[18]['title'] = "Zone 3 (<a href=\"portfolio-pieces/logos/app/19.logo.jpg\" rel=\"lightbox\">see in application</a>)";
portfolio[18]['image'] = "portfolio-pieces/logos/19.logo.jpg";
portfolio[18]['description'] = "Developer of leading edge interactive marketing ideas and point-of-purchase reputed to hit their clients goals accurately. Simple and elegant, the triangle is meant to resemble a target viewfinder.";

document.observe('click', (function(event){
	var target = event.findElement('a[rel^=galleryThumb]') || event.findElement('area[rel^=galleryThumb]');
	if (target) {
		event.stop();
        document.getElementById("galleryImage").src = "images/loading-portfolio.gif";
		loadPiece(target);
	}
}));
function loadPiece(imgP){
	var gallLinks = document.getElementById("galleryMenu").getElementsByTagName('a');
	for(var i=0;i<gallLinks.length;i++){
    	gallLinks[i].style.color = "#FFFFFF";
    }
    imgP.style.color = "#CCCCCC";
	document.getElementById("galleryImage").src = portfolio[imgP.hash.replace('#','')]['image'];
    document.getElementById("galleryItem").innerHTML = portfolio[imgP.hash.replace('#','')]['title'];
	document.getElementById("galleryDescription").innerHTML = portfolio[imgP.hash.replace('#','')]['description'];
}
function getElementsByStyleClass (cN) {
  var all = document.all ? document.all : document.getElementsByTagName('*');
  var elements = new Array();
  for (var c = 0; c < all.length; c++){
    if (all[c].className == cN){
      elements[elements.length] = all[c];
  	  return elements;
    }
  }
}
for(i=0;i<portfolio.length;i++){
	MM_preloadImages(portfolio[i]['image']);
}