<!--
// Preload Mouseover button
pic1= new Image(); 
pic1.src = "images/graphics/Graphics_Button_1-4_on.gif";
pic2= new Image(); 
pic2.src = "images/graphics/Graphics_Button_2-4_on.gif";
pic3= new Image(); 
pic3.src = "images/graphics/Graphics_Button_3-4_on.gif";
pic4= new Image(); 
pic4.src = "images/graphics/Graphics_Button_4-4_on.gif";

// Array for mouseover and mouseout values
var arrPageChanges = new Array();
arrPageChanges["bttn1"] = new Array();
arrPageChanges["bttn1"]["mastheadText"] = "The Energetic Electron is a highly interactive exhibit that uses the analogy of a music band to introduce electronic components to a 7- to 10- year old audience.  It was a permanent installation at the AC Gilbert Discovery Village in Salem, Oregon from 1998 to 2001 and has been refurbished as a traveling exhibit.";
arrPageChanges["bttn1"]["middleImage"] = "images/graphics/Graphics_Illustration_1.gif";
arrPageChanges["bttn1"]["bttn1"] = "images/graphics/Graphics_Button_1-4_on.gif";

arrPageChanges["bttn2"] = new Array();
arrPageChanges["bttn2"]["mastheadText"] = "Recognized as the "Best Indoor Playground in Dallas" by the Dallas Observer.  Kidstown was an innovative attempt at creating a self-sustaining commercial venture revolving around the interactive children's museum concept.  It consisted of eleven "playscapes" arrayed around a central park and dining area.";
arrPageChanges["bttn2"]["middleImage"] = "images/graphics/Graphics_Illustration_2.gif";
arrPageChanges["bttn2"]["bttn2"] = "images/graphics/Graphics_Button_2-4_on.gif";

arrPageChanges["bttn3"] = new Array();
arrPageChanges["bttn3"]["mastheadText"] = "During construction of the Portland Children's Museum, we proposed the design and fabrication of a Kids Grocery/Café.  This interactive exhibit allowed children to experiment and role-play shopping for groceries, clerking a store, preparing a meal, and interacting with various.";
arrPageChanges["bttn3"]["middleImage"] = "images/graphics/Graphics_Illustration_3.gif";
arrPageChanges["bttn3"]["bttn3"] = "images/graphics/Graphics_Button_3-4_on.gif";

arrPageChanges["bttn4"] = new Array();
arrPageChanges["bttn4"]["mastheadText"] = "Bransom Productions commissioned the design and installation of a dinosaur exhibit for the Willamette Primary School.  The head of this  life-sized dinosaur towers over the mezzanine level of the school, greeting kids as they walk in the front door while the body and tail create a sheltered reading area for children in the library.";
arrPageChanges["bttn4"]["middleImage"] = "images/graphics/Graphics_Illustration_4.gif";
arrPageChanges["bttn4"]["bttn4"] = "images/graphics/Graphics_Button_4-4_on.gif";

// Portion of the array that holds off values
arrPageChanges["bttnOff"] = new Array();
arrPageChanges["bttnOff"]["mastheadText"] = "With over 15 years of experience in industrial design, we have earned accolades and achieved excellence.  This is but a small portion of the work we have performed over the years.  Please take a few moments to review our track record and then decide if our services are for you.";
arrPageChanges["bttnOff"]["middleImage"] = "images/graphics/Graphics_Illustration_Default.gif";
arrPageChanges["bttnOff"]["bttn1"] = "images/graphics/Graphics_Button_1-4_off.gif";
arrPageChanges["bttnOff"]["bttn2"] = "images/graphics/Graphics_Button_2-4_off.gif";
arrPageChanges["bttnOff"]["bttn3"] = "images/graphics/Graphics_Button_3-4_off.gif";
arrPageChanges["bttnOff"]["bttn4"] = "images/graphics/Graphics_Button_4-4_off.gif";
//-->