// SuzyCategory:  Add your new category names.  Be sure to leave in the 'all' category!
SuzyCategory = new Array("all", "Fair_Admin", "Setup", "Registration", "EISEF_Judging", "Exhibit_Areas", 
"Junior_Exhibits", "Senior_Exhibits", "Awards_Ceremony")

MainVar = 0; // Sets up the variable that counts the pictures.

// Allows you to use variables for the array instead of numbers.
function Fix( DatVal, 
              PicVal, 
              TitVal, 
              CatVal, 
              TxtVal,
              BigPicVal ) { 
   this.DatVal = DatVal 
   this.PicVal = PicVal 
   this.TitVal = TitVal 
   this.CatVal = CatVal
   this.TxtVal = TxtVal 
   this.BigPicVal = BigPicVal 
} 
var MainArray = new Array() // Sets up the main array.

// Now add one line for each picture you want in the album.  The format of these lines is shown below:
// MainArray[MainVar++] = new Fix("date", "picname.jpg", "pic title", "category", "pic description", "bigpicname.jpg" )

//======================================================================================================

MainArray[MainVar++] = new Fix("EISEF 2004",
"logos/EISEF2004Pin.jpg",
"2004 EISEF Logo",
"Fair_Admin",
"In past years we had featured nuclear physics, space exploration, electronics, and biotechnology. This  seemed like a good year for chemistry and laboratory experimentation."
);

MainArray[MainVar++] = new Fix("EISEF 2004",
"images_2004/2004_eisef_board.jpg",
"EISEF Board of Directors",
"Fair_Admin",
"The EISEF Board of Directors, on March 8, 2004.<br>Left&ndash;right: Jeff Kuehl, Tracy Weaver, Dave Murray, Linda Kelly, Colleen Kobe, Walker Kelly, Shirley Starr, Bill Gober, Pam Kraus, Gary Palmer, Jo Mahoney"
);

MainArray[MainVar++] = new Fix("EISEF 2004",
"images_2004/2004_friday_boy_scouts_1.jpg",
"Boy Scouts receive instructions",
"Setup",
"Boy Scout Troop 29 was a big help setting up for the Fair.  Thank you!<br><br>Walker Kelly tells the boy scouts how to put the paper and skirts on the tables.<br><br>(l&ndash;r) Burton Loupee, Walker Kelly, Pam Kraus" 
);

MainArray[MainVar++] = new Fix("EISEF 2004",
"images_2004/2004_friday_boy_scouts_2.jpg",
"Boy Scouts setting up tables",
"Setup",
"Boy scouts setting up some of the 75 tables used for the student exhibits." 
);

MainArray[MainVar++] = new Fix("EISEF 2004",
"images_2004/2004_friday_boy_scouts_3.jpg",
"Boy Scouts covering tables",
"Setup",
"Boy scouts rolling out the paper covering for the student exhibit tables." 
);
MainArray[MainVar++] = new Fix("EISEF 2004",
"images_2004/2004_friday_colleen.jpg",
"Colleen Kobe during setup",
"Setup",
"Colleen Kobe keeps smiling even though there's a lot to do tonight&mdash;and then there's Fair Day." 
);

MainArray[MainVar++] = new Fix("EISEF 2004",
"images_2004/2004_friday_michelle_linda.jpg",
"Preparing student packets",
"Setup",
"Michelle Shaw and Linda Kelly finish up some last-minute paperwork to go in the students' packets." 
);

MainArray[MainVar++] = new Fix("EISEF 2004",
"images_2004/2004_friday_meeting_1.jpg",
"Friday evening Board meeting",
"Setup",
"The EISEF Board holds a brief meeting on Friday evening.<br><br>(L&ndash;r) Walker Kelly, Bill Gober, Jim Shaw"
);

MainArray[MainVar++] = new Fix("EISEF 2004",
"images_2004/2004_friday_meeting_2.jpg",
"Friday evening Board meeting",
"Setup",
"(L&ndash;r) Jim Shaw, Colleen Kobe, Jeff Kuehl, Heather Adams"
);

MainArray[MainVar++] = new Fix("EISEF 2004",
"images_2004/2004_friday_meeting_3.jpg",
"Friday evening Board meeting",
"Setup",
"(L&ndash;r) Dave Murray, Linda Kelly, Jo Mahoney, Pam Kraus, Michelle Shaw" 
);

//======================================================================================================

MainArray[MainVar++] = new Fix("EISEF 2004",
"images_2004/2004_reg_student.jpg",
"Student Registration",
"Registration",
"Between 8 and 9 a.m., the Fair Day Registration staff signs in the students (170 of them) and checks their exhibits for safety." 
);

MainArray[MainVar++] = new Fix("EISEF 2004",
"images_2004/2004_reg_judging.jpg",
"Judging Registration",
"Registration",
"Meanwhile, outside the Awards &amp; Judging room, the judging registration volunteers are busy signing in the 150 EISEF judges." 
);

MainArray[MainVar++] = new Fix("EISEF 2004",
"images_2004/2004_reg_special_awards.jpg",
"Special Awards Registration",
"Registration",
"Inside the Awards &amp; Judging room, Awards Chair Colleen Kobe registers the judge for the U.S. Army Special Awards.<br><br>At her right, Jim Shaw checks the green sheets that the judges will fill out.<br><br>In the background, an EISEF judge selects his exhibits." 
);

//======================================================================================================

MainArray[MainVar++] = new Fix("EISEF 2004",
"images_2004/2004_judging_3.jpg",
"Selecting exhibits to judge",
"EISEF_Judging",
"An EISEF judge selects his exhibits by placing his numbered stickers on the exhibit score sheets." 
);

MainArray[MainVar++] = new Fix("EISEF 2004",
"images_2004/2004_judging_meeting.jpg",
"Judges' Briefing",
"EISEF_Judging",
"Brad Ajango, Junior Physical Division Lead, addresses the EISEF judges' briefing at 9 a.m." 
);

MainArray[MainVar++] = new Fix("EISEF 2004",
"images_2004/2004_judging_2.jpg",
"Posting Scores",
"EISEF_Judging",
"An EISEF judge posts the scores that he has given his exhibits." 
);

MainArray[MainVar++] = new Fix("EISEF 2004",
"images_2004/2004_judging_1.jpg",
"Checking Scores",
"EISEF_Judging",
"Brad Ajango considers the posted scores in his division.It's still early&mdash;not many scores yet." 
);

//======================================================================================================

MainArray[MainVar++] = new Fix("EISEF 2004",
"images_2004/2004_exhibit_juniors_3.jpg",
"Junior Physical Exhibits",
"Exhibit_Areas",
"" 
);

MainArray[MainVar++] = new Fix("EISEF 2004",
"images_2004/2004_exhibit_juniors_2.jpg",
"Junior Physical Exhibits",
"Exhibit_Areas",
"" 
);

MainArray[MainVar++] = new Fix("EISEF 2004",
"images_2004/2004_exhibit_juniors_4.jpg",
"Junior Team Exhibits",
"Exhibit_Areas",
"" 
);

MainArray[MainVar++] = new Fix("EISEF 2004",
"images_2004/2004_exhibit_juniors_1.jpg",
"Junior Team Exhibits",
"Exhibit_Areas",
"Sixteen of the 22 junior team exhibits.  Yes, sometimes it got crowded in the aisles between the tables." 
);

MainArray[MainVar++] = new Fix("EISEF 2004",
"images_2004/2004_exhibit_seniors_1.jpg",
"Senior Physical Exhibits",
"Exhibit_Areas",
"This is toward the east end of Lindale Mall, where space was at less of a premium." 
);

MainArray[MainVar++] = new Fix("EISEF 2004",
"images_2004/2004_exhibit_seniors_2.jpg",
"Senior Biological Exhibits",
"Exhibit_Areas",
"" 
);

//======================================================================================================

MainArray[MainVar++] = new Fix("EISEF 2004",
"images_2004/2004_jb03_judging.jpg",
"Exhibit: Stewart Sankey",
"Junior_Exhibits",
"Stewart Sankey (left)<br>&laquo;&nbsp;Taste Discrimination&nbsp;&raquo;<br>Harding MS, Cedar Rapids<br>Teacher: Jean Oberbroeckling" 
);

MainArray[MainVar++] = new Fix("EISEF 2004",
"images_2004/2004_jb05(m).jpg",
"Exhibit: Lee Hunold",
"Junior_Exhibits",
"Lee Hunold<br>EISEF Junior Champion<br>&laquo;&nbsp;Survival of a Seed Embryo&nbsp;&raquo;<br>Central Lee, Donnellson<br>Teacher: Kyle Van Ausdall<br><br><font size=\"1\">(Photo by Marzen Photography)</font>" 
);

MainArray[MainVar++] = new Fix("EISEF 2004",
"images_2004/2004_jb05_judging.jpg",
"Exhibit: Lee Hunold",
"Junior_Exhibits",
"Lee Hunold (with pointer) describes his project to a judge." 
);

MainArray[MainVar++] = new Fix("EISEF 2004",
"images_2004/2004_jb17(m).jpg",
"Exhibit: Jacob Schulte",
"Junior_Exhibits",
"Jacob Schulte<br>EISEF Junior Biological Division Class I winner<br>&laquo;&nbsp;The Effects of Paylean on Pigs&nbsp;&raquo;<br>Marquette MS, West Point<br>Teacher: Amanda Schiller<br><br><font size=\"1\">(Photo by Marzen Photography)</font>" 
);

MainArray[MainVar++] = new Fix("EISEF 2004",
"images_2004/2004_jb21(m).jpg",
"Exhibit: Christina Davison",
"Junior_Exhibits",
"Christina Davison<br>EISEF Junior Biological Division Honorable Mention winner<br>&laquo;&nbsp;Easy as Black and White&nbsp;&raquo;<br>Harding MS, Cedar Rapids<br>Teacher: Deb Hess<br><br><font size=\"1\">(Photo by Marzen Photography)</font>" 
);

MainArray[MainVar++] = new Fix("EISEF 2004",
"images_2004/2004_jb24(m).jpg",
"Exhibit: Tige Hutcheson",
"Junior_Exhibits",
"Tige Hutcheson<br>EISEF Junior Biological Division Class II winner<br>&laquo;&nbsp;Do You See What I See?&nbsp;&raquo;<br>Harding MS, Cedar Rapids<br>Teacher: Deb Hess<br><br><font size=\"1\">(Photo by Marzen Photography)</font>" 
);

MainArray[MainVar++] = new Fix("EISEF 2004",
"images_2004/2004_jb29(m).jpg",
"Exhibit: Megan Bartholomew",
"Junior_Exhibits",
"Megan Bartholomew<br>EISEF Junior Biological Division Class I winner<br>&laquo;&nbsp;Stronger Soybeans:  Phase 2&nbsp;&raquo;<br>Central Lee, Donnellson<br>Teacher: Kyle Van Ausdall<br><br><font size=\"1\">(Photo by Marzen Photography)</font>" 
);

MainArray[MainVar++] = new Fix("EISEF 2004",
"images_2004/2004_jb47_judging(m).jpg",
"Exhibit: Keaton Rickels",
"Junior_Exhibits",
"Keaton Rickels (center) describes his project.<br>EISEF Junior Biological Division Class II winner<br>&laquo;&nbsp;Reducing Nitrates and Ammonia with Woodchips&nbsp;&raquo;<br>Riverbend MS, Iowa Falls<br>Teacher: Ronn Rickels<br><br><font size=\"1\">(Photo by Marzen Photography)</font>" 
);

MainArray[MainVar++] = new Fix("EISEF 2004",
"images_2004/2004_jb50(m).jpg",
"Exhibit: Jennifer Klavon",
"Junior_Exhibits",
"Jennifer Klavon<br>&laquo;&nbsp;Soap, It Does Your Hands Good!&nbsp;&raquo;<br>Harding MS, Cedar Rapids<br>Teacher: Dave Gerlach<br><br><font size=\"1\">(Photo by Marzen Photography)</font>" 
);

MainArray[MainVar++] = new Fix("EISEF 2004",
"images_2004/2004_jb51(m).jpg",
"Exhibit: Alexandria Swigart",
"Junior_Exhibits",
"Alexandria Swigart<br>EISEF Junior Biological Division Class I winner<br>&laquo;&nbsp;Round-up Ready:  The Next Generation&nbsp;&raquo;<br>Maharishi SAE, Fairfield<br>Teacher: Mary Tarnoff<br><br><font size=\"1\">(Photo by Marzen Photography)</font>" 
);

MainArray[MainVar++] = new Fix("EISEF 2004",
"images_2004/2004_jp04(m).jpg",
"Exhibit: Jordan Lightfoot",
"Junior_Exhibits",
"Jordan Lightfoot<br>EISEF Junior Champion<br>&laquo;&nbsp;C.S.I. Cigarette Smoke Inhalant&nbsp;&raquo;<br>Central Lee, Donnellson<br>Teacher: Kyle Van Ausdall<br><br><font size=\"1\">(Photo by Marzen Photography)</font>" 
);

MainArray[MainVar++] = new Fix("EISEF 2004",
"images_2004/2004_jp13_judging.jpg",
"Exhibit: Jeralyn Westercamp",
"Junior_Exhibits",
"Jeralyn Westercamp (center, facing camera)<br>&laquo;&nbsp;Tooth Decay and the Effects Soda Has on Them&nbsp;&raquo;<br>Harding MS, Cedar Rapids<br>Teacher: Jean Oberbroeckling" 
);

MainArray[MainVar++] = new Fix("EISEF 2004",
"images_2004/2004_jp19_judging.jpg",
"Exhibit: Rhiannon Williams",
"Junior_Exhibits",
"Rhiannon Williams (center)<br>EISEF Junior Physical Division Honorable Mention winner<br>&laquo;&nbsp;Protect Your Abode With The Right Mode&nbsp;&raquo;<br>Harding MS, Cedar Rapids<br>Teacher: Dave Gerlach" 
);

MainArray[MainVar++] = new Fix("EISEF 2004",
"images_2004/2004_jp37_judging.jpg",
"Exhibit: Amelia Steffensmeier",
"Junior_Exhibits",
"Amelia Steffensmeier (left)<br>&laquo;&nbsp;What Blows Up Your Balloon?&nbsp;&raquo;<br>Marquette MS, West Point<br>Teacher: Amanda Schiller" 
);

MainArray[MainVar++] = new Fix("EISEF 2004",
"images_2004/2004_t17_judging.jpg",
"Exhibit: Dorothy Kern & Lanie Goldstien",
"Junior_Exhibits",
"Dorothy Kern & Lanie Goldstien discuss their project with a judge (right)<br>EISEF Junior Teams Class I winner<br>&laquo;&nbsp;Does Maharishi Ayer Ved Pulse Method Affect Free Throw Percentages?&nbsp;&raquo;<br>Maharishi SAE, Fairfield<br>Teacher: Mary Tarnoff" 
);

//======================================================================================================

MainArray[MainVar++] = new Fix("EISEF 2004",
"images_2004/2004_sb01(m).jpg",
"Exhibit: Jesse Dodds",
"Senior_Exhibits",
"Jesse Dodds<br>EISEF Senior Biological Division Honorable Mention winner<br>&laquo;&nbsp;Comparison of Red Colony and Strain MM-294 <em>E.coli</em> on Amp Resistant Agar&nbsp;&raquo;<br>Central Lee, Donnellson<br>Teacher: Ernie Schiller<br><br><font size=\"1\">(Photo by Marzen Photography)</font>" 
);

MainArray[MainVar++] = new Fix("EISEF 2004",
"images_2004/2004_sb03(m).jpg",
"Exhibit: Michael Fosdick",
"Senior_Exhibits",
"Michael Fosdick<br>EISEF Senior Champion<br>&laquo;&nbsp;Pyrethroid Pesticide Effect on <em>Aphis glycines</em> Predator <em>Harmonia axyridis</em>&nbsp;&raquo;<br>Mediapolis HS, Mediapolis<br>Teacher: Nancy Carter<br><br><font size=\"1\">(Photo by Marzen Photography)</font>" 
);

MainArray[MainVar++] = new Fix("EISEF 2004",
"images_2004/2004_sb04(m).jpg",
"Exhibit: Mauree Gibson",
"Senior_Exhibits",
"Mauree Gibson<br>EISEF Senior Biological Division Class I winner<br>&laquo;&nbsp;Environmental Effects of Industrial Run-off on <em>Daphnia magna</em>&nbsp;&raquo;<br>Central Lee, Donnellson<br>Teacher: Ernie Schiller<br><br><font size=\"1\">(Photo by Marzen Photography)</font>" 
);

MainArray[MainVar++] = new Fix("EISEF 2004",
"images_2004/2004_sb05(m).jpg",
"Exhibit: Rachael Collier",
"Senior_Exhibits",
"Rachael Collier<br>EISEF Senior Champion<br>&laquo;&nbsp;Risk of Limestone Road Dust on Monarch Larvae Growth and Development&nbsp;&raquo;<br>Mediapolis HS, Mediapolis<br>Teacher: Nancy Carter<br><br>Rachael was an EISEF Senior Champion in 2002.<br><br><font size=\"1\">(Photo by Marzen Photography)</font>" 
);

MainArray[MainVar++] = new Fix("EISEF 2004",
"images_2004/2004_sb09(m).jpg",
"Exhibit: Lisa Thornburg",
"Senior_Exhibits",
"Lisa Thornburg<br>EISEF Senior Biological Division Class II winner<br>&laquo;&nbsp;Studies of Bacteria&nbsp;&raquo;<br>Central Lee, Donnellson<br>Teacher: Ernie Schiller<br><br><font size=\"1\">(Photo by Marzen Photography)</font>" 
);

MainArray[MainVar++] = new Fix("EISEF 2004",
"images_2004/2004_sb10(m).jpg",
"Exhibit: Ted Myers",
"Senior_Exhibits",
"Ted Myers<br>EISEF Senior Biological Division Class II winner<br>&laquo;&nbsp;Genetic Inheritance in Guppies&nbsp;&raquo;<br>Solon HS, Solon<br>Teacher: Bennett Brown<br><br><font size=\"1\">(Photo by Marzen Photography)</font>" 
);

MainArray[MainVar++] = new Fix("EISEF 2004",
"images_2004/2004_sp01(m).jpg",
"Exhibit: Wesley Hard",
"Senior_Exhibits",
"Wesley Hard<br>EISEF Senior Physical Division Class I winner<br>&laquo;&nbsp;Effects of the Formation of Ice on the Lift Created by the Airfoil&nbsp;&raquo;<br>Burlington HS, Burlington<br>Teacher: Tami Plein<br><br><font size=\"1\">(Photo by Marzen Photography)</font>" 
);

MainArray[MainVar++] = new Fix("EISEF 2004",
"images_2004/2004_sp01_judging.jpg",
"Exhibit: Wesley Hard",
"Senior_Exhibits",
"Wesley Hard (right) explains his project to a judge." 
);

MainArray[MainVar++] = new Fix("EISEF 2004",
"images_2004/2004_sp02(m).jpg",
"Exhibit: Breanne Hunold",
"Senior_Exhibits",
"Breanne Hunold<br>EISEF Senior Physical Division Class I winner<br>&laquo;&nbsp;An Extra Boost?  Yes, a Possible Energy Solution - Phase II&nbsp;&raquo;<br>Central Lee, Donnellson<br>Teacher: Ernie Schiller<br><br><font size=\"1\">(Photo by Marzen Photography)</font>" 
);

MainArray[MainVar++] = new Fix("EISEF 2004",
"images_2004/2004_sp03(m).jpg",
"Exhibit: Staci Sieren",
"Senior_Exhibits",
"Staci Sieren<br>EISEF Senior Physical Division Honorable Mention winner<br>&laquo;&nbsp;Battle of the Power Brushes&nbsp;&raquo;<br>Keota Jr/Sr High, Keota<br>Teacher: Chris Parrish<br><br><font size=\"1\">(Photo by Marzen Photography)</font>" 
);

MainArray[MainVar++] = new Fix("EISEF 2004",
"images_2004/2004_sp03_judging(m).jpg",
"Exhibit: Staci Sieren",
"Senior_Exhibits",
"Staci Sieren (left) describes her project to the judge for the U.S. Army award." 
);
MainArray[MainVar++] = new Fix("EISEF 2004",
"images_2004/2004_sp04(m).jpg",
"Exhibit: Jamilee Lightfoot",
"Senior_Exhibits",
"Jamilee Lightfoot<br>EISEF Senior Physical Division Class II winner<br>&laquo;&nbsp;Freedom Fuel \"Summerized\"&nbsp;&raquo;<br>Central Lee, Donnellson<br>Teacher: Ernie Schiller<br><br><font size=\"1\">(Photo by Marzen Photography)</font>" 
);

MainArray[MainVar++] = new Fix("EISEF 2004",
"images_2004/2004_sp04_judging.jpg",
"Exhibit: Jamilee Lightfoot",
"Senior_Exhibits",
"Jamilee Lightfoot (facing camera) explains her project to an EISEF judge." 
);

MainArray[MainVar++] = new Fix("EISEF 2004",
"images_2004/2004_sp05(m).jpg",
"Exhibit: Aaron Newcomb",
"Senior_Exhibits",
"Aaron Newcomb<br>&laquo;&nbsp;Wind Energy and Its Efficiency at Different Rates of Speed&nbsp;&raquo;<br>Solon HS, Solon<br>Teacher: Bennett Brown<br><br><font size=\"1\">(Photo by Marzen Photography)</font>" 
);

MainArray[MainVar++] = new Fix("EISEF 2004",
"images_2004/2004_sp06(m).jpg",
"Exhibit: Anthony Schulte",
"Senior_Exhibits",
"Anthony Schulte<br>&laquo;&nbsp;Wind Improvement&nbsp;&raquo;<br>Marquette HS, West Point<br>Teacher: Amanda Schiller<br><br><font size=\"1\">(Photo by Marzen Photography)</font>" 
);

MainArray[MainVar++] = new Fix("EISEF 2004",
"images_2004/2004_sp07(m).jpg",
"Exhibit: Trenton Burgess",
"Senior_Exhibits",
"Trenton Burgess<br>&laquo;&nbsp;How Much Vitamin C Are You Getting?&nbsp;&raquo;<br>Central Lee, Donnellson<br>Teacher: Ernie Schiller<br><br><font size=\"1\">(Photo by Marzen Photography)</font>" 
);

MainArray[MainVar++] = new Fix("EISEF 2004",
"images_2004/2004_sp08(m).jpg",
"Exhibit: Cory Dies",
"Senior_Exhibits",
"Cory Dies<br>EISEF Senior Physical Division Honorable Mention winner<br>&laquo;&nbsp;Contaminants in Creek Water:  Nitrates, Nitrites, Phosphates&nbsp;&raquo;<br>Bennett Comm., Bennett<br>Teacher: Steve Koopmann<br><br><font size=\"1\">(Photo by Marzen Photography)</font>" 
);

MainArray[MainVar++] = new Fix("EISEF 2004",
"images_2004/2004_sp09(m).jpg",
"Exhibit: Trevaniel Temple",
"Senior_Exhibits",
"Trevaniel Temple<br>EISEF Senior Physical Division Class II winner<br>&laquo;&nbsp;Wind Breaks Preserving Our Land&nbsp;&raquo;<br>Keota Jr/Sr High, Keota<br>Teacher: Chris Parrish<br><br><font size=\"1\">(Photo by Marzen Photography)</font>" 
);

MainArray[MainVar++] = new Fix("EISEF 2004",
"images_2004/2004_sp11(m).jpg",
"Exhibit: Kent Kruse",
"Senior_Exhibits",
"Kent Kruse<br>&laquo;&nbsp;Electrolysis of Water&nbsp;&raquo;<br>Marquette HS, West Point<br>Teacher: Amanda Schiller<br><br><font size=\"1\">(Photo by Marzen Photography)" 
);

MainArray[MainVar++] = new Fix("EISEF 2004",
"images_2004/2004_sp14(m).jpg",
"Exhibit: Amy Marquardt",
"Senior_Exhibits",
"Amy Marquardt<br>EISEF Senior Physical Division Class I winner<br>&laquo;&nbsp;Thermal Conduction & Bending Strength on Prehistoric Ceramic Reproduction&nbsp;&raquo;<br>Mediapolis HS, Mediapolis<br>Teacher: Nancy Carter<br><br>Amy was an EISEF Junior Champion in 2001 and Senior Champion in 2003.<br><br><font size=\"1\">(Photo by Marzen Photography)</font>" 
);

MainArray[MainVar++] = new Fix("EISEF 2004",
"images_2004/2004_sp14_judging(m).jpg",
"Exhibit: Amy Marquardt",
"Senior_Exhibits",
"Amy Marquardt (left) describes her project to a judge.<br><br><font size=\"1\">(Photo by Marzen Photography)</font>" 
);

MainArray[MainVar++] = new Fix("EISEF 2004",
"images_2004/2004_sp15(m).jpg",
"Exhibit: Ian Mays",
"Senior_Exhibits",
"Ian Mays<br>EISEF Senior Physical Division Class I winner<br>&laquo;&nbsp;The Effect of <em>Cavlerpa taxifola</em> on Orange Plate Coral&nbsp;&raquo;<br>Central Lee, Donnellson<br>Teacher: Ernie Schiller<br><br><font size=\"1\">(Photo by Marzen Photography)</font>" 
);

MainArray[MainVar++] = new Fix("EISEF 2004",
"images_2004/2004_sp15_judging(m).jpg",
"Exhibit: Ian Mays",
"Senior_Exhibits",
"Ian Mays (barely visible facing the camera) discusses his project with a U.S. Navy judge." 
);

MainArray[MainVar++] = new Fix("EISEF 2004",
"images_2004/2004_sp16(m).jpg",
"Exhibit: Jacob Muhle",
"Senior_Exhibits",
"Jacob Muhle<br>EISEF Senior Physical Division Class I winner<br>&laquo;&nbsp;Decay of Modal Vibrations in a Snare Drum&nbsp;&raquo;<br>Solon HS, Solon<br>Teacher: Bennett Brown<br><br><font size=\"1\">(Photo by Marzen Photography)</font>" 
);
sp16: 

MainArray[MainVar++] = new Fix("EISEF 2004",
"images_2004/2004_sp16_judging(m).jpg",
"Exhibit: Jacob Muhle",
"Senior_Exhibits",
"Jacob Muhle (left) describes his project to a judge." 
);

MainArray[MainVar++] = new Fix("EISEF 2004",
"images_2004/2004_ceremony_navy.jpg",
"U.S. Navy and Marine Corps awards",
"Awards_Ceremony",
"Navy Commander Elizabeth Boardman (behind lectern) describes the awards while Navy Reservists wait to present them." 
);

MainArray[MainVar++] = new Fix("EISEF 2004",
"images_2004/2004_ceremony_alan_adams.jpg",
"Alan B. Adams award winners",
"Awards_Ceremony",
"Steve Adams (rear far-right) is Alan's brother and presented the awards.  Leon Lueck (rear, second from left) won the Meritorious Achievement award for a teacher.<br>The student winners are (in no particular order):  Regina Bilsland, Anelle Brown, Bryce Millikin, Missy Journot, Alex Brownfield, Rhiannon Williams, Mike Henry, Margaret Brigl, Ted Myers, and Ian Mays." 
);

MainArray[MainVar++] = new Fix("EISEF 2004",
"images_2004/2004_ceremony_cvarc.jpg",
"Cedar Valley Amateur Radio Club",
"Awards_Ceremony",
"Mike Miller (far right) and his son Sam (with microphone) announce the CVARC award.<br>(Sam, 11, is one of the youngest licensed ham-radio operators in Linn County.)" 
);

MainArray[MainVar++] = new Fix("EISEF 2004",
"images_2004/2004_ceremony_jp_class_2.jpg",
"EISEF Junior Physical Class II winners",
"Awards_Ceremony",
"(unordered, not all pictured) Ben Edwards, Jesse Wilcox, Rob Wirtjes, Derek Robison, Katie Homrighausen, Kurt Koeppen, Katelynd Stenzel, Jason Minder, Ryan Antolik, Erin Voelschow" 
);

MainArray[MainVar++] = new Fix("EISEF 2004",
"images_2004/2004_ceremony_teams_class_1.jpg",
"EISEF Junior Teams Class I winners",
"Awards_Ceremony",
"(l&ndash;r) Haley Burgess &amp; Shala Hawes, Owen Blake &amp; Darran Verstrepen, Talia Winningham &amp; Jessica Pollack, Brittany Wellman &amp; Julie Garmoe, Dorothy Kern &amp; Lanie Goldstien (not pictured)" 
);

MainArray[MainVar++] = new Fix("EISEF 2004",
"images_2004/2004_ceremony_jp_class_1.jpg",
"EISEF Junior Physical Class I winners",
"Awards_Ceremony",
"(unordered, not all pictured) Jordan Lightfoot, Kirstin Kramer, Dalton Lee, Erica Solum, Bethany Andrews, Alex Bennett, Matthew Fassbinder, Victoria Manistre, Amy Horras, Mike Henry" 
);

MainArray[MainVar++] = new Fix("EISEF 2004",
"images_2004/2004_ceremony_sb_class_1.jpg",
"EISEF Senior Biological Class I winners",
"Awards_Ceremony",
"(l&ndash;r) Michael Fosdick, Rachael Collier, Mauree Gibson" 
);

MainArray[MainVar++] = new Fix("EISEF 2004",
"images_2004/2004_ceremony_sp_class_1.jpg",
"EISEF Senior Physical Class I winners",
"Awards_Ceremony",
"(l&ndash;r) Ian Mays, Breanne Hunold, Jacob Muhle, Amy Marquardt, Wesley Hard" 
);

MainArray[MainVar++] = new Fix("EISEF 2004",
"images_2004/2004_ceremony_junior_champs.jpg",
"EISEF Junior Champions",
"Awards_Ceremony",
"(l&ndash;r) Lee Hunold, Jordan Lightfoot, Kirstin Kramer, Brady Schach" 
);

MainArray[MainVar++] = new Fix("EISEF 2004",
"images_2004/2004_ceremony_sr_champs.jpg",
"EISEF Senior Champions",
"Awards_Ceremony",
"Rachael Collier and Michael Fosdick" 
);

MainArray[MainVar++] = new Fix("EISEF 2004",
"images_2004/2004_ceremony_sr_champs_parents.jpg",
"EISEF Senior Champions",
"Awards_Ceremony",
"Rachael Collier and Michael Fosdick with their parents" 
);

