function slideShowInit(e) {
	
	document.slideIndex = 0;
	document.slides = new Array();
	var slideRoot = "images/2008/"+e+"/image";
	var title = "";
	var description = "";
	switch (e) {
		case "dance":
		document.captions = new Array("2008 Beaux and Belles Waltz: Beau Rashud Jamaal-Truesdale and Belle Mikaela Abeni Kelly in immediate foreground.","","","","","","","","Mother-Beau Waltz: Beau Nicholas Yohannes Asfaha dances with his mother, Sheila Asfaha (left). Beau Chioke Hackett-Walker dances with his mom, Marvis Hackett-Walker (right).","");
		title = "Beaux and Belles Waltz";
		description = "";
		break;
		case "presentation":
		document.captions = new Array("","Gina Gregory-Burns, Belle Chair; Chandler Covington Gradick, Beau and winner of \"Entrepreneurial Spirit\" Award; Adrienne Hill, Junior Beau Chair; Bobby Sisk, Beau Chair.","Junior Beau Jumoke Hackett-Walker presents kente stole to Beau Chioke Hackett-Walker. Chioke is escorted by Belle Imani Shani Walton.","","","",""," Gina Gregory-Burns, Belle Chair; Rashud Jamaal Truesdale, Beau and winner of \"All Around Beau\" Award; Adrienne Hill, Junior Beau Chair; Bobby Sisk, Beau Chair.","","","Gina Gregory-Burns, Belle Chair; John Cameron Tompkins, Beau and winner of \"Beau of the Year\" Award; Adrienne Hill, Junior Beau Chair; Bobby Sisk, Beau Chair.","","Junior Beau Terrence Ransom, Jr. presents kente stole to Beau Antoine Wright, Jr.","");
		title = "Award and Kente Presentation";
		description = "The Beaux receive their kente stoles and their awards.";
		break;
		case "portraits":
		document.captions = new Array("2008 Beaux and Belles - L to R, top: Nicholas Yohannes Asfaha, Keana Shepard-Gardner, Rashud Jamaal Truesdale, Mikaela Abeni Kelly, John Cameron Tompkins, Victoria Ashley Hill (center), Jazmine Noral Phillips, Osamudiamien Noel Aigbuza, Imani Shani Walton, Chioke Hackett-Walker. L to R, bottom: Cedric Gabriel Guillory, Maya Sylvia Burns, Jockleen Camille Ryles, Robert James Lloyd (on riser), Antoine Wright, Jr. (on riser), Abreeon LaTriece Lynch, Arielle Michelle Dixon, Chandler Covington Graddick, Laurel Grace Frazier, Julian Mosley.","2008 Beaux - L to R, top: Nicholas Yohannes Asfaha, John Cameron Tompkins, Cedric Gabriel Guillory, Chioke Hackett-Walker, Julian Mosley, Rashud Jamaal Truesdale. L to R, bottom:  Robert James Lloyd, Chandler Covington Graddick, Osamudiamien Noel Aigbuza, Antoine Wright, Jr.","","2008 Belles – L to R, top (standing): Arielle Michelle Dixon, Maya Sylvia Burns, Keana Shepard-Gardner, Laurel Grace Frazier, Imani Shani Walton. L to R, bottom (seated): Abreeon LaTriece Lynch, Mikaela Abeni Kelly, Jazmine Noral Phillips, Victoria Ashley Hill, Jockleen Camille Ryles.","","2008 Beaux and Belles - L to R, top: Nicholas Yohannes Asfaha, Keana Shepard-Gardner, Rashud Jamaal Truesdale, Mikaela Abeni Kelly, John Cameron Tompkins, Victoria Ashley Hill (center), Jazmine Noral Phillips, Osamudiamien Noel Aigbuza, Imani Shani Walton, Chioke Hackett-Walker. L to R, bottom: Cedric Gabriel Guillory, Maya Sylvia Burns, Robert James Lloyd, Jockleen Camille Ryles, Abreeon LaTriece Lynch, Antoine Wright, Jr., Arielle Michelle Dixon, Chandler Covington Graddick, Laurel Grace Frazier, Julian Mosley.","","","Current and Former Mother Members of the San Francisco Chapter of Jack & Jill","","2008 Beaux with Beau Chair - L to R, top: Nicholas Yohannes Asfaha, John Cameron Tompkins, Cedric Gabriel Guillory, Bobby Sisk (Beau Chair), Chioke Hackett-Walker, Julian Mosley, Rashud Jamaal Truesdale. L to R, bottom:  Robert James Lloyd, Chandler Covington Graddick, Osamudiamien Noel Aigbuza, Antoine Wright, Jr.","","","","","","");
		title = "Images of dignity";
		description = "Beaux, Belles, family and supporters welcoming this latest group of men.";
		break;
	}
	document.getElementById("eventTitle").innerHTML = title;
	document.getElementById("eventDescription").innerHTML = description;
	document.of = document.captions.length;
	document.at = 1;
	for (i=0;i<document.of;i++) {
		document.slides[i] = new Image;
		document.slides[i].src = slideRoot+(i+1)+".jpg";
		document.slides[i].height = 290;
		document.slides[i].width = 435;
		document.images.img.src = document.slides[0].src;
	}	
	if (document.captions[document.slideIndex] != "") {
		document.getElementById("caption").innerHTML = document.captions[document.slideIndex];
	}
	document.getElementById("gray").style.visibility = "visible";
	document.getElementById("at").innerHTML = document.at;
	document.getElementById("of").innerHTML = document.of;

}


function mlkInit() {
	document.slideIndex = 0;
	document.slides = new Array();
	var slideRoot = "images/mlkbreakfast/img-0";
	for (i=0;i<3;i++) {
		document.slides[i] = new Image;
		document.slides[i].src = slideRoot+(i+1)+".jpg";
		document.slides[i].height = 289;
		document.slides[i].width = 435;
		document.images.img.src = document.slides[0].src;
	}	
	document.captions = new Array("Rashud Truesdale, John Tompkins, and Anotine Wright.","Rashud and John with Supervisor Sophie Maxwell.", "Antoine delivers opening message from the children.");
	document.of = document.captions.length;
	document.at = 1;
	if (document.captions[document.slideIndex] != "") {
		document.getElementById("caption").innerHTML = document.captions[document.slideIndex];
	}
	document.getElementById("eventTitle").innerHTML = "MLK Breakfast - hosts at SF Hilton";
	document.getElementById("eventDescription").innerHTML = "";
	document.getElementById("gray").style.visibility = "visible";
	document.getElementById("at").innerHTML = document.at;
	document.getElementById("of").innerHTML = document.of;
}


function freedomtrainInit() {
	document.slideIndex = 0;
	document.slides = new Array();
	var slideRoot = "images/freedomtrain/img-0";
	for (i=0;i<7;i++) {
		document.slides[i] = new Image;
		document.slides[i].src = slideRoot+(i+1)+".jpg";
		document.slides[i].height = 289;
		document.slides[i].width = 435;
		document.images.img.src = document.slides[0].src;
	}		
	document.captions = new Array("","","","","","","");
	document.of = document.captions.length;
	document.at = 1;
	if (document.captions[document.slideIndex] != "") {
		document.getElementById("caption").innerHTML = document.captions[document.slideIndex];
	}
	document.getElementById("eventTitle").innerHTML = "Freedom Train Ride";
	document.getElementById("eventDescription").innerHTML = "Beaux , Belles, and Jr. Beaux participated as a group in San Francisco's Freedom Train Ride, a symbolic ride over a distance of 51 miles from San Jose to San Francisco - the same distance as the Selma to Montgomery march in which King led over 25,000 people in 1965.  Passengers celebrate the life, legend and legacy of Dr. Martin Luther King, Jr. and his contributions to the fight for racial equality in America.";
	document.getElementById("gray").style.visibility = "visible";
	document.getElementById("at").innerHTML = document.at;
	document.getElementById("of").innerHTML = document.of;
	
}


function kickoffInit() {
	document.slideIndex = 0;
	document.slides = new Array();
	var slideRoot = "images/kickoff-2008/kickoff-0";
	for (i=0;i<10;i++) {
		document.slides[i] = new Image;
		if (i > 8) {
			document.slides[i].src = "images/kickoff-2008/kickoff-"+(i+1)+".jpg";
		}
		else {
			document.slides[i].src = slideRoot+(i+1)+".jpg";
		}
		document.slides[i].height = 289;
		document.slides[i].width = 435;
		document.images.img.src = document.slides[0].src;
	}		
	document.captions = new Array("Bobby Sisk, Beau Chair", "William Hambrick, Past Beau 2004", "Chukwudi Nwadibia, Past Beau 2006", "All 2008 Beaux", "Christien Tompkins, Past Beau 2004", "Robert Shoffner presents \"A Man of Character\" to 2008 Beaux", "2008 Beaux - John Tompkins, Osa Aigbuza, Julian Mosley and Robert Lloyd", "Past Beau Chuk Nwadibia sharing memories of his Beautillion experience with 2008 Beaux","2008 Beau Chandler Graddick offers his thoughts on ethical behavior during Robert Shoffner's presentation \"A Man of Character\"", "PAST BEAUX - Christien Tompkins 2004 (Columbia University), Chukwudi Nwadibia 2006 (Morehouse College), Edward Hambrick 2002 (Morehouse College). William Hambrick 2004 (Morehouse College)");
	document.of = document.captions.length;
	document.at = 1;
	if (document.captions[document.slideIndex] != "") {
		document.getElementById("caption").innerHTML = document.captions[document.slideIndex];
	}
	document.getElementById("eventTitle").innerHTML = "Beautillion 2008 Kickoff";
	document.getElementById("eventDescription").innerHTML = "Beaux , Belles, and Jr. Beaux gathered to kick off this year's Beautillion with an array of engaging speakers including community leaders and past beaux.";
	document.getElementById("gray").style.visibility = "visible";
	document.getElementById("at").innerHTML = document.at;
	document.getElementById("of").innerHTML = document.of;
	
}

function superbowlInit() {
	document.slideIndex = 0;
	document.slides = new Array();
	var slideRoot = "images/superbowl-2008/img-0";
	for (i=0;i<4;i++) {
		document.slides[i] = new Image;
		document.slides[i].src = slideRoot+(i+1)+".jpg";
		document.slides[i].height = 289;
		document.slides[i].width = 435;
		document.images.img.src = document.slides[0].src;
	}		
	document.captions = new Array("Beaux and Belles enjoying a little social time during Super Bowl halftime.", "Belles 2008", "All 2008 Beaux", "Beaux 2008", "Junior Beaux 2008");
	document.of = document.captions.length;
	document.at = 1;
	if (document.captions[document.slideIndex] != "") {
		document.getElementById("caption").innerHTML = document.captions[document.slideIndex];
	}
	document.getElementById("eventTitle").innerHTML = "Superbowl 2008";
	document.getElementById("eventDescription").innerHTML = "Beaux, Belles, and Jr. Beaux socialized with this year's Superbowl as the backdrop.";
	document.getElementById("gray").style.visibility = "visible";
	document.getElementById("at").innerHTML = document.at;
	document.getElementById("of").innerHTML = document.of;
	
}


function careerInit() {
	document.slideIndex = 0;
	document.slides = new Array();
	var slideRoot = "images/career-seminar-2008/cs-0";
	for (i=0;i<8;i++) {
		document.slides[i] = new Image;
		document.slides[i].src = slideRoot+(i+1)+".jpg";
		document.slides[i].height = 289;
		document.slides[i].width = 435;
		document.images.img.src = document.slides[0].src;
	}		
	document.captions = new Array("Herb Alston, principal of Chrysalis Capital and host/sponsor for the career seminar held at the Presidio Golf Club House greets guest speakers Ivor Nanton, Sr. Global Internal Audit Manager, Clorox and Jeffrey Sanders, Financial Advisor, Merrill Lynch", "Dr. Frederick L. Moore who co-edited and published \"Finding Your North: Self-Help Strategies for Science-Related Careers\" with the goal of helping students discover their purpose in life, while utilizing science and medicine as a platform for discussion shares time with beaux and junior beaux.", "Beaux Nick Asfaha and Chioke Hackett-Walker with his brother Junior Beau Jumoke Hackett-Walker.", "Beau Chair Bobby Sisk shares career anecdotes with beau and junior beaux and Dr Tigwa Davis.", "Group photo of Beau Chair Bobby Sisk, Host and Sponsor Herb Alston, Beaux, Junior Beaux and Guest Speakers - Chris Jackson, Jeffrey Sanders, Langston Adair, Frederick L Moore PhD, Tigwa Davis PhD, and Ivor Nanton", "Guest speakers Chris Jackson, City College Commission Candidate, Ivor Nanton, Sr. Internal Auditor, Clorox, Langston Adair, Account Executive, Oakland Raiders, and Jeffrey Sanders, Financial Advisor, Merrill Lynch  with guests from 7 Tepees, a community youth program dedicated to impacting the lives of promising inner-city youth.", "Father and son, Terrell and Robert Lloyd enjoyed a Sunday afternoon amidst local African American community mentors and role models.", "Belle Chair Gina Gregory-Burns MD, Chapter President Rochelle Fortier, Beautillion 2008 General Chair Angelique Tompkins, Chris Jackson, and Herb Alston");
	document.of = document.captions.length;
	document.at = 1;
	if (document.captions[document.slideIndex] != "") {
		document.getElementById("caption").innerHTML = document.captions[document.slideIndex];
	}
	document.getElementById("eventTitle").innerHTML = "Career Seminar 2008";
	document.getElementById("eventDescription").innerHTML = "Beaux and Jr. Beaux gain insight and inspiration from various community and business leaders.";
	document.getElementById("gray").style.visibility = "visible";
	document.getElementById("at").innerHTML = document.at;
	document.getElementById("of").innerHTML = document.of;
	
}


function teaInit() {
	document.slideIndex = 0;
	document.slides = new Array();
	var slideRoot = "images/tea2008/img-0";
	for (i=0;i<3;i++) {
		document.slides[i] = new Image;
		document.slides[i].src = slideRoot+(i+1)+".jpg";
		document.slides[i].height = 289;
		document.slides[i].width = 435;
		document.images.img.src = document.slides[0].src;
	}		
	document.captions = new Array("","","","","");
	document.of = document.captions.length;
	document.at = 1;
	if (document.captions[document.slideIndex] != "") {
		document.getElementById("caption").innerHTML = document.captions[document.slideIndex];
	}
	document.getElementById("eventTitle").innerHTML = "2008 Belle Tea";
	document.getElementById("eventDescription").innerHTML = "The traditional Belle Tea was held Feb 9 at the home of Jack and Jill Member Karen Clopton-Foster.  The Belles also collected and donated evening dresses valued at $965 for <a href=\"http://www.princessproject.org/princess/\" target=\"_blank\" class=\"bodylink2008\">the Princess Project</a>, a Bay Area organization.";
	document.getElementById("gray").style.visibility = "visible";
	document.getElementById("at").innerHTML = document.at;
	document.getElementById("of").innerHTML = document.of;
	
}


function knotInit() {
	document.slideIndex = 0;
	document.slides = new Array();
	var slideRoot = "images/bloodknot-2008/img-0";
	for (i=0;i<1;i++) {
		document.slides[i] = new Image;
		document.slides[i].src = slideRoot+(i+1)+".jpg";
		document.slides[i].height = 289;
		document.slides[i].width = 435;
		document.images.img.src = document.slides[0].src;
	}		
	document.captions = new Array("Beaux and Belles enjoyed post performance banter with Steven Anthony Jones, A.C.T. associate artist and core acting member who plays Zacariah in playwright Athol Fugard's 'Blood Knot'.");
	document.of = document.captions.length;
	document.at = 1;
	if (document.captions[document.slideIndex] != "") {
		document.getElementById("caption").innerHTML = document.captions[document.slideIndex];
	}
	document.getElementById("eventTitle").innerHTML = "\"Blood Knot\" at the A.C.T.";
	document.getElementById("eventDescription").innerHTML = "Beaux and Belles attended a theater performance.";
	document.getElementById("gray").style.visibility = "visible";
	document.getElementById("at").innerHTML = document.at;
	document.getElementById("of").innerHTML = document.of;
	
}



function drumInit() {
	document.slideIndex = 0;
	document.slides = new Array();
	var slideRoot = "images/drum_workshop_08/img-0";
	for (i=0;i<8;i++) {
		document.slides[i] = new Image;
		document.slides[i].src = slideRoot+(i+1)+".jpg";
		document.slides[i].height = 289;
		document.slides[i].width = 435;
		document.images.img.src = document.slides[0].src;
	}		
	document.captions = new Array("Tacuma King - Master Drummer SDOUAE - Sun Drummers of the Urban","Tacuma King instructs Junior Beau Anton Doty in the art of African Drum Making","Junior Beaux Ikenna Nwadibia and Clinton Hill continue to apply threading cord through the loops of the djembe (drum) to assemble the mathematical pattern that creates the djembe's pitch and sound.","Junior Beaux Jamil Burns and Cecil Dedmon continue building the djembe.","Junior Beaux Alex Guillory and Malcolm Norman keep pace with drumming rhythms as they continue to build the djembe","Master Drummer Tacuma King instructs Junior Beau Jamil Burns","Junior Beaux Jumoke Hackett-Walker and Cyrus Wesson keep beat with fellow Junior Beaux","Beautillion Junior Beaux African Drumming Ensemble with Master Drummer Tacuma King");
	document.of = document.captions.length;
	document.at = 1;
	if (document.captions[document.slideIndex] != "") {
		document.getElementById("caption").innerHTML = document.captions[document.slideIndex];
	}
	document.getElementById("eventTitle").innerHTML = "African Drumming Workshop";
	document.getElementById("eventDescription").innerHTML = "Beaux and Jr. Beaux work with Master Drummer Tacuma King to build and play the djembe.";
	document.getElementById("gray").style.visibility = "visible";
	document.getElementById("at").innerHTML = document.at;
	document.getElementById("of").innerHTML = document.of;
	
}

function next() {
	document.slideIndex++;
	if (document.slideIndex == (document.slides.length)) {
		document.slideIndex = 0;	
	}
	document.images.img.src = document.slides[document.slideIndex].src;
	document.getElementById("caption").innerHTML = document.captions[document.slideIndex];
	document.at = document.slideIndex + 1;
	document.getElementById("at").innerHTML = document.at;
}

function prev() {
	document.slideIndex--;
	if (document.slideIndex < 0) {
		document.slideIndex = (document.slides.length - 1);	
	}
	document.images.img.src = document.slides[document.slideIndex].src;
	
	document.getElementById("caption").innerHTML = document.captions[document.slideIndex];
	
	document.at = document.slideIndex + 1;
	document.getElementById("at").innerHTML = document.at;
	
}

function closeGray() {
	document.getElementById("eventTitle").innerHTML = "";
	document.getElementById("caption").innerHTML = "";
	document.getElementById("eventDescription").innerHTML = "";
	document.getElementById("at").innerHTML = 1;
	document.getElementById("gray").style.visibility = "hidden";
	document.images.img.src = "images/empty.jpg";
	document.at = 1;
}
