
function transmissionOn(id) {
	
	var paragraph = document.getElementById("blurb");
	while (paragraph.lastChild) {
		paragraph.removeChild(paragraph.lastChild);
	}
	
	
	if (id == 1) {
		var newText = document.createTextNode("04.photo_portrait:");
		paragraph.appendChild(newText);
		var newBreak = document.createElement("br");
		paragraph.appendChild(newBreak);
		newText = document.createTextNode("being is more complex than awkward smiles in front of grey backdrops. we are sometimes real and sometimes false ... but we have presence and we are not static.");
		paragraph.appendChild(newText);
		newBreak = document.createElement("br");
		paragraph.appendChild(newBreak);
		newText = document.createTextNode("ex.: fashion, documentary");
		paragraph.appendChild(newText);
		newBreak = document.createElement("br");
		paragraph.appendChild(newBreak);
		newBreak = document.createElement("br");
		paragraph.appendChild(newBreak);
		newText = document.createTextNode("05.photo_structure:");
		paragraph.appendChild(newText);
		newBreak = document.createElement("br");
		paragraph.appendChild(newBreak);
		newText = document.createTextNode("can be utilized as strictly accurate architectural or technical records as well as expressive portraits reflecting the personalities and emotions of structures. remember that buildings have feelings too!");
		paragraph.appendChild(newText);
		newBreak = document.createElement("br");
		paragraph.appendChild(newBreak);
		newBreak = document.createElement("br");
		paragraph.appendChild(newBreak);
		newText = document.createTextNode("06.photo_product:");
		paragraph.appendChild(newText);
		newBreak = document.createElement("br");
		paragraph.appendChild(newBreak);
		newText = document.createTextNode("you know your product's great but how do you let everyone else know? in order to create appetite, your imagery must be succulent.");
		paragraph.appendChild(newText);
		newBreak = document.createElement("br");
		paragraph.appendChild(newBreak);
		newBreak = document.createElement("br");
		paragraph.appendChild(newBreak);
		newText = document.createTextNode("07.illustration:");
		paragraph.appendChild(newText);
		newBreak = document.createElement("br");
		paragraph.appendChild(newBreak);
		newText = document.createTextNode("you need a gripping image to help tell a story but sometimes a photograph just isn't it. sometimes we smear paint and yes, we get dirty and other times we make fields of colour on a monitor and yes, we stay clean.");
		paragraph.appendChild(newText);
	}
	if (id == 2) {
		var newText = document.createTextNode("Cinematexas International Short Film Festival");
		paragraph.appendChild(newText);
		var newBreak = document.createElement("br");
		paragraph.appendChild(newBreak);
		newText = document.createTextNode("Tribeza magazine");
		paragraph.appendChild(newText);
		newBreak = document.createElement("br");
		paragraph.appendChild(newBreak);
		newText = document.createTextNode("Feedback magazine");
		paragraph.appendChild(newText);
		newBreak = document.createElement("br");
		paragraph.appendChild(newBreak);
		newText = document.createTextNode("Apex Resources");
		paragraph.appendChild(newText);
		newBreak = document.createElement("br");
		paragraph.appendChild(newBreak);
		newText = document.createTextNode("Empanada Parlour");
		paragraph.appendChild(newText);
		newBreak = document.createElement("br");
		paragraph.appendChild(newBreak);
		newText = document.createTextNode("Hammerfest Forge");
		paragraph.appendChild(newText);
		newBreak = document.createElement("br");
		paragraph.appendChild(newBreak);
		newText = document.createTextNode("Atelier Wong Photography");
		paragraph.appendChild(newText);
		newBreak = document.createElement("br");
		paragraph.appendChild(newBreak);
		newText = document.createTextNode("Guerilla Music Group");
		paragraph.appendChild(newText);
		newBreak = document.createElement("br");
		paragraph.appendChild(newBreak);
		newText = document.createTextNode("midnite.liteman");
		paragraph.appendChild(newText);
	}	
	
	return;
}

function transmissionOut(id) {
	
	var paragraph = document.getElementById("blurb");
	while (paragraph.lastChild) {
		paragraph.removeChild(paragraph.lastChild);
	}
	
	
	var newText = document.createTextNode("If something is worth saying, it's worth saying it well and it's worth it to reach the intended audience. Communication is much more than the meaning of words on a page; the appropriate design and image creation resonates your message completely and powerfully. Whatever the desired results, effective communication can take your organization and expression to more sophisticated levels. Ranging in exposure from local to global, we custom tailor all of our efforts according to client identity and purpose, achieving smart results in our projects.");
	paragraph.appendChild(newText);
	var newBreak = document.createElement("br");
	paragraph.appendChild(newBreak);
	newBreak = document.createElement("br");
	paragraph.appendChild(newBreak);
	newText = document.createTextNode("Operating from Houston and Austin, Texas, Blue Buddha Design House is an award-winning communications studio specializing in graphic design, photography, and illustration. Throughout the last 4 years of operation we have consistently excelled in our media and evolved to incorporate website, portfolio, and display design into our service offerings.");
	paragraph.appendChild(newText);
	newBreak = document.createElement("br");
	paragraph.appendChild(newBreak);
	newBreak = document.createElement("br");
	paragraph.appendChild(newBreak);
	newText = document.createTextNode("If what you're saying is important, let us help you say it in a designed state of mind.");
	paragraph.appendChild(newText);
	
	
	return;
}