function RoyalsRoster(name,info)
{
var frm = document.Royalspic;

frm.picture.src="images/Royals/"+name+".jpg";

var player = document.getElementById("playername");
var ht = document.getElementById("ht");
var wt = document.getElementById("wt");
var bday = document.getElementById("bday");   
var hs = document.getElementById("hs");
var college = document.getElementById("college");
var years = document.getElementById("years");
var food = document.getElementById("food");
var movie = document.getElementById("movie");
var mem = document.getElementById("mem");

if (name == "DaveAdams")
{
player.firstChild.nodeValue=info;
ht.firstChild.nodeValue="6'0\"";
wt.firstChild.nodeValue="215";
bday.firstChild.nodeValue="7/1/69";
hs.firstChild.nodeValue="John Muir HS Pasadena CA 87";
college.firstChild.nodeValue="Cal State Los Angeles";
years.firstChild.nodeValue="13";
food.firstChild.nodeValue="Anything Mexican Seniortias and Margaritas";
movie.firstChild.nodeValue="For The Love Of The Game";
mem.firstChild.nodeValue="NCAA DIV II Record 6 for 6 VS Cal State Santa Barbara Drafted By the San Dieago Padres 1990 Winning The State Tournament in 2006";

frm.picture.src="images/Royals/DaveAdams.jpg";  //No pic available yet...
}
else if (name == "KirkRubado")
{
player.firstChild.nodeValue=info;
ht.firstChild.nodeValue="5'7\"";
wt.firstChild.nodeValue="199";
bday.firstChild.nodeValue="2/8/71";
hs.firstChild.nodeValue="Grand Rapids Senior High Grand Rapids MN";
college.firstChild.nodeValue="St Cloud State";
years.firstChild.nodeValue="15";
food.firstChild.nodeValue="Anything BBQ";
movie.firstChild.nodeValue="Sandlot";
mem.firstChild.nodeValue="Playing with Darrin Schmidt Every Game at this age";

frm.picture.src="images/Royals/KirkRubado.jpg";  //No pic available yet...
}
else if (name == "DarrinSchmidt")
{
player.firstChild.nodeValue=info;
ht.firstChild.nodeValue="??";
wt.firstChild.nodeValue="??";
bday.firstChild.nodeValue="??";
hs.firstChild.nodeValue="??";
college.firstChild.nodeValue="N/A";
years.firstChild.nodeValue="??";
food.firstChild.nodeValue="??";
movie.firstChild.nodeValue="??";
mem.firstChild.nodeValue="??";

frm.picture.src="images/Royals/Royals12.jpg";  //No pic available yet...
}
else if (name == "NateNeis")
{
player.firstChild.nodeValue=info;
ht.firstChild.nodeValue="5'10\"";
wt.firstChild.nodeValue="175";
bday.firstChild.nodeValue="5/30/87";
hs.firstChild.nodeValue="Chatfield 2005";
college.firstChild.nodeValue="Luther College";
years.firstChild.nodeValue="3";
food.firstChild.nodeValue="Pancakes with Ice Cream";
movie.firstChild.nodeValue="Dumb and Dumber";
mem.firstChild.nodeValue="Getting to play with the Jimmy Strain";

frm.picture.src="images/Royals/NateNeis.jpg";  //No pic available yet...
}
else if (name == "DaveTimmons")
{
player.firstChild.nodeValue=info;
ht.firstChild.nodeValue="6'5\"";
wt.firstChild.nodeValue="175";
bday.firstChild.nodeValue="11/6/88";
hs.firstChild.nodeValue="Lourdes 07";
college.firstChild.nodeValue="St Marys";
years.firstChild.nodeValue="3";
food.firstChild.nodeValue="Prime Rib";
movie.firstChild.nodeValue="Sandlot";
mem.firstChild.nodeValue="Throwing a 1 hitter and Striking out 14 against Pine Island with my College Coach watching me pitch for the first time Then following that with a 2 hitter and striking out 12 against Stewartville";

frm.picture.src="images/Royals/DaveTimmons.jpg";  //No pic available yet...
}
else if (name == "JoeDuda")
{
player.firstChild.nodeValue=info;
ht.firstChild.nodeValue="6'0\"";
wt.firstChild.nodeValue="195";
bday.firstChild.nodeValue="1/19/79";
hs.firstChild.nodeValue="Lourdes 97";
college.firstChild.nodeValue="St. Marys and U of M 01";
years.firstChild.nodeValue="12";
food.firstChild.nodeValue="XL Mr Pizza Special";
movie.firstChild.nodeValue="Slapshot";
mem.firstChild.nodeValue="Winning the State Tournament in 96 with LHS Then again with the A's in 96 then 10 years later the Amateur State with the Royals in 2006";

frm.picture.src="images/Royals/JoeDuda.jpg";  //No pic available yet...
}
else if (name == "EzraCampbell")
{   
player.firstChild.nodeValue=info;
ht.firstChild.nodeValue="6'3\"";
wt.firstChild.nodeValue="190";
bday.firstChild.nodeValue="9/14/88";
hs.firstChild.nodeValue="Mayo HS 07";
college.firstChild.nodeValue="Augustana";
years.firstChild.nodeValue="3";
food.firstChild.nodeValue="BBQ Cheeseburger";
movie.firstChild.nodeValue="Fight Club";
mem.firstChild.nodeValue="Hitting a Grand Slam in Front of my Uncle Paul and being named Big 9 player of the year";

frm.picture.src="images/Royals/EzraCampbell.jpg";  //No pic available yet...
}
else if (name == "RonnieOlson")
{   
player.firstChild.nodeValue=info;
ht.firstChild.nodeValue="??";
wt.firstChild.nodeValue="??";
bday.firstChild.nodeValue="??";
hs.firstChild.nodeValue="??";
college.firstChild.nodeValue="??";
years.firstChild.nodeValue="??";
food.firstChild.nodeValue="??";
movie.firstChild.nodeValue="??";
mem.firstChild.nodeValue="??";

frm.picture.src="images/Royals/Royals12.jpg";  //No pic available yet...
}
else if (name == "TimOesterlin")
{   
player.firstChild.nodeValue=info;
ht.firstChild.nodeValue="5'9\"";
wt.firstChild.nodeValue="160";
bday.firstChild.nodeValue="8/8/88";
hs.firstChild.nodeValue="JM 2006";
college.firstChild.nodeValue="Bethel";
years.firstChild.nodeValue="3";
food.firstChild.nodeValue="Seafood";
movie.firstChild.nodeValue="Anchorman";
mem.firstChild.nodeValue="State High School Tournament 2006";

frm.picture.src="images/Royals/TimOesterlin.jpg";  //No pic available yet...
}
else if (name == "NickObey")
{
player.firstChild.nodeValue=info;
ht.firstChild.nodeValue="6'0\"";
wt.firstChild.nodeValue="195";
bday.firstChild.nodeValue="10/25/88";
hs.firstChild.nodeValue="Chatfield HS 07";
college.firstChild.nodeValue="DMACC Des Moines Area Community College Boone IA";
years.firstChild.nodeValue="2";
food.firstChild.nodeValue="Steak and Potatoes";
movie.firstChild.nodeValue="Bull Durham";
mem.firstChild.nodeValue="Going to the Junior College Div II World Series in Millington TN in May 2008";

frm.picture.src="images/Royals/NickObey.jpg";  //No pic available yet...
}
else if (name == "JoshMatti")
{
player.firstChild.nodeValue=info;
ht.firstChild.nodeValue="5'11\"";
wt.firstChild.nodeValue="195";
bday.firstChild.nodeValue="2/14/82";
hs.firstChild.nodeValue="John Marshall 2000";
college.firstChild.nodeValue="DMACC Boone/U of Sioux Falls";
years.firstChild.nodeValue="7";
food.firstChild.nodeValue="Deep Fried Walleye";
movie.firstChild.nodeValue="Grumpy Old Men";
mem.firstChild.nodeValue="The 2006 season full of ups and downs while making an unbelievable run to win the state title";

frm.picture.src="images/Royals/JoshMatti.jpg";  //No pic available yet...
}
else if (name == "BryanDenisen")
{
player.firstChild.nodeValue=info;
ht.firstChild.nodeValue="N/A";
wt.firstChild.nodeValue="N/A";
bday.firstChild.nodeValue="N/A";
hs.firstChild.nodeValue="N/A";
college.firstChild.nodeValue="N/A";
years.firstChild.nodeValue="1";
food.firstChild.nodeValue="N/A";
movie.firstChild.nodeValue="N/A";
mem.firstChild.nodeValue="N/A";

frm.picture.src="images/Royals/Royals12.jpg";  //No pic available yet...
}
else if (name == "TimWelke")
{
player.firstChild.nodeValue=info;
ht.firstChild.nodeValue="N/A";
wt.firstChild.nodeValue="N/A";
bday.firstChild.nodeValue="N/A";
hs.firstChild.nodeValue="N/A";
college.firstChild.nodeValue="N/A";
years.firstChild.nodeValue="1";
food.firstChild.nodeValue="N/A";
movie.firstChild.nodeValue="N/A";
mem.firstChild.nodeValue="N/A";

frm.picture.src="images/Royals/Royals12.jpg";  //No pic available yet...
}
else if (name == "AdamSikkink")
{
player.firstChild.nodeValue=info;
ht.firstChild.nodeValue="6'5\"";
wt.firstChild.nodeValue="210";
bday.firstChild.nodeValue="3/11/84";
hs.firstChild.nodeValue="Mayo 02";
college.firstChild.nodeValue="Grandview College";
years.firstChild.nodeValue="5";
food.firstChild.nodeValue="General Tso Chicken";
movie.firstChild.nodeValue="The Patriot";
mem.firstChild.nodeValue="The Rochester Royals 2006 State Championship team Every player that year contributed to that title in some way and it was a pleasure and honor to share the field with each of those guys";

frm.picture.src="images/Royals/AdamSikkink.jpg";  //No pic available yet...
}
else if (name == "SpencerBrady")
{
player.firstChild.nodeValue=info;
ht.firstChild.nodeValue="";
wt.firstChild.nodeValue="";
bday.firstChild.nodeValue="";
hs.firstChild.nodeValue="";
college.firstChild.nodeValue="";
years.firstChild.nodeValue="1";
food.firstChild.nodeValue="";
movie.firstChild.nodeValue="";
mem.firstChild.nodeValue="";

frm.picture.src="images/Royals/Royals12.jpg";  //No pic available yet...
}
else if (name == "TomCorcoran")
{
player.firstChild.nodeValue=info;
ht.firstChild.nodeValue="";
wt.firstChild.nodeValue="";
bday.firstChild.nodeValue="";
hs.firstChild.nodeValue="";
college.firstChild.nodeValue="";
years.firstChild.nodeValue="";
food.firstChild.nodeValue="";
movie.firstChild.nodeValue="";
mem.firstChild.nodeValue="";

frm.picture.src="images/Royals/TomCorcoran.jpg";  //No pic available yet..
}
else if (name == "JimStrain")
{
player.firstChild.nodeValue=info;
ht.firstChild.nodeValue="5'11\"";
wt.firstChild.nodeValue="165";
bday.firstChild.nodeValue="2/2/83";
hs.firstChild.nodeValue="Mayo High School 2002";
college.firstChild.nodeValue="DMACC Des Moines Area Community College";
years.firstChild.nodeValue="6";
food.firstChild.nodeValue="Chicken";
movie.firstChild.nodeValue="Gladitor";
mem.firstChild.nodeValue="When our team made it to the 16-18 year old World Series in Virginia We stayed with host families and got to see Washingtin DC It was a great experience and one I will never forget";

frm.picture.src="images/Royals/JimStrain.jpg";  //No pic available yet...
}
else if (name == "ChadWiesner")
{
player.firstChild.nodeValue=info;
ht.firstChild.nodeValue="6'1\"";
wt.firstChild.nodeValue="220";
bday.firstChild.nodeValue="10/5/71";
hs.firstChild.nodeValue="JM 1990";
college.firstChild.nodeValue="U of M";
years.firstChild.nodeValue="10";
food.firstChild.nodeValue="Italian";
movie.firstChild.nodeValue="";
mem.firstChild.nodeValue="Being pulled from a Spring Training game by Lou Pinnella";

frm.picture.src="images/Royals/ChadWiesner.jpg";  //No pic available yet...
}
else if (name == "DanHoefs")
{
player.firstChild.nodeValue=info;
ht.firstChild.nodeValue="5'10\"";
wt.firstChild.nodeValue="217";
bday.firstChild.nodeValue="1/14/57";
hs.firstChild.nodeValue="Gaylord HS 75";
college.firstChild.nodeValue="U of M Morris 79";
years.firstChild.nodeValue="11";
food.firstChild.nodeValue="Fish and Seafood";
movie.firstChild.nodeValue="The Shawshank Redemption";
mem.firstChild.nodeValue="I have many incredible memories from the Great Game of Baseball. Those memories include both personal and team accomplishments. I feel very fortunate to have been a part of 5 State amateur championship teams, 4 as a player and 1 as a manager. As good as winning it all as a player feels, nothing compares with the satisfaction and pride you feel as the winning manager it is Awesome! Although those 5 championships are very special to me, nothing can ever replace the relationships I've developed with teammates, opposing players and coaches, umpires and fans through baseball. A day at the old baseball yard is Always a great day, Maybe the best of Days!! PLAY BALL!!";

frm.picture.src="images/Royals/DanHoefs.jpg";  //No pic available yet...
}
else if (name == "GregGlasenapp")
{
player.firstChild.nodeValue=info;
ht.firstChild.nodeValue="";
wt.firstChild.nodeValue="";
bday.firstChild.nodeValue="3/27/59";
hs.firstChild.nodeValue="Mayo 1977";
college.firstChild.nodeValue="Mankato State";
years.firstChild.nodeValue="10";
food.firstChild.nodeValue="Chinese";
movie.firstChild.nodeValue="The Outlaw Josey Wales";
mem.firstChild.nodeValue="Winning the State Legion Tournament in 1996 and the State Amateur Tournament in 2006 ";

frm.picture.src="images/Royals/GregGlasenapp.jpg";  //No pic available yet...
}
else if (name == "BrandonButtruff")
{
player.firstChild.nodeValue=info;
ht.firstChild.nodeValue="5'0\"";
wt.firstChild.nodeValue="122";
bday.firstChild.nodeValue="4/2/84";
hs.firstChild.nodeValue="Stewartville 2003";
college.firstChild.nodeValue="N/A";
years.firstChild.nodeValue="2";
food.firstChild.nodeValue="Tacos";
movie.firstChild.nodeValue="Rush Hour";
mem.firstChild.nodeValue="Twins winning the World Series";

frm.picture.src="images/Royals/BrandonButtruff.jpg"; //No pic available yet...
}
}
function NoPic()
{
var frm = document.Royalspic;

frm.picture.src="images/Royals/Royals.jpg";
}