function loadImages() {
	ignore = new Image(176,176);
	
	ignore.src = "images/exhibition/icon-design-identity.jpg";
	ignore.src = "images/exhibition/icon-design-layout.jpg";
	ignore.src = "images/exhibition/icon-design-poster.jpg";
	ignore.src = "images/exhibition/icon-illustration.jpg";
	ignore.src = "images/exhibition/icon-photo-portrait.jpg";
	ignore.src = "images/exhibition/icon-photo-structure.jpg";
	ignore.src = "images/exhibition/icon-photo-product.jpg";
	ignore.src = "images/exhibition/icon-webdesign.jpg";
	
	return;
}

function exhibitionOn(id) {
	
	var paragraph = document.getElementById("blurb");
	while (paragraph.lastChild) {
		paragraph.removeChild(paragraph.lastChild);
	}
	
	if (id == 1) {
		var theImg = document.createElement("img");
		theImg.setAttribute("src","images/exhibition/icon-design-layout.jpg");
		paragraph.appendChild(theImg);
		var newBreak = document.createElement("br");
		paragraph.appendChild(newBreak);
		newBreak = document.createElement("br");
		paragraph.appendChild(newBreak);
		var newText = document.createTextNode("to render 2d physical");
		paragraph.appendChild(newText);
		newBreak = document.createElement("br");
		paragraph.appendChild(newBreak);
		newText = document.createTextNode("boundaries as");
		paragraph.appendChild(newText);
		newBreak = document.createElement("br");
		paragraph.appendChild(newBreak);
		newText = document.createTextNode("inconsequential.");
		paragraph.appendChild(newText);
		newBreak = document.createElement("br");
		paragraph.appendChild(newBreak);
		newBreak = document.createElement("br");
		paragraph.appendChild(newBreak);
		newText = document.createTextNode("generate dynamic balance");
		paragraph.appendChild(newText);
		newBreak = document.createElement("br");
		paragraph.appendChild(newBreak);
		newText = document.createTextNode("with static elements.");
		paragraph.appendChild(newText);
		newBreak = document.createElement("br");
		paragraph.appendChild(newBreak);
		newBreak = document.createElement("br");
		paragraph.appendChild(newBreak);
		newText = document.createTextNode("the consequence of");
		paragraph.appendChild(newText);
		newBreak = document.createElement("br");
		paragraph.appendChild(newBreak);
		newText = document.createTextNode("comprehension.");
		paragraph.appendChild(newText);
	}
	if (id == 2) {
		var theImg = document.createElement("img");
		theImg.setAttribute("src","images/exhibition/icon-design-identity.jpg");
		paragraph.appendChild(theImg);
		var newBreak = document.createElement("br");
		paragraph.appendChild(newBreak);
		newBreak = document.createElement("br");
		paragraph.appendChild(newBreak);
		var newText = document.createTextNode("representations of");
		paragraph.appendChild(newText);
		newBreak = document.createElement("br");
		paragraph.appendChild(newBreak);
		newText = document.createTextNode("unique personas.");
		paragraph.appendChild(newText);
		newBreak = document.createElement("br");
		paragraph.appendChild(newBreak);
		newBreak = document.createElement("br");
		paragraph.appendChild(newBreak);
		newText = document.createTextNode("the need to recreate");
		paragraph.appendChild(newText);
		newBreak = document.createElement("br");
		paragraph.appendChild(newBreak);
		newText = document.createTextNode("oneself visually.");
		paragraph.appendChild(newText);
		newBreak = document.createElement("br");
		paragraph.appendChild(newBreak);
		newBreak = document.createElement("br");
		paragraph.appendChild(newBreak);
		newText = document.createTextNode("my card and my soul");
		paragraph.appendChild(newText);
		newBreak = document.createElement("br");
		paragraph.appendChild(newBreak);
		newText = document.createTextNode("both exchanged on");
		paragraph.appendChild(newText);
		newBreak = document.createElement("br");
		paragraph.appendChild(newBreak);
		newText = document.createTextNode("the painted cement floor.");
		paragraph.appendChild(newText);
	}
	if (id == 3) {
		var theImg = document.createElement("img");
		theImg.setAttribute("src","images/exhibition/icon-design-poster.jpg");
		paragraph.appendChild(theImg);
		var newBreak = document.createElement("br");
		paragraph.appendChild(newBreak);
		newBreak = document.createElement("br");
		paragraph.appendChild(newBreak);
		var newText = document.createTextNode("the sensuous city");
		paragraph.appendChild(newText);
		newBreak = document.createElement("br");
		paragraph.appendChild(newBreak);
		newText = document.createTextNode("displays itself");
		paragraph.appendChild(newText);
		newBreak = document.createElement("br");
		paragraph.appendChild(newBreak);
		newText = document.createTextNode("exhibitionistically");
		paragraph.appendChild(newText);
		newBreak = document.createElement("br");
		paragraph.appendChild(newBreak);
		newBreak = document.createElement("br");
		paragraph.appendChild(newBreak);
		newText = document.createTextNode("busy street corners");
		paragraph.appendChild(newText);
		newBreak = document.createElement("br");
		paragraph.appendChild(newBreak);
		newText = document.createTextNode("and telephone poles");
		paragraph.appendChild(newText);
		newBreak = document.createElement("br");
		paragraph.appendChild(newBreak);
		newText = document.createTextNode("are galleries.");
		paragraph.appendChild(newText);
	}
	if (id == 4) {
		var theImg = document.createElement("img");
		theImg.setAttribute("src","images/exhibition/icon-photo-portrait.jpg");
		paragraph.appendChild(theImg);
		var newBreak = document.createElement("br");
		paragraph.appendChild(newBreak);
		newBreak = document.createElement("br");
		paragraph.appendChild(newBreak);
		var newText = document.createTextNode("to capture butterflies and");
		paragraph.appendChild(newText);
		newBreak = document.createElement("br");
		paragraph.appendChild(newBreak);
		newText = document.createTextNode("fireflies in motion.");
		paragraph.appendChild(newText);
		newBreak = document.createElement("br");
		paragraph.appendChild(newBreak);
		newBreak = document.createElement("br");
		paragraph.appendChild(newBreak);
		newText = document.createTextNode("the laboratory where");
		paragraph.appendChild(newText);
		newBreak = document.createElement("br");
		paragraph.appendChild(newBreak);
		newText = document.createTextNode("we create ourselves.");
		paragraph.appendChild(newText);
		newBreak = document.createElement("br");
		paragraph.appendChild(newBreak);
		newBreak = document.createElement("br");
		paragraph.appendChild(newBreak);
		newText = document.createTextNode("when particular");
		paragraph.appendChild(newText);
		newBreak = document.createElement("br");
		paragraph.appendChild(newBreak);
		newText = document.createTextNode("people congregate.");
		paragraph.appendChild(newText);
	}
	if (id == 5) {
		var theImg = document.createElement("img");
		theImg.setAttribute("src","images/exhibition/icon-photo-structure.jpg");
		paragraph.appendChild(theImg);
		var newBreak = document.createElement("br");
		paragraph.appendChild(newBreak);
		newBreak = document.createElement("br");
		paragraph.appendChild(newBreak);
		var newText = document.createTextNode("the luminosity of fabrications");
		paragraph.appendChild(newText);
		newBreak = document.createElement("br");
		paragraph.appendChild(newBreak);
		newText = document.createTextNode("and machinations.");
		paragraph.appendChild(newText);
		newBreak = document.createElement("br");
		paragraph.appendChild(newBreak);
		newBreak = document.createElement("br");
		paragraph.appendChild(newBreak);
		newText = document.createTextNode("in which we always live");
		paragraph.appendChild(newText);
		newBreak = document.createElement("br");
		paragraph.appendChild(newBreak);
		newText = document.createTextNode("saccharine lives.");
		paragraph.appendChild(newText);
		newBreak = document.createElement("br");
		paragraph.appendChild(newBreak);
		newBreak = document.createElement("br");
		paragraph.appendChild(newBreak);
		newText = document.createTextNode("leave a light on");
		paragraph.appendChild(newText);
		newBreak = document.createElement("br");
		paragraph.appendChild(newBreak);
		newText = document.createTextNode("for me.");
		paragraph.appendChild(newText);
	}
	if (id == 6) {
		var theImg = document.createElement("img");
		theImg.setAttribute("src","images/exhibition/icon-photo-product.jpg");
		paragraph.appendChild(theImg);
		var newBreak = document.createElement("br");
		paragraph.appendChild(newBreak);
		newBreak = document.createElement("br");
		paragraph.appendChild(newBreak);
		var newText = document.createTextNode("Photo - Product");
		paragraph.appendChild(newText);
	}
	if (id == 7) {
		var theImg = document.createElement("img");
		theImg.setAttribute("src","images/exhibition/icon-illustration.jpg");
		paragraph.appendChild(theImg);
		var newBreak = document.createElement("br");
		paragraph.appendChild(newBreak);
		newBreak = document.createElement("br");
		paragraph.appendChild(newBreak);
		var newText = document.createTextNode("smear and bristle over me");
		paragraph.appendChild(newText);
		newBreak = document.createElement("br");
		paragraph.appendChild(newBreak);
		newText = document.createTextNode("translucent colours.");
		paragraph.appendChild(newText);
		newBreak = document.createElement("br");
		paragraph.appendChild(newBreak);
		newBreak = document.createElement("br");
		paragraph.appendChild(newBreak);
		newText = document.createTextNode("sometimes make attack");
		paragraph.appendChild(newText);
		newBreak = document.createElement("br");
		paragraph.appendChild(newBreak);
		newText = document.createTextNode("sometimes make love.");
		paragraph.appendChild(newText);
		newBreak = document.createElement("br");
		paragraph.appendChild(newBreak);
		newBreak = document.createElement("br");
		paragraph.appendChild(newBreak);
		newText = document.createTextNode("we are clean and precise");
		paragraph.appendChild(newText);
		newBreak = document.createElement("br");
		paragraph.appendChild(newBreak);
		newText = document.createTextNode("we are dirrrty and fluid.");
		paragraph.appendChild(newText);
	}
	if (id == 8) {
	   var theImg = document.createElement("img");
	   theImg.setAttribute("src","images/exhibition/icon-webdesign.jpg");
	   paragraph.appendChild(theImg);
	   var newBreak = document.createElement("br");
	   paragraph.appendChild(newBreak);
	   newBreak = document.createElement("br");
	   paragraph.appendChild(newBreak);
	   var newText = document.createTextNode("Web Design");
	   paragraph.appendChild(newText);
    }
	
	
	return;
}

function exhibitionOff(id) {
	
	var paragraph = document.getElementById("blurb");
	while (paragraph.lastChild) {
		paragraph.removeChild(paragraph.lastChild);
	}
	
	
	var newText = document.createTextNode("These digital galleries display a selection of work from BBDH's last four years of visual exploration in graphic design, photography, and illustration. Ranging in exposure from local to global, the works shown here have been custom rendered to the demanding logistic and functional specifications of a thoroughly diverse client-base. BBDH constantly seeks to interpret the aesthetic and communicative challenges of progressive companies and organizations wishing to powerfully resonate their identities and visions. Blue Buddha Design House offers the pieces of graphic design, photography, and illustration in these galleries as a prelude to what is to come.");
	paragraph.appendChild(newText);
	
	
	return;
}