var $images = new Array('http://www.earthaudit.org/Climate_Velocity/States_2050/Alabama.png','http://www.earthaudit.org/Climate_Velocity/States_2050/Arizona.png','http://www.earthaudit.org/Climate_Velocity/States_2050/Arkansas.png','http://www.earthaudit.org/Climate_Velocity/States_2050/California.png',
'http://www.earthaudit.org/Climate_Velocity/States_2050/Colorado.png','http://www.earthaudit.org/Climate_Velocity/States_2050/Connecticut.png','http://www.earthaudit.org/Climate_Velocity/States_2050/Delaware.png','http://www.earthaudit.org/Climate_Velocity/States_2050/Florida.png','http://www.earthaudit.org/Climate_Velocity/States_2050/Georgia.png',
'http://www.earthaudit.org/Climate_Velocity/States_2050/Idaho.png','http://www.earthaudit.org/Climate_Velocity/States_2050/Illinois.png','http://www.earthaudit.org/Climate_Velocity/States_2050/Indiana.png','http://www.earthaudit.org/Climate_Velocity/States_2050/Iowa.png','http://www.earthaudit.org/Climate_Velocity/States_2050/Kansas.png',
'http://www.earthaudit.org/Climate_Velocity/States_2050/Kentucky.png','http://www.earthaudit.org/Climate_Velocity/States_2050/Louisiana.png','http://www.earthaudit.org/Climate_Velocity/States_2050/Maine.png','http://www.earthaudit.org/Climate_Velocity/States_2050/Maryland.png','http://www.earthaudit.org/Climate_Velocity/States_2050/Massachusetts.png',
'http://www.earthaudit.org/Climate_Velocity/States_2050/Michigan.png','http://www.earthaudit.org/Climate_Velocity/States_2050/Minnesota.png','http://www.earthaudit.org/Climate_Velocity/States_2050/Mississippi.png','http://www.earthaudit.org/Climate_Velocity/States_2050/Missouri.png','http://www.earthaudit.org/Climate_Velocity/States_2050/Montana.png',
'http://www.earthaudit.org/Climate_Velocity/States_2050/Nebraska.png','http://www.earthaudit.org/Climate_Velocity/States_2050/Nevada.png','http://www.earthaudit.org/Climate_Velocity/States_2050/New Hampshire.png','http://www.earthaudit.org/Climate_Velocity/States_2050/New Jersey.png','http://www.earthaudit.org/Climate_Velocity/States_2050/New Mexico.png',
'http://www.earthaudit.org/Climate_Velocity/States_2050/New York.png','http://www.earthaudit.org/Climate_Velocity/States_2050/North Carolina.png','http://www.earthaudit.org/Climate_Velocity/States_2050/North Dakota.png','http://www.earthaudit.org/Climate_Velocity/States_2050/Ohio.png','http://www.earthaudit.org/Climate_Velocity/States_2050/Oklahoma.png',
'http://www.earthaudit.org/Climate_Velocity/States_2050/Oregon.png','http://www.earthaudit.org/Climate_Velocity/States_2050/Pennsylvania.png','http://www.earthaudit.org/Climate_Velocity/States_2050/Rhode Island.png','http://www.earthaudit.org/Climate_Velocity/States_2050/South Carolina.png','http://www.earthaudit.org/Climate_Velocity/States_2050/South Dakota.png',
'http://www.earthaudit.org/Climate_Velocity/States_2050/Tennesee.png','http://www.earthaudit.org/Climate_Velocity/States_2050/Texas.png','http://www.earthaudit.org/Climate_Velocity/States_2050/Utah.png','http://www.earthaudit.org/Climate_Velocity/States_2050/Vermont.png','http://www.earthaudit.org/Climate_Velocity/States_2050/Virginia.png',
'http://www.earthaudit.org/Climate_Velocity/States_2050/Washington.png','http://www.earthaudit.org/Climate_Velocity/States_2050/West Virginia.png','http://www.earthaudit.org/Climate_Velocity/States_2050/Wisconsin.png','http://www.earthaudit.org/Climate_Velocity/States_2050/Wyoming.png','http://www.earthaudit.org/Climate_Velocity/Blank.png');
var $txt = new Array('Montgomery,Alabama','Phoenix,Arizona','Little Rock,Arkansas','Sacramento,California','Denver,Colorado',
'Hartford,Connecticut','Dover,Delaware','Tallahassee,Florida','Atlanta,Georgia','Boise,Idaho','Springfield,Illinois',
'Indianapolis,Indiana','Des Moines,Iowa','Topeka,Kansas','Frankfort,Kentucky','Baton Rouge,Louisiana','Augusta,Maine',
'Annapolis,Maryland','Boston,Massachusetts','Lansing,Michigan','Saint Paul,Minnesota','Jackson,Mississippi',
'Jefferson City,Missouri','Helena,Montana','Lincoln,Nebraska','Carson City,Nevada','Concord,New Hampshire',
'Trenton,New Jersey','Santa Fe,New Mexico','Albany,New York','Raleigh,North Carolina','Bismarck,North Dakota',
'Columbus,Ohio','Oklahoma City,Oklahoma','Salem,Oregon','Harrisburg,Pennsylvania','Providence,Rhode Island',
'Columbia,South Carolina','Pierre,South Dakota','Nashville,Tennesee','Austin,Texas','Salt Lake City,Utah',
'Montpelier,Vermont','Richmond,Virginia','Olympia,Washington','Charleston,West Virginia','Madison,Wisconsin',
'Cheyenne,Wyoming','.');

function switchImage(count)
{
  document.getElementById("desc").innerHTML=$txt[count];
  document.images["mainPhoto"].src = $images[count];
}
