function changedivs(clickid) {
	document.getElementById("ted").className = "crewtab";
	document.getElementById("airrion").className = "crewtab";
	document.getElementById("eric").className = "crewtab";
	document.getElementById("jr").className = "crewtab";
	document.getElementById("kolu").className = "crewtab";
	
	document.getElementById(clickid).className = "crewtabselected";
	
	
	pic_ted= new Image(); 
	pic_ted.src="../assets/images/bio_ted.jpg"; 

	pic_airrion= new Image(); 
	pic_airrion.src="../assets/images/bio_airrion.jpg"; 
	
	pic_eric= new Image(); 
	pic_eric.src="../assets/images/bio_eric.jpg"; 
	
	pic_kolu= new Image(); 
	pic_kolu.src="../assets/images/bio_kolu.jpg"; 
	
	pic_jr= new Image(); 
	pic_jr.src="../assets/images/bio_jr.jpg"; 
	
	switch (clickid) {
	case 'ted':
		document.getElementById("bioimage").src = pic_ted.src;
		document.getElementById("bioheader").innerHTML = "Ted Woods";
		document.getElementById("biocontent").innerHTML = "Ted Woods grew up outside Chicago.  He began his work as a documentarian during his undergrad at Fordham University in New York City where he received his B.A. in Peace and Justice Studies.  While there he traveled and did research throughout Africa, Latin America, Cuba, and the Caribbean.  Upon graduation he did work documenting Cuban Hip-Hop and presented his research to the American Anthropology Association.  He them moved to Los Angeles to begin work in the film industry and studied film at UCLA.";
		break;
	case 'airrion':
		document.getElementById("bioimage").src = pic_airrion.src;
		document.getElementById("bioheader").innerHTML = "Airrion Copeland"; 
		document.getElementById("biocontent").innerHTML = "Airrion Copeland grew up in Syracuse, New York and Cleveland, OH. Currently he resides in Santa Monica, CA. Airrion is a renaissance man who involves himself in many projects and pursuits but grounds himself within the practice of yoga, surfing and spending time with his fiancee’. Airrion’s credentials include a B.A. in Transpersonal Psychology from Burlington College in Vermont and is currently working on a MBA from Capella University. Airrion found his love for producing on accident by a series of fun, philosophical conversations with his friend Ted Woods. Out of those conversations sparked the plug for the development of Trespass Productions and Whitewash the movie.";
		break;
	case 'eric':
		document.getElementById("bioimage").src = pic_eric.src;
		document.getElementById("bioheader").innerHTML = "Eric Lakich"; 
		document.getElementById("biocontent").innerHTML = "Eric Lakich grew up in Northwest Indiana.  He attended Purdue University where he earned his B.S. in Mechanical Engineering Technology and Industrial Technoloy.  After college he moved to San Clemente, a small beach town in South Orange County near California's Trestles Beach and San Onofre State Beach.  The robust surf culture and ideal location inspired Eric to begin Surfing.  After three years in South O.C., Eric began working for Airrion at Dakim Inc. and relocated to the Los Angeles area.  This is where Eric met Ted and Trespass Productions.";  
		break;
	case 'kolu':
		document.getElementById("bioimage").src = pic_kolu.src;
		document.getElementById("bioheader").innerHTML = "Kolu Ryan"; 
		document.getElementById("biocontent").innerHTML = "Kolu Ryan is completing his A.A. in post production at the Art Institue of Los Angeles.  He hails from the island of O'Ahu";
		break;
	case 'jr':
		document.getElementById("bioimage").src = pic_jr.src;
		document.getElementById("bioheader").innerHTML = "Jeff Foxworth and Rye Randa"; 
		document.getElementById("biocontent").innerHTML = "About half of the original score including the Whitewash theme music was done by Jeff Foxworth and Rye Randa.  Jeff, a songwriter, composer, producer, and guitarist, who has worked extensively with musicians as well as composing and performing music for television: Scrubs, Dawson's Creek, and the Real World and Films: Ithlulang: Never Stop Learning and Don't Look Down.  Rye has been performing and writing music since the age of 14.  He is an award winning musician who has arranged, written and produced over three hundred records for numerous songwriters, artists, and bands.  Check them out at www.missfoduspublishing.com and www.ryemusic.com.";
		break;
	} 
}
