/*var navButtons = new Array ();
navButtons[0] = "home";
navButtons[1] = "intro";
navButtons[2] = "performances";
navButtons[3] = "recordings";
navButtons[4] = "players";
navButtons[5] = "archives";
navButtons[6] = "instruments";
navButtons[7] = "contact";
var buttonName="";
*/
var defaultTxt = "...click on a player's name for more information...";
var kimTxt = "Kim joined Anak Swarasanti in the summer of 2005. She currently plays the anchor <i>jegog</i> instrument - her first instrument ever. She fell under the spell of gamelan after seeing Gamelan Sekar Jaya perform with the Residents in San Francisco in 2000. These days she is often out at sea on a Monterey Bay Aquarium Research Institute research vessel and is only able to play occasionally with the group.";
var codyTxt = "Cody saw Anak Swarasanti play at a performance at the Cabrillo College theater in late 2007 with I Made Surya and Judy Slattum, and joined the group shortly thereafter. Cody is a student at Cabrillo College and also plays guitar. ";
var connieTxt = "Connie started playing gamelan with Lou Harrison, and joined Anak Swarasanti in 2004 after running into Martin at Lou's house in Aptos. When she is not playing gamelan she runs a small book-binding business.";
var janiceTxt = "Janice joined the group in early 2009 and quickly became an expert <i>jegog</i> player. She has now moved up to the more challenging <i>kantil</i> part. In her non-gamelan life Janice has a clinical psychology practice in Santa Cruz.";
var lawrenceTxt = "Lawrence had played in the UCSC Balinese Gamelan Swarasanti with Martin as a student back in the early 90's. Since then he has traveled extensively in India and China, and returned to Anak Swarasanti in 2008.";
var mikeTxt = "Mike started his gamelan career in late 2004. After being deeply inspired by an amazing <i>beleganjur/kecak</i> performance in Santa Cruz, Michael discovered an opportunity to audition for Anak Swarasanti and has been feeling pretty blessed to be a member ever since.";
var astridTxt = "Astrid has been playing with the group since its inception. She finds the big gongs spiritually grounding, and decorated her favorite gong with a beautiful ritual gold design. She has been playing gamelan since 1996 and has recently taken a hiatus but as a founding member she still takes an active interest in the group.";
var martinTxt = "Martin has been a gamelan addict for longer than he cares to remember, and has been playing with UCSC's group Swarasanti under the direction of Linda Burman-Hall since the instruments arrived from Bali in 1992 - he currently serves as Assistant Director, and has taught the Balinese gamelan class at UCSC on and off since 2001. In 1997, he co-founded Anak Swarasanti as an advanced group to bring this fascinating music to new audiences around the Bay Area, and to explore new frontiers of gamelan, perhaps most notably within the San Francisco rave community.";
var bavaniTxt = "Bavani and her friend Connie kept serendipitously crossing paths with Martin and the gamelan throughout early 2004 until they both decided to join the group. Bavani spends part of every year in India.";
var elizabethTxt = "Elizabeth started playing gamelan in 2001 with Gamelan Swarasanti, under Linda Burman-Hall. After graduating she moved away to Memphis, Tennessee, but returned to Santa Cruz in 2005 and immediately joined Anak Swarasanti. Amazingly she still remembers most of the pieces. Elizabeth is now primarily occupied with music teaching but joins the group as time allows.";

if (document.images) {
var kim = new Image();
kim.src = "players_images/kim.jpg";

var cody = new Image();
cody.src = "players_images/cody.jpg";

var connie = new Image();
connie.src = "players_images/connie.jpg";

var janice = new Image();
janice.src = "players_images/janice.jpg";

var lawrence = new Image();
lawrence.src = "players_images/lawrence.jpg";

var mike = new Image();
mike.src = "players_images/mike1.jpg";

var astrid = new Image();
astrid.src = "players_images/astrid.gif";

var martin = new Image();
martin.src = "players_images/martin3a.jpg";

var bavani = new Image();
bavani.src = "players_images/bavani.jpg";

var elizabeth = new Image();
elizabeth.src = "players_images/elizabeth1.jpg";

}

function getPic(ringer, state) {
	if(document.getElementById){
		if(state==0){
			document.images.ringer.src = "players_images/group_vsm.jpg";
			document.getElementById('player_info').innerHTML = defaultTxt;
			document.ringer.alt = ringer;
		}
		if (state==1){
			document.images.ringer.src = eval(ringer + ".src");
			document.getElementById('player_info').innerHTML = eval(ringer + "Txt");
			document.ringer.alt = ringer;
		}
	}
	else {
		document.images.ringer.src = "players_images/group_vsm.jpg";
		document.images.ringer.src = eval(ringer + ".src");
		document.ringer.alt = "Gamelan Anak Swarasanti";
	}
}

