//******************************************************************************
var musicians = new Array(27);
musicians[ 0] = new Array("Patrick_Godon", "piano");
musicians[ 1] = new Array("Mary_Sauer", "piano");
musicians[ 2] = new Array("Jessica_Usherwood", "soprano");
musicians[ 3] = new Array("Elizabeth_Choi", "violin");
musicians[ 4] = new Array("Sarah_Jacques", "violin");
musicians[ 5] = new Array("Roxana_Pavel-Goldstein", "violin");
musicians[ 6] = new Array("Gabriel_Schlaffer", "viola");
musicians[ 7] = new Array("Carolina_Gomez", "cello");
musicians[ 8] = new Array("Jocelyn_Butler", "cello");
musicians[ 9] = new Array("Marguerite_Lynn_Williams", "harp");
musicians[10] = new Array("Joanna_Messer", "flute");
musicians[11] = new Array("Machiko_Ogawa_Schlaffer", "oboe");
musicians[12] = new Array("Pamela_Coats", "clarinet");
musicians[13] = new Array("Marci_Gurnow", "clarinet");
musicians[14] = new Array("Jason_Kramer", "bassoon");
musicians[15] = new Array("Keri_Godon", "horn");
musicians[16] = new Array("Simon_Menin", "trumpet");
musicians[17] = new Array("Andrea_Vonk", "trumpet");
musicians[18] = new Array("Karin_Bliznik", "trumpet");
musicians[19] = new Array("Chelsea_French", "trombone");
musicians[20] = new Array("Arkadiusz_Gorecki", "trombone");
musicians[21] = new Array("Anna_Velzo", "oboe"); 
musicians[22] = new Array("Sean_Whitaker", "tuba"); 
musicians[23] = new Array("Jeremy_Attanaseo", "bass"); 
musicians[24] = new Array("Brian_Reichenbach", "trumpet"); 
musicians[25] = new Array("Rose_Armbrust_Griffin", "viola"); 
musicians[26] = new Array("Yuka_Kadota", "violin"); 


//******************************************************************************
var quotes = new Array(28);
//quotes[name] = Array('quote', 'author');

quotes["Patrick_Godon"] = new Array(
"Playing chamber music with these amazing players produces a creative artistic "+
"energy that <u>must</u> be experienced.  You leave the "+
"concert enriched and inspired to strive for greatness in your own life.",
"-- Patrick Godon, piano");

quotes["Marguerite_Lynn_Williams"] = new Array(
"A truly enlightened performance speaks from the soul of a musician. "+
"Performing chamber music allows musicians to share this feeling intimately "+
"with themselves and the audience.",
"-- Marguerite Lynn Williams, harp");

quotes["Sarah_Jacques"] = new Array(
"Chamber music is a beautiful dialog between each artist's expressive ideas.",
"-- Sarah Jacques, violin");

quotes["Roxana_Pavel-Goldstein"] = new Array(
"Chamber music is an ongoing conversation; and "+
"possibly the most complete genre of classical music as "+
"it affords the most luxurious contrasts in both solo "+
"and ensemble playing.",
"-- Roxana Pavel-Goldstien, violin");

quotes["Zsuzsa_Leon"] = new Array(
"I love chamber music because of its dynamic nature",
"-- Zsuzsa Leon, violin");

quotes["Gabriel_Schlaffer"] = new Array(
"Music gives me the opportunity to express all the things "+
"that I can never figure out how to express in sentences.",
"-- Gabriel Schlaffer, viola");

quotes["Carolina_Gomez"] = new Array(
"Playing chamber music is like having a wonderful, animated "+  
"conversation in which all involved reveal their innermost thoughts "+
"and feelings.",
"-- Carolina Gomez, cello");

quotes["Machiko_Ogawa_Schlaffer"] = new Array(
"The beauty of a musical phrase can parallel the beauty of a flower, a "+
"waterfall, or a nice, warm bowl of miso soup.",
"-- Machiko Ogawa Schlaffer, oboe");

quotes["Marci_Gurnow"] = new Array(
"Music is my escape from reality.  It helps one express what cannot be said in words.",
"-- Marci Gurnow, clarinet");

quotes["Pamela_Coats"] = new Array(
"For me, chamber music is the most effective way to "+
"have an opinion and know that it counts but it's not the only one that "+
"counts -- like democracy. It's also the most intimate musical situation that "+
"one can have with other people. It brings understanding that is not capable "+
"of being expressed in words.",
"-- Pamela Coats, clarinet");

quotes["Keri_Godon"] = new Array(
"I adore chamber music for its ability to draw us deeply into the heart and "+
"mind of the composer. It is a delight to reveal glimpses of that character "+
"through the horn.",
"-- Keri Godon, horn");

quotes["David_Leon"] = new Array(
"Chamber music is the ultimate form of team work and unity",
"-- David Leon, trumpet");

quotes["Simon_Menin"] = new Array(
"Music is one of my most fundamental needs in life. "+
"To me, a world without music, no matter what kind of "+
"music, would be dull, colourless, and wouldn't make "+
"any sense whatsoever.",
"-- Simon Menin, trumpet");

quotes["Andrea_Vonk"] = new Array(
"Chamber music is like fine wine sometimes sweet, sometimes fruity, sometimes "+
"light, other times complex, but always tasty.",
"-- Andrea Vonk, trumpet");

quotes["Arkadiusz_Gorecki"] = new Array(
"Music fills my whole life; it is my escape from reality to a better world. "+
"I've found peace, love, and joy in music, and I'm happy when I "+
"can share those feelings with other people by playing.",
"-- Arkadiusz Gorecki, trombone");

quotes["Chelsea_French"] = new Array(
"As a musician, I have found nothing more fulfilling "+
"than the thoughtful preparation and the heartfelt "+
"performance of great chamber music in collaboration "+
"with a few of my best friends.",
"-- Chelsea French, trombone");

quotes["Jocelyn_Butler"] = new Array(
"Chamber music gives me an opportunity to collaborate with artists "+
"dedicating themselves to produce the range and depth of emotions a "+
"composer wishes to convey.",
"-- Jocelyn Butler, cello");

quotes["Elizabeth_Choi"] = new Array(
"Chamber music lives and breathes in each performer. Feeling this energy "+
"exchanged within the group of performers is a truly unique experience I've "+
"only felt when playing and seeing chamber music performed.",
"-- Elizabeth Choi, violin");

quotes["Joanna_Messer"] = new Array(
"The vulnerability of live performance, of musicians playing together in small "+
"groups is what appeals to me most about being a chamber musician. Daring to "+
"expose myself in such an intimate way in front of a group of people without an "+
"army of orchestral fellows surrounding me - there is no greater form of expression, "+
"in my opinion. Each performance is a special community; none of these people are "+
"likely to be in the same room together again in the same way. A good chamber music "+
"performance reinforces how precious the present time is and how our art is about being "+
"in the moment and experiencing our lives now, not in the distant future.",
"-- Joanna Messer, flute");

quotes["Jason_Kramer"] = new Array(
"I enjoy chamber music for the fact that it allows me to work with other muscians in "+
"a more intimate way than what I experience in an orchestral setting",
"-- Jason Kramer, bassoon");

quotes["Jessica_Usherwood"] = new Array(
"In chamber music a unique intimacy is created between the artists and their audience.",
"-- Jessica Usherwood, soprano");

quotes["Anna_Velzo"] = new Array(
"As a musician, there's nothing quite like the energy and vulnerability "+
"that occurs in an intimate chamber music setting.",
"-- Anna Velzo, oboe");

quotes["Jeremy_Attanaseo"] = new Array(
"Chamber music to me is an intimate, yet intense relaying of emotion from the musicians "+
"to their audience. It is a dialogue that anyone from any background can see and feel.",
"-- Jeremy Attanaseo, double bass");

quotes["Karin_Bliznik"] = new Array(
"Music is a form of communication which is ineffable.",
"-- Karin Bliznik, trumpet");

quotes["Sean_Whitaker"] = new Array(
"For an instrument like the tuba, which is often relegated to supporting roles or counting "+
"rests, chamber music provides much-appreciated opportunities for musical expression and growth. "+
"The increased ownership of the artistic experience and the pure fun of performing challenging "+
"works with friends make chamber music a critical part of a satisfying musical life.",
"-- Sean Whitaker, tuba");

quotes["Mary_Sauer"] = new Array(
"The musicianship developed through collaborative work cannot be achieved in any other way;  "+
"its importance for any musician cannot be overemphasized.  The musician’s participation hones his/her flexibility, "+
"listening capabilities, technical and musical gifts, all for greater fluency of communication.  "+
"And for the audience, listening to the smaller ensemble groups brings more personal involvement and enjoyment, "+
"and an intimate, deep connection to the musicians and the composers they present.",
"-- Mary Sauer, Artistic Advisor");

quotes["Brian_Reichenbach"] = new Array(
"Chamber music is about listening - listening so intimately to others who are listening just as closely to you.",
"-- Brian Reichenbach, trumpet");

quotes["Rose_Armbrust_Griffin"] = new Array(
"Chamber music is where one learns to play well with others.  You learn to share, listen, support and lead all while maintaing your own voice. It's an incredibly rewarding experience.",
"-- Rose Armbrust, viola");

quotes["Yuka_Kadota"] = new Array(
"Playing chamber music is great for all the romantic reasons one can think of but also because it cuts to the chase; it reveals who you are, how you think and whether or not you like the person sitting to your left.",
"-- Yuka Kadota, violin");


